随笔分类 -  netcore

摘要:其实所有单页面应用都一样 只需要在nginx里面配置 location / { root html; index index.html index.htm; rewrite ^/.*/$ / last; # Redirect everything to / (ex index.html) and l 阅读全文
posted @ 2021-01-11 20:03 咬轮猫 阅读(528) 评论(0) 推荐(0)
摘要:Encoding.RegisterProvider(CodePagesEncodingProvider.Instance); var aa = await Http.GetByteArrayAsync("test.json"); var bb= Encoding.GetEncoding("GB231 阅读全文
posted @ 2021-01-11 14:22 咬轮猫 阅读(2229) 评论(0) 推荐(0)
摘要:代码: using System; using System.Net.WebSockets; using System.Text; using System.Threading; using System.Threading.Tasks; namespace Demo { class Program 阅读全文
posted @ 2020-12-30 14:01 咬轮猫 阅读(812) 评论(0) 推荐(0)

Live2D