ic-background

咦?你发现我啦!!

这里是国内一位不知名程序猿自己的网站。

主攻网站方向,交流QQ群  +8611023569874 ,欢迎加入。

下面是一些我自己的开源项目和应用。

FastestHost

这是一个通过修改 hosts 文件,自动切换网站访问最快IP的工具。

当前支持 GitHub、Steam 相关域名的切换。

项目地址:https://gitee.com/lchfj/fastest-host

最新版本下载地址:https://gitee.com/lchfj/fastest-host/releases/download/v1.2.2/FastestHost.zip

Memcached简易客户端

一个简单高速的 Memcached dotnet 客户端,仅提供基本操作,不依赖其它任何第三方组件。

项目地址:https://github.com/lchfj/MemcachedTiny

NUGET包地址:https://www.nuget.org/packages/MemcachedTiny

.Net 分布式缓存( IDistributedCache )实现。

项目地址:https://github.com/lchfj/MemcachedTiny.DistributedCache

NUGET包地址:https://www.nuget.org/packages/MemcachedTiny.DistributedCache

文件服务器

简单高速的文件服务器。

全ATO编译支持,尽享急速服务。纯文件级存储,无需任何类型数据库支持。

项目地址:https://github.com/lchfj/FileServer