
.net core
草宝虫
现任某 IT 公司架构师、IT 写作者。精通多门编程语言,主攻 Java 后台开发,十多年项目经验,希望在 IT 领域发挥自己的光辉,给大家做一个启发或者引导。
展开
-
.net core linux安装
手动安装 https://docs.microsoft.com/zh-cn/dotnet/core/install/linux-scripted-manual#manual-install 进入.net core 5.0 https://dotnet.microsoft.com/download/dotnet/5.0 再点击linux x64版本下载 https://download.visualstudio.microsoft.com/download/pr/7f736160-9f34-4595-8d72原创 2021-01-15 11:29:39 · 423 阅读 · 0 评论 -
md5加密 兼容.netcore5
md5加密 支持.netcore5 using System; using System.Security.Cryptography; namespace MyApp.HelloWorld { class Program { static void Main(string[] args) { Console.WriteLine(MD5Encrypt("123456")); Console.WriteLine(原创 2021-01-15 11:27:05 · 589 阅读 · 0 评论 -
.net core2.0 Memcached.ClientLibrary
Memcached的.net core2.0驱动dll 引用了nuget包log4net和SharpZipLib.NETStandard nuget包名为Memcached.ClientLibrary.NetStandard 可以直接通过nuget搜索安装 地址https://www.nuget.org/packages/Memcached.ClientLibrary.NetStan...原创 2018-05-02 14:18:23 · 679 阅读 · 0 评论