<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Lxnet Alpha Project</title>
<link>https://blog.lxns.org</link>
<description>Lxnet Alpha 项目 RSS 订阅</description>
<language>zh-CN</language>
<pubDate>Wed, 22 Apr 2026 20:50:24 GMT +0800</pubDate>
<item>
<title>[译]The Tail at Scale</title>
<link>https://blog.lxns.org/post/149</link>
<description><![CDATA[ 与响应时间较长的系统相比，能够快速响应用户操作（在 100 毫秒内）的系统让用户感觉更加流畅和自然3。互联网连接的改进和仓库规模计算系统2的兴起使得 Web 服务能够在咨询多方信息时提供流畅的响应能力... ]]></description>
<pubDate>Thu, 13 Apr 2023 22:33:05 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/149</guid>
</item>
<item>
<title>[译]对云计算的一种观点</title>
<link>https://blog.lxns.org/post/148</link>
<description><![CDATA[  A view of cloud computing

云计算是将计算作为一种实用工具的长期梦想，它有可能改变大部分 IT 行业，使软件作为一种服务更具吸引力，并塑造 IT 硬件的设计和购买方式。... ]]></description>
<pubDate>Sat, 08 Apr 2023 00:28:18 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/148</guid>
</item>
<item>
<title>[译]虚拟机和 Linux 容器的更新性能比较</title>
<link>https://blog.lxns.org/post/147</link>
<description><![CDATA[  An Updated Performance Comparison of Virtual Machines and Linux Containers

 Abstract

云计算广泛使用虚... ]]></description>
<pubDate>Sat, 08 Apr 2023 00:18:05 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/147</guid>
</item>
<item>
<title>[译]Virtual Consensus in Delos</title>
<link>https://blog.lxns.org/post/146</link>
<description><![CDATA[  Abstract

基于共识的复制系统是复杂的、单一的，并且一旦部署就难以升级。因此，已部署的系统无法从创新的研究中受益，新的共识协议很少能投入生产。我们建议通过虚拟化共享日志 API 来虚拟化... ]]></description>
<pubDate>Mon, 18 Jul 2022 23:40:04 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/146</guid>
</item>
<item>
<title>复制服务</title>
<link>https://blog.lxns.org/post/145</link>
<description><![CDATA[  为什么使用复制？
 提高系统的可用性
复制服务能提高冗余，在某个节点不可用时保持系统的可用性。
 提供访问的局部性
复制同时提供了更好的局部性，客户可以访问距离他们更近的节点，降低网络延迟。... ]]></description>
<pubDate>Sat, 02 Jul 2022 12:42:04 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/145</guid>
</item>
<item>
<title>无状态负载均衡服务</title>
<link>https://blog.lxns.org/post/144</link>
<description><![CDATA[  无状态服务

无状态服务是不需要保存状态即可运作的服务，通常这种服务的状态保存在别的服务中。

 [图片] 

无状态服务的副本不存储任何状态。因此很容易通过复制获得高可用性、可扩展性和... ]]></description>
<pubDate>Mon, 20 Jun 2022 21:57:37 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/144</guid>
</item>
<item>
<title>谈谈适配器模式</title>
<link>https://blog.lxns.org/post/143</link>
<description><![CDATA[  什么是适配器模式？

适配器模式同样由两个容器组成。这两个容器同样在同一个Pod中。适配器模式更像是边车模式的一种特例。
 适配器模式的应用场景

真实世界的系统在很多时候都由异构的各个部... ]]></description>
<pubDate>Sat, 18 Jun 2022 16:21:30 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/143</guid>
</item>
<item>
<title>谈谈大使模式</title>
<link>https://blog.lxns.org/post/142</link>
<description><![CDATA[  什么是大使模式

与边车模式类似，大使模式也由两个容器组成。这两个容器同样在同一个Pod中。大使模式更像是一个反向的边车模式，应用程序通过与大使通信来与外界通信。

 大使模式能做什么？
... ]]></description>
<pubDate>Sat, 18 Jun 2022 13:13:19 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/142</guid>
</item>
<item>
<title>谈谈边车模式</title>
<link>https://blog.lxns.org/post/141</link>
<description><![CDATA[  边车模式是什么？

边车模式是由两个容器组成的单节点模式。这两个容器位于同一个Pod。这意味在他们将被调度到同一个机器上执行。第一个容器是应用程序容器，包括了应用程序的核心逻辑，另一个是边车容器... ]]></description>
<pubDate>Fri, 17 Jun 2022 21:06:42 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/141</guid>
</item>
<item>
<title>Virtual Snapshot：一种易于实现的快照方法</title>
<link>https://blog.lxns.org/post/140</link>
<description><![CDATA[  概要

本文提出Vritual Snapshot,一种基于状态转移的易于实现的Raft快照方式。通过水线(Water Mark)对日志复制(Append Entires)发送的日志条目进行限制，... ]]></description>
<pubDate>Mon, 06 Jun 2022 20:14:40 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/140</guid>
</item>
<item>
<title>[渣翻]不妥协：具有一致性，可用性和性能分布式事务</title>
<link>https://blog.lxns.org/post/139</link>
<description><![CDATA[  No compromises: distributed transactions with consistency, availability, and performance

 摘要

... ]]></description>
<pubDate>Sun, 08 May 2022 15:22:13 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/139</guid>
</item>
<item>
<title>[译]Hyperledger Fabric</title>
<link>https://blog.lxns.org/post/138</link>
<description><![CDATA[  Hyperledger Fabric: A Distributed Operating System for Permissioned Blockchains

 ABSTRACT

Fab... ]]></description>
<pubDate>Tue, 03 May 2022 21:39:57 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/138</guid>
</item>
<item>
<title>[译]Tangaroa:a Byzantine Fault Tolerant Raft</title>
<link>https://blog.lxns.org/post/137</link>
<description><![CDATA[  Tangaroa a Byzantine Fault Tolerant Raft

 摘要
我们提出了一个Raft共识算法的拜占庭容错变体:BFTRaft，灵感来自原始Raft1算法与实用拜占... ]]></description>
<pubDate>Mon, 02 May 2022 01:13:24 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/137</guid>
</item>
<item>
<title>从量子力学的角度解释为什么落雪出道是必然</title>
<link>https://blog.lxns.org/post/135</link>
<description><![CDATA[ 落雪出道是一个客观过程，如同熵增势不可逆。如果这世界真的存在阻挠落雪出道的行为，那任何行为都会在实施之前发生偏离。

落雪出道与时间并行，出道的过程决定了时间的前进方向。时间是很奇怪的东西，人出生... ]]></description>
<pubDate>Fri, 08 Apr 2022 23:45:48 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/135</guid>
</item>
<item>
<title>C with concept - C++泛型编程</title>
<link>https://blog.lxns.org/post/134</link>
<description><![CDATA[  0x01 为什么使用泛型编程
 在C中使用OOP有以下缺点：
1. 虚函数调用的开销是一般函数的三倍
2. 编译器难以对虚函数进行内联
3. 使用虚函数必须有显式的继承关系(即侵入式的接口)... ]]></description>
<pubDate>Mon, 10 Jan 2022 02:56:51 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/134</guid>
</item>
<item>
<title>使用对称加密传递隐私信息</title>
<link>https://blog.lxns.org/post/133</link>
<description><![CDATA[  0x01 起因
最近闲来没事，在想如何传涩图而不被举报,想到了对称加密,设计了一个用于加密文件的对称加密程序。基于简单的流式xor,我们可以在更安全地传递涩图
 0x02 获取加密软件
你可以... ]]></description>
<pubDate>Wed, 29 Dec 2021 00:45:23 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/133</guid>
</item>
<item>
<title>关于std::memcpy与std::memmove函数</title>
<link>https://blog.lxns.org/post/132</link>
<description><![CDATA[  0x01 函数原型
cpp
//include 
namespace std
{
	void memcpy( void dest, const void src, std::sizet c... ]]></description>
<pubDate>Sun, 26 Sep 2021 16:52:32 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/132</guid>
</item>
<item>
<title>Ray客服系统 - 高仿腾讯企业QQ与各大平台的人工客服模块</title>
<link>https://blog.lxns.org/post/131</link>
<description><![CDATA[  图片 
 Ray 客服系统

 前排提示

> 论坛要求补充的内容

 <b>本插件属于基础免费，扩展付费的插件，且提供付费内容体验，固标注免费插件，请知晓！</b> 

本插件扩... ]]></description>
<pubDate>Mon, 16 Aug 2021 10:21:38 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/131</guid>
</item>
<item>
<title>在win10下配置vs code + cmake + msvc的开发环境</title>
<link>https://blog.lxns.org/post/130</link>
<description><![CDATA[ ------------

 目录

1. Install Visual Studio Build Tool
1. Install Cmake
1. Install Visual Stud... ]]></description>
<pubDate>Mon, 21 Jun 2021 18:13:44 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/130</guid>
</item>
<item>
<title>高版本Java中的反射</title>
<link>https://blog.lxns.org/post/129</link>
<description><![CDATA[   <b>Java提供的两种反射</b> 

 java.lang.reflect包

最简单的一种反射方式，但同时也是效率最低的一种

正如所说，这套工具是在运行时检查访问，因此可以通过... ]]></description>
<pubDate>Sat, 19 Jun 2021 21:49:35 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/129</guid>
</item>
<item>
<title>ClipBoard Qr Helper 剪贴板二维码助手</title>
<link>https://blog.lxns.org/post/128</link>
<description><![CDATA[  ClipBoard Qr Helper 剪贴板二维码助手

It will scan the image which on the clipboard automatically.

它将自... ]]></description>
<pubDate>Sun, 28 Feb 2021 10:21:35 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/128</guid>
</item>
<item>
<title>Minecraft开服: After First Start</title>
<link>https://blog.lxns.org/post/126</link>
<description><![CDATA[  插件，权限，命令

在开服后，我们将会学习关于server.properties的部分内容和插件的安装，了解Bukkit权限系统和命令。

 server.properties

>  ... ]]></description>
<pubDate>Sat, 28 Nov 2020 14:10:40 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/126</guid>
</item>
<item>
<title>rui</title>
<link>https://blog.lxns.org/post/125</link>
<description><![CDATA[ 从前有个富翁知道自己年岁已高，把三个儿子叫到身旁，一人给了23块，说谁能用这23块买的东西填满整间屋子，谁就能继承自己98亿的遗产
大儿子买了棉花可是棉花不够，二儿子买了蜡烛但始终有阴影，富翁摇摇头... ]]></description>
<pubDate>Mon, 09 Nov 2020 23:55:46 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/125</guid>
</item>
<item>
<title>磕头</title>
<link>https://blog.lxns.org/post/124</link>
<description><![CDATA[ 曹操看赵云打仗：「东冲西突，所向无前。」所向无前不是所向无敌，是赵云前面已空无一物，空得不只没有敌人了，空得只有自己了。这才是赵云。有一个大咖，文章前无古人、后无来者、所过者化、所存者神。你学不到他的... ]]></description>
<pubDate>Mon, 09 Nov 2020 23:45:14 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/124</guid>
</item>
<item>
<title>Minecraft开服: A New Server</title>
<link>https://blog.lxns.org/post/121</link>
<description><![CDATA[  新建一个 Minecraft 服务器

在新建一个 Minecraft 服务器之前，你的服务器需要安装 Java 8。（1.8下的 <b>原版</b> 请使用 Java 7）

 若您的服务... ]]></description>
<pubDate>Sat, 07 Nov 2020 15:05:07 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/121</guid>
</item>
<item>
<title>Minecraft开服: Getting Started</title>
<link>https://blog.lxns.org/post/120</link>
<description><![CDATA[  Getting Started

好！很有精神！
若有偏差，原帖为主:https://github.com/iceBear67/Katsuhisa

在阅读本书之前，我们要建立一件契约..... ]]></description>
<pubDate>Sat, 07 Nov 2020 15:04:10 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/120</guid>
</item>
<item>
<title>SFPWN.1 解密步骤 Part.2</title>
<link>https://blog.lxns.org/post/119</link>
<description><![CDATA[ > 前面都是些小trick，没什么难度。

 继续
上文中，我们得到了一个Key：00$t@ke.
现在，回顾一下，还有什么文件没有被检查:
read.me,nothing.js,out.j... ]]></description>
<pubDate>Mon, 10 Aug 2020 19:01:31 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/119</guid>
</item>
<item>
<title>SFPWN.1 解密步骤 Part.1</title>
<link>https://blog.lxns.org/post/118</link>
<description><![CDATA[ 这次布置的有点放飞自我
 题目分析
题目是一个叫fixed.zip的压缩包。  
内容如下:
bash
archr@meow /Desktop> unzip -l ./fixed.zip
... ]]></description>
<pubDate>Mon, 10 Aug 2020 16:47:29 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/118</guid>
</item>
<item>
<title>记一次失败的题解</title>
<link>https://blog.lxns.org/post/117</link>
<description><![CDATA[  写在前面
本题难度为：简单；
为什么我不会：因为菜；
为什么错了还写出来：因为通过这题我又捡回了一点高中学过的东西，其实并不是毫无用处的；

那么题目描述及示例如下:

假设你正在爬楼... ]]></description>
<pubDate>Sat, 27 Jun 2020 17:24:34 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/117</guid>
</item>
<item>
<title>重拾 deepin-wine-tim</title>
<link>https://blog.lxns.org/post/116</link>
<description><![CDATA[ Lxns NB!
 前言
KDE
说是重拾，是因为我之前使用过一次deepin-wine-tim
但它实在太卡了..输入法也没办法，我就换了deepin.com.qq.office
但是新的... ]]></description>
<pubDate>Sat, 16 May 2020 01:46:53 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/116</guid>
</item>
<item>
<title>Aegisub卡拉OK特效模板（21-40）</title>
<link>https://blog.lxns.org/post/115</link>
<description><![CDATA[  [图片] 
lua
Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,code once,function frxyz(valorx,valory,... ]]></description>
<pubDate>Tue, 05 May 2020 18:44:43 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/115</guid>
</item>
<item>
<title>Aegisub卡拉OK特效模板（1-20）</title>
<link>https://blog.lxns.org/post/114</link>
<description><![CDATA[  [图片] 
lua
Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,code syl all,function charcounter(ref) ... ]]></description>
<pubDate>Tue, 05 May 2020 18:02:22 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/114</guid>
</item>
<item>
<title>浅析nginx的链表实现</title>
<link>https://blog.lxns.org/post/112</link>
<description><![CDATA[  写在开始之前
 Lxns nb
链表的实现比数组更简单,但是使用非常困难,如果忘记了一些细节将会造成巨大的麻烦
 数据结构
c
//链表节点
//按部分管理
struct ngxlis... ]]></description>
<pubDate>Sun, 26 Apr 2020 08:10:32 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/112</guid>
</item>
<item>
<title>浅析nginx的动态数组实现</title>
<link>https://blog.lxns.org/post/111</link>
<description><![CDATA[  写在开始之前
 Lxns tnbl
nginx系列决定周更,本次的动态数组比较简单
 数组结构
c
typedef struct {
    void        elts;     ... ]]></description>
<pubDate>Mon, 20 Apr 2020 11:15:52 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/111</guid>
</item>
<item>
<title>浅析nginx中的内存池</title>
<link>https://blog.lxns.org/post/110</link>
<description><![CDATA[  写在开始之前
第二篇blog,最近打算分析nginx的源码,以后还会更新
 数据结构
c
//自清理内存回调函数指针
typedef void (ngxpoolcleanuppt)(voi... ]]></description>
<pubDate>Sat, 18 Apr 2020 15:46:35 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/110</guid>
</item>
<item>
<title>浅析asyncio的EventLoop实现</title>
<link>https://blog.lxns.org/post/109</link>
<description><![CDATA[  主要源文件
 BaseEventLoop:
https://github.com/python/cpython/blob/master/Lib/asyncio/baseevents.py
 P... ]]></description>
<pubDate>Thu, 16 Apr 2020 14:36:58 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/109</guid>
</item>
<item>
<title>在Android上使用NaïveProxy</title>
<link>https://blog.lxns.org/post/108</link>
<description><![CDATA[  klzgard/naiveproxy 
 <del>这东西挺好的..就是目前没Android客户端,所以还得手动折腾一下才行。</del> 
 <b>2022.10.23 其实 SagerNet... ]]></description>
<pubDate>Mon, 06 Apr 2020 14:50:38 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/108</guid>
</item>
<item>
<title>水爷牛逼哦哦哦噢！</title>
<link>https://blog.lxns.org/post/107</link>
<description><![CDATA[ 如题，水爷是真的牛逼！
 [图片] 
 [图片] 
 [图片] 
 [图片] 
 [图片] 
 [图片]  ]]></description>
<pubDate>Sat, 04 Apr 2020 23:45:54 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/107</guid>
</item>
<item>
<title>LXNS牛逼</title>
<link>https://blog.lxns.org/post/106</link>
<description><![CDATA[  [图片] 
 [图片] 
 [图片] 
 [图片]  ]]></description>
<pubDate>Fri, 03 Apr 2020 23:09:48 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/106</guid>
</item>
<item>
<title>Lxns牛逼</title>
<link>https://blog.lxns.org/post/105</link>
<description><![CDATA[ Lxns牛逼 ]]></description>
<pubDate>Mon, 30 Mar 2020 18:29:13 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/105</guid>
</item>
<item>
<title>猫神大人与七颗星星（ネコ神さまと、ななつぼし）</title>
<link>https://blog.lxns.org/post/104</link>
<description><![CDATA[  猫神大人与七颗星星
ネコ神さまと、ななつぼし

该作是 SWEET&amp;TEA 社的第三部作品，采用单线剧情。
主要讲述了男主（青葉 怜司）与其妹妹（青葉 英梨歌）之间的恋爱故事。

 [图... ]]></description>
<pubDate>Tue, 24 Mar 2020 19:38:45 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/104</guid>
</item>
<item>
<title>ArchLinux下NVIDIA集显折腾笔记</title>
<link>https://blog.lxns.org/post/103</link>
<description><![CDATA[ 这破问题折腾了我两年....
昨天安装好了..终于。。于是我打算写一篇血泪史来说说我踩了些什么坑。
 序幕
官方内核，非LTS。GT 520M，笔记本。

 安装
这段从 ArchWiki... ]]></description>
<pubDate>Thu, 19 Mar 2020 10:40:23 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/103</guid>
</item>
<item>
<title>我如何援交</title>
<link>https://blog.lxns.org/post/102</link>
<description><![CDATA[ We generally think that if the key to the problem is captured, everything else will be solved. Howev... ]]></description>
<pubDate>Tue, 10 Mar 2020 00:17:58 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/102</guid>
</item>
<item>
<title>Linux 入门指北</title>
<link>https://blog.lxns.org/post/101</link>
<description><![CDATA[ 本人也是个 Linux 新手，写这篇教程的主要目的只是讲讲过来人的经验而已。
若某些地方跟社区文档有差异请以文档为准。

 为何选择 Linux
1. 他开源,知名度高
2. 社区强大,系统... ]]></description>
<pubDate>Sat, 07 Mar 2020 02:41:33 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/101</guid>
</item>
<item>
<title>为什么我不提倡用宝塔</title>
<link>https://blog.lxns.org/post/100</link>
<description><![CDATA[ 
Q: 这是我的权利与你无关
A: 请你双亲爆炸。本篇文章标题是为什么我不提倡

以及 <b>你点进来干嘛</b> 

 什么是宝塔
 [图片] 
这便是宝塔，一个运维面板。
自云宝... ]]></description>
<pubDate>Sun, 01 Mar 2020 20:53:27 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/100</guid>
</item>
<item>
<title>哦哦哦哦哦哦哦哦哦哦哦</title>
<link>https://blog.lxns.org/post/99</link>
<description><![CDATA[ 哦哦哦哦哦哦哦哦哦 ]]></description>
<pubDate>Sat, 29 Feb 2020 15:01:07 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/99</guid>
</item>
<item>
<title>通过 Python 获取图片的主题色</title>
<link>https://blog.lxns.org/post/98</link>
<description><![CDATA[ 示例代码，谷歌搜索到的相关代码并作改进。

 引入相关的库


from PIL import Image
from mpltoolkits.mplot3d import Axes3D
... ]]></description>
<pubDate>Mon, 17 Feb 2020 01:17:51 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/98</guid>
</item>
<item>
<title>lxns牛逼</title>
<link>https://blog.lxns.org/post/97</link>
<description><![CDATA[ 看了lxns个人汉化的本子  感觉就是非常牛逼 非常牛逼 ]]></description>
<pubDate>Sun, 16 Feb 2020 18:16:08 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/97</guid>
</item>
<item>
<title>Lxns牛逼哦哦哦哦哦哦</title>
<link>https://blog.lxns.org/post/96</link>
<description><![CDATA[ Lxns牛逼哦哦哦哦哦哦 ]]></description>
<pubDate>Mon, 27 Jan 2020 01:56:36 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/96</guid>
</item>
<item>
<title>[BTT]Murasaki Hotaru - Anata Dake ga Shiru Sekai</title>
<link>https://blog.lxns.org/post/95</link>
<description><![CDATA[ https://osu.ppy.sh/beatmapsets/1074829
「我想重新学习很多东西，开拓自己的视野」君岛翔支支吾吾地说出了个司空见惯的理由。然后，她看向坐在自己旁边的那名一直都在回... ]]></description>
<pubDate>Fri, 27 Dec 2019 00:58:36 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/95</guid>
</item>
<item>
<title>[BTT]void - Crisscrosser</title>
<link>https://blog.lxns.org/post/94</link>
<description><![CDATA[ osu谱面，嗯嗯
 [图片] 
 http://mournfinale.com/artifiction/ 
thanks 为啥 for showing me this gorgeous song... ]]></description>
<pubDate>Wed, 27 Nov 2019 18:25:09 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/94</guid>
</item>
<item>
<title>从作曲到编曲，到混音入门</title>
<link>https://blog.lxns.org/post/93</link>
<description><![CDATA[ 一、作曲
      1.什么是作曲
      2.作曲需要哪些基础知识
      3.作曲需要哪些软件和设备

二丶编曲
      1.什么是编曲
      2.编曲需要哪些基... ]]></description>
<pubDate>Wed, 06 Nov 2019 23:32:12 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/93</guid>
</item>
<item>
<title>[BTT]VeetaCrush - Sterelogue</title>
<link>https://blog.lxns.org/post/92</link>
<description><![CDATA[ https://osu.ppy.sh/beatmapsets/1045524osu/2204982
维他大神的曲子，好像舞立方还是什么地方有
总之我做成osu图了，哈哈
欢迎会玩osu的来访，目... ]]></description>
<pubDate>Sun, 03 Nov 2019 17:47:48 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/92</guid>
</item>
<item>
<title>CentOS 搭建 H@H 客户端</title>
<link>https://blog.lxns.org/post/89</link>
<description><![CDATA[  H&amp;64;H 是什么
H&amp;64;H，全称 HentaiAtHome 是一个分布式存储服务器程式，其原理类似于 BT，会在所搭建的服务器上缓存网站的图片档案。当用户访问 e 站时，会通过 H&amp;64;... ]]></description>
<pubDate>Sun, 15 Sep 2019 11:53:57 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/89</guid>
</item>
<item>
<title>论如何跑好TNT RUN</title>
<link>https://blog.lxns.org/post/79</link>
<description><![CDATA[ >  <b>注意：本文章所论述的技巧仅限于play.hypixel.net</b> 

我们先来看一组数据图

 [图片] 
 图片中的第一列为玩家皮肤头像 第二列为玩家ID，第三列为踩过方... ]]></description>
<pubDate>Thu, 25 Jul 2019 23:20:18 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/79</guid>
</item>
<item>
<title>[C#-WPF] 如何绑定快捷键</title>
<link>https://blog.lxns.org/post/78</link>
<description><![CDATA[ 网上一堆WPF绑定快捷键教程都不是一个东西的，调用WinAPI麻烦到飞起。
但是，WPF是非常非常非常（重要的事说三遍）简单的。
下面我来告诉大家怎么简简单单绑定快捷键

1.你需要有一个窗口... ]]></description>
<pubDate>Wed, 24 Jul 2019 21:13:16 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/78</guid>
</item>
<item>
<title>使用 Fiddler4 在 iOS 平台抓包 Arcaea</title>
<link>https://blog.lxns.org/post/77</link>
<description><![CDATA[ 下载并安装 Fiddler4
进入设置

 [图片] 

按下图配置

 [图片] 
 [图片] 

设置 WLAN HTTP 代理，进入配置代理。服务器为计算机的内网 IP，我的... ]]></description>
<pubDate>Mon, 22 Jul 2019 21:25:40 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/77</guid>
</item>
<item>
<title>初恋＊シンドローム</title>
<link>https://blog.lxns.org/post/76</link>
<description><![CDATA[  初恋＊シンドローム
初恋＊シンドローム（下称“本作”）

 [图片] 

本作有两名女主：
- ルナライト・ベイカー（下称“露娜”，由ルナ音译）
- 黒瀬遥（下称“遥”）

我将本... ]]></description>
<pubDate>Thu, 06 Jun 2019 20:39:07 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/76</guid>
</item>
<item>
<title>CentOS 搭建 jsproxy 在线代理服务器</title>
<link>https://blog.lxns.org/post/74</link>
<description><![CDATA[  0-1. 本教程需要用到的资源
jsproxy：https://github.com/EtherDream/jsproxy
jsproxy 浏览器端程序：https://github.com/E... ]]></description>
<pubDate>Tue, 21 May 2019 00:15:08 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/74</guid>
</item>
<item>
<title>360doc抓取过程记录</title>
<link>https://blog.lxns.org/post/72</link>
<description><![CDATA[ by iceBear67

 0x00 引子
最近某同学的家长找我，想爬取360doc的一篇文章，便就答应了。
直观上感觉这是一个很简单做的玩意，view-source就可以搞定到内容

... ]]></description>
<pubDate>Fri, 17 May 2019 22:45:05 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/72</guid>
</item>
<item>
<title>新人驾到</title>
<link>https://blog.lxns.org/post/71</link>
<description><![CDATA[ 新人报道，随便写一篇文章吧（虽然没什么用） ]]></description>
<pubDate>Sat, 04 May 2019 14:22:45 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/71</guid>
</item>
<item>
<title>Pterodactyl FAQ</title>
<link>https://blog.lxns.org/post/70</link>
<description><![CDATA[ by iceBear67.
Present for RoselleCloud Users.

 如何上传，更改文件
对于翼龙来说，上传文件的方法有2个
1. 喜闻乐道的SFTP
2. 网页... ]]></description>
<pubDate>Sat, 04 May 2019 01:44:08 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/70</guid>
</item>
<item>
<title>假如你是灵曉...</title>
<link>https://blog.lxns.org/post/69</link>
<description><![CDATA[ 假如你是灵晓，你的网站进行了系统更新，用户名变成了昵称。原先的用户不再可以使用用户名进行登录，但是他们仍然可以使用他们绑定的邮箱进行登录。现在请您写一封电子邮件群发给用户，告知他们本次的改动，帮助他们... ]]></description>
<pubDate>Tue, 30 Apr 2019 23:03:17 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/69</guid>
</item>
<item>
<title>免费的Minecraft免端口域名设置教程</title>
<link>https://blog.lxns.org/post/68</link>
<description><![CDATA[ 我们有时候因为经济原因可能会买比较便宜的vps或面板开服。但是买来的vps并不可以自定义端口号，只能使用服务商给定的几个端口开服。下面我来教大家如何使Minecraft设置免端口域名。

首先访问... ]]></description>
<pubDate>Tue, 16 Apr 2019 21:05:11 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/68</guid>
</item>
<item>
<title>云端联合封禁 开发文档</title>
<link>https://blog.lxns.org/post/65</link>
<description><![CDATA[  云端联合封禁 开发文档

 开始之前

开始之前，您应该准备两个常量，叫做accessKeyID和accessKeySecret。

您可以在 https://panel.414c.cc... ]]></description>
<pubDate>Sat, 06 Apr 2019 13:25:48 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/65</guid>
</item>
<item>
<title>伟大的旅程都是从第一条博客开始的</title>
<link>https://blog.lxns.org/post/62</link>
<description><![CDATA[ 我代表粟国发言





































LXNSNB LXNSNS LXN... ]]></description>
<pubDate>Tue, 26 Mar 2019 00:38:16 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/62</guid>
</item>
<item>
<title>BungeeCord 协议研究笔记</title>
<link>https://blog.lxns.org/post/60</link>
<description><![CDATA[  前言
 > 突发奇想，想使用NodeJS和洛神云计算做个云端反压测
 但是也不能干涉到基本法(雾
 为了让腐竹获取到玩家的真实IP，我必须得研究一波BC是如何转发
 玩家的真实IP的.
 ... ]]></description>
<pubDate>Sun, 24 Mar 2019 17:41:29 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/60</guid>
</item>
<item>
<title>qn的知乎瞎答（一）</title>
<link>https://blog.lxns.org/post/58</link>
<description><![CDATA[ 针对一件热搜瞎写的回答emmm，希望各位dalao前来指点QAQ
https://www.zhihu.com/question/312268920/answer/598311584



... ]]></description>
<pubDate>Fri, 15 Feb 2019 00:48:39 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/58</guid>
</item>
<item>
<title>lxns太屌了</title>
<link>https://blog.lxns.org/post/57</link>
<description><![CDATA[ lxns真是tql，由于他强到无法用笔墨来形容，因此我的文字不能显出他千分之一的强大，为了防止我的文字影响的lxns大佬的名誉，因此以下省略2万字。/kel ]]></description>
<pubDate>Thu, 14 Feb 2019 22:02:28 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/57</guid>
</item>
<item>
<title>我是垃圾</title>
<link>https://blog.lxns.org/post/54</link>
<description><![CDATA[ 题目是真的，我问个问题蛤，有人会用虚幻四做游戏吗 ]]></description>
<pubDate>Thu, 24 Jan 2019 14:28:06 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/54</guid>
</item>
<item>
<title>你们全是大佬</title>
<link>https://blog.lxns.org/post/53</link>
<description><![CDATA[ rt这里除了我一个菜鸟以外，你们全都精通密码学，高等数学，网络安全，操作系统，汇编语言等等等等。我太水了。就连这网站都是大佬的Material Design，谁设计的？ ]]></description>
<pubDate>Sun, 13 Jan 2019 13:03:23 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/53</guid>
</item>
<item>
<title>Lxns太屌了</title>
<link>https://blog.lxns.org/post/52</link>
<description><![CDATA[ Lxns擅长在Windows和Linux环境下编写其精通语言：ActionScript Ada ASN.1 ASP Assembly Autolt AViSynth BaanC Batch Blitz... ]]></description>
<pubDate>Sat, 12 Jan 2019 17:01:14 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/52</guid>
</item>
<item>
<title>大佬们好哇，本菜鸟来膜拜了！</title>
<link>https://blog.lxns.org/post/51</link>
<description><![CDATA[ rt ]]></description>
<pubDate>Fri, 11 Jan 2019 22:50:45 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/51</guid>
</item>
<item>
<title>Minecraft</title>
<link>https://blog.lxns.org/post/50</link>
<description><![CDATA[ 今天组里讨论了这样一个问题:Minecraft究竟有没有前途
这要放在几年前那是绝对肯定的答案，但在今天，真的仍然可以肯定吗？
...
很多人都觉得Minecraft没落了，要弃坑了，而说法五花... ]]></description>
<pubDate>Fri, 11 Jan 2019 11:04:13 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/50</guid>
</item>
<item>
<title>使用密钥登录CentOS</title>
<link>https://blog.lxns.org/post/48</link>
<description><![CDATA[ TOC

 蛤
啊 天天输密码烦死啦 不如搞个密钥登录
密钥登录的原理自己谷歌去
首先 先准备个PuTTY

 生成密钥
> ssh-keygen

先生成一个密钥
 [图片] ... ]]></description>
<pubDate>Fri, 04 Jan 2019 18:16:40 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/48</guid>
</item>
<item>
<title>Lxns音游大佬！</title>
<link>https://blog.lxns.org/post/47</link>
<description><![CDATA[  请务必教我玩音游！！！ ]]></description>
<pubDate>Wed, 12 Dec 2018 20:53:41 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/47</guid>
</item>
<item>
<title>我强烈声明</title>
<link>https://blog.lxns.org/post/46</link>
<description><![CDATA[  lxns大佬nb！ ]]></description>
<pubDate>Sun, 09 Dec 2018 20:57:58 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/46</guid>
</item>
<item>
<title>嘤嘤嘤</title>
<link>https://blog.lxns.org/post/45</link>
<description><![CDATA[ 不知道说什么
也不知道该怎么用
嘤嘤嘤






 Lxns牛批！（破音） ]]></description>
<pubDate>Sun, 09 Dec 2018 19:43:00 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/45</guid>
</item>
<item>
<title>Test</title>
<link>https://blog.lxns.org/post/44</link>
<description><![CDATA[ 我试下md语法铪
1
2
lxns巨佬
lxns <del>垃圾</del> 
佐龙小站（zuolong233.github.io）

测试完毕，超链接无法使用 ]]></description>
<pubDate>Mon, 03 Dec 2018 21:02:11 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/44</guid>
</item>
<item>
<title>本人佐龙</title>
<link>https://blog.lxns.org/post/40</link>
<description><![CDATA[ Lxns友链已添加 ]]></description>
<pubDate>Sun, 04 Nov 2018 01:29:26 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/40</guid>
</item>
<item>
<title>咕咕咕</title>
<link>https://blog.lxns.org/post/39</link>
<description><![CDATA[  这么硕呢，堪倒搭假都在咕咕咕，我耶来咕一下鸭
一股窝里giao giao窝里giao！ 呜呼，giao！


> @黑猫警长giao哥giao

听说 评论区说我强说我牛逼的是在展示自己... ]]></description>
<pubDate>Sun, 04 Nov 2018 12:36:24 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/39</guid>
</item>
<item>
<title>本人佐龙</title>
<link>https://blog.lxns.org/post/38</link>
<description><![CDATA[ 好想把他代码偷了xd ]]></description>
<pubDate>Sun, 04 Nov 2018 11:36:58 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/38</guid>
</item>
<item>
<title>咕咕咕</title>
<link>https://blog.lxns.org/post/37</link>
<description><![CDATA[  Test ]]></description>
<pubDate>Sun, 04 Nov 2018 09:45:06 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/37</guid>
</item>
<item>
<title>他也改变了OI 而且比小C厉害</title>
<link>https://blog.lxns.org/post/34</link>
<description><![CDATA[ Lxns：https://lxns.ml

Lxns擅长在Windows和Linux环境下编写其精通语言：ActionScript Ada ASN.1 ASP Assembly Autolt AV... ]]></description>
<pubDate>Thu, 27 Sep 2018 20:43:35 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/34</guid>
</item>
<item>
<title>他改变了OI</title>
<link>https://blog.lxns.org/post/33</link>
<description><![CDATA[ 小C（LittleC）：
-  https://ltlec.cn 
-  https://wyy.ooo 

> 由于小C大佬的谦虚，禁止了所有从此网站跳转的请求，如遇403，请单独开标签页输... ]]></description>
<pubDate>Mon, 24 Sep 2018 20:36:59 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/33</guid>
</item>
<item>
<title>test</title>
<link>https://blog.lxns.org/post/32</link>
<description><![CDATA[  1.标题

 H1
 H2
 H3
 H4
 H5
 H6

 2. 段落

使用单引号  或者单下划线  标记 斜体强调 或者 斜体强调

使用两个引号  <b> 或者两... ]]></description>
<pubDate>Mon, 10 Sep 2018 20:41:25 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/32</guid>
</item>
<item>
<title>我想要个........................</title>
<link>https://blog.lxns.org/post/31</link>
<description><![CDATA[ 我想要个妹妹 ]]></description>
<pubDate>Tue, 21 Aug 2018 09:53:15 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/31</guid>
</item>
<item>
<title>你认为的Win10群</title>
<link>https://blog.lxns.org/post/30</link>
<description><![CDATA[  [图片] 
此图由Lxns制作 ]]></description>
<pubDate>Thu, 09 Aug 2018 17:33:19 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/30</guid>
</item>
<item>
<title>新型计算机病毒：Peter B型病毒</title>
<link>https://blog.lxns.org/post/28</link>
<description><![CDATA[ 这类病毒利用多个协议的漏洞进行传播，包括边界路由协议，多播协议，SDNS，中国移动SMPP系列协议。
Peter B型病毒构造特殊的协议包，在网际网路上进行广播，感染受影响的机器。
因为协议的特殊... ]]></description>
<pubDate>Fri, 27 Jul 2018 12:22:32 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/28</guid>
</item>
<item>
<title>这里存放着杂文</title>
<link>https://blog.lxns.org/post/27</link>
<description><![CDATA[ 一个肥宅
他不小心把手中的 Switch 掉进了河里
河神出现了，一手拿着 Switch ，一手拿着一个萌系美少女
问肥宅，你掉的是这个沾满手汗的 Switch 还是这个萌系美少女
肥宅：Sw... ]]></description>
<pubDate>Fri, 27 Jul 2018 11:06:01 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/27</guid>
</item>
<item>
<title>Mathematica激活指南</title>
<link>https://blog.lxns.org/post/26</link>
<description><![CDATA[ 首先还是要强调一句： <b>用盗版是不得已的，大家有能力的话还是要支持正版（学生版50美元——最外层页面写的确实是$150，但是你进入购买页面就会变成$50了）！</b> 购买方法的一些介绍：http... ]]></description>
<pubDate>Thu, 19 Jul 2018 14:54:36 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/26</guid>
</item>
<item>
<title>逻辑能力测试</title>
<link>https://blog.lxns.org/post/25</link>
<description><![CDATA[ 试着找出问号（？）所代表的数：
 1, 3, 5, 7, ？

 ==

---
正确答案是
 <b>217341</b> 

因为当：
f(x)=(18111/2)x^4-905... ]]></description>
<pubDate>Thu, 19 Jul 2018 14:11:07 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/25</guid>
</item>
<item>
<title>公司业务推荐</title>
<link>https://blog.lxns.org/post/23</link>
<description><![CDATA[ 本公司承揽业务有
一，办理信用卡 纯白面签 以卡办卡 车贷办卡 房贷办卡 包商两万起。在我这做信用卡的，下卡后免费赠送养卡提额pos机一台。
二，寿险，车险，全款房，贷款房，全款车，贷款车，保单，... ]]></description>
<pubDate>Fri, 06 Jul 2018 20:04:44 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/23</guid>
</item>
<item>
<title>关于RAC开源项目</title>
<link>https://blog.lxns.org/post/22</link>
<description><![CDATA[ Ray Anti-Care
 
 [图片] 
 [图片] 
 [图片] 
项目团队： Ray(https://www.r-ay.cn/) | LittleC(https://little.m... ]]></description>
<pubDate>Fri, 06 Jul 2018 18:02:31 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/22</guid>
</item>
<item>
<title>仰望大佬</title>
<link>https://blog.lxns.org/post/18</link>
<description><![CDATA[ 价值110元的小爱mini
 免费送
详情请联系QQ： <b>3265514721</b> 
 [图片]  ]]></description>
<pubDate>Thu, 05 Jul 2018 18:01:23 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/18</guid>
</item>
<item>
<title>浅墨小站</title>
<link>https://blog.lxns.org/post/17</link>
<description><![CDATA[  浅墨小站
http://www.romonov.com/
说起来Markdown真好用。蛤蛤！ ]]></description>
<pubDate>Thu, 05 Jul 2018 15:25:06 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/17</guid>
</item>
<item>
<title>My photo of svg!!</title>
<link>https://blog.lxns.org/post/16</link>
<description><![CDATA[  UHM........
 There may be some bugs
>  [图片]  ]]></description>
<pubDate>Wed, 04 Jul 2018 11:21:33 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/16</guid>
</item>
<item>
<title>tql</title>
<link>https://blog.lxns.org/post/12</link>
<description><![CDATA[ 为什么你们都会做网站为什么只有我不会为什么我电脑主板坏了从此失去了电脑为什么电脑店说没配件不能修还收了我50块运费还能修好吗 ]]></description>
<pubDate>Sun, 01 Jul 2018 17:31:27 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/12</guid>
</item>
<item>
<title>强啊</title>
<link>https://blog.lxns.org/post/11</link>
<description><![CDATA[ Lxns太强了 图片 &amp;nbsp; ]]></description>
<pubDate>Sat, 30 Jun 2018 09:55:52 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/11</guid>
</item>
<item>
<title>为什么我的头像不能动</title>
<link>https://blog.lxns.org/post/10</link>
<description><![CDATA[ 图片要外联差评 ]]></description>
<pubDate>Thu, 21 Jun 2018 18:25:47 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/10</guid>
</item>
<item>
<title>Hi there!</title>
<link>https://blog.lxns.org/post/9</link>
<description><![CDATA[  Go to my website: //mc-myth.cn 
All servers for my website:
 https://mc-myth.cn 
 https://mc-myt... ]]></description>
<pubDate>Tue, 19 Jun 2018 11:40:56 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/9</guid>
</item>
<item>
<title>Hi there!</title>
<link>https://blog.lxns.org/post/2</link>
<description><![CDATA[ Welcome here!!Go to my website！Now you can use lxns.mc-myth.cn go to the Lxnet ]]></description>
<pubDate>Sun, 17 Jun 2018 17:00:16 GMT +0800</pubDate>
<guid>https://blog.lxns.org/post/2</guid>
</item>
</channel>
</rss>