• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






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 阅读(2) 评论(0) 推荐(0)
 

2022年1月15日

mongodb 常用脚本
摘要: //常规查询 db.getCollection('test').find({}).sort({_id:-1}).limit(2) //模糊查询 db.getCollection('test').find({"b":{$regex:''}}) db.getCollection('test').find 阅读全文
posted @ 2022-01-15 10:47 cc4634396 阅读(498) 评论(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 阅读(432) 评论(0) 推荐(0)
 

2017年11月28日

阿里云OSS服务端签名C#版片段
摘要: 1、引用Aliyun.OSS.dll 2、 阅读全文
posted @ 2017-11-28 14:14 cc4634396 阅读(692) 评论(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 阅读(213) 评论(0) 推荐(0)