会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
cc4634396
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
2022年11月29日
GitHub非vpn方式加速
摘要: https://gitlab.com/ineo6/hosts/-/raw/master/next-hosts 替换到hosts文件(需要经常替换)
阅读全文
posted @ 2022-11-29 14:58 cc4634396
阅读(1)
评论(0)
推荐(0)
编辑
2022年1月15日
mongodb 常用脚本
摘要: //常规查询 db.getCollection('test').find({}).sort({_id:-1}).limit(2) //模糊查询 db.getCollection('test').find({"b":{$regex:''}}) 数组元素查询 db.getCollection('test
阅读全文
posted @ 2022-01-15 10:47 cc4634396
阅读(481)
评论(0)
推荐(0)
编辑
2021年12月8日
.net 6 ubuntu mssql A connection was successfully established with the server, but then an error occurred during the pre-login handshake
摘要: ubuntu下升级dotnet core 3.1 至.net 5/.net6 连接数据库报错 错误信息 A connection was successfully established with the server, but then an error occurred during the p
阅读全文
posted @ 2021-12-08 12:30 cc4634396
阅读(354)
评论(0)
推荐(0)
编辑
2017年11月28日
阿里云OSS服务端签名C#版片段
摘要: 1、引用Aliyun.OSS.dll 2、
阅读全文
posted @ 2017-11-28 14:14 cc4634396
阅读(669)
评论(0)
推荐(0)
编辑
2017年11月15日
.Net Standard不支持gb2312编码的解决方法
摘要: 1、添加Nuget引用【System.Text.Encoding.CodePages】 2、添加注册代码:Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);
阅读全文
posted @ 2017-11-15 17:36 cc4634396
阅读(203)
评论(0)
推荐(0)
编辑