会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
China soft
chinasoft.cnblogs.com
首页
新随笔
联系
订阅
管理
上一页
1
···
51
52
53
54
55
56
57
58
59
···
129
下一页
2023年5月12日
Windows跟Linux的不同处理
摘要: 1. 时区 1.1 北京时间 Windows:TimeZoneInfo.FindSystemTimeZoneById("China Standard Time"); Linux:TimeZoneInfo tzBeijing = TimeZoneInfo.FindSystemTimeZoneById(
阅读全文
posted @ 2023-05-12 14:12 China Soft
阅读(107)
评论(0)
推荐(0)
2023年5月10日
聊一聊redis十种数据类型及底层原理
摘要: 概述 Redis 是一个开源的高性能键值数据库,它支持多种数据类型,可以满足不同的业务需求。本文将介绍 Redis 的10种数据类型,分别是 string(字符串) hash(哈希) list(列表) set(集合) zset(有序集合) stream(流) geospatial(地理) bitma
阅读全文
posted @ 2023-05-10 23:03 China Soft
阅读(278)
评论(0)
推荐(0)
2023年5月9日
C++ CEF3加载高清图片崩溃
摘要: https://blog.csdn.net/light_cnc/article/details/115387035 使用CEF加载网页时,如果加载的图片为高清图片时,会引起软件的崩溃。是由于图片解码后内存猛涨,有可能引起崩溃。 如何解决呢?其实很简单。只需要开启VS的启用大地址编译开关即可,希望对各
阅读全文
posted @ 2023-05-09 11:16 China Soft
阅读(185)
评论(0)
推荐(0)
必看!.NET 7 在网络领域的四大更新
摘要: http://www.pczh.cn/news/26036.html 最新的 .NET 7 现已发布,我们想介绍一下其在网络领域所做的一些有趣的更改和添加。这篇文章我们将讨论 .NET 7 在 HTTP 空间、新 QUIC API、网络安全和 WebSockets 方面的变化。 HTTP 改进了对连
阅读全文
posted @ 2023-05-09 00:48 China Soft
阅读(85)
评论(0)
推荐(0)
C# HttpClient使用和注意事项,.NET Framework连接池并发限制
摘要: System.Net.Http.HttpClient 类用于发送 HTTP 请求以及从 URI 所标识的资源接收 HTTP 响应。 HttpClient 实例是应用于该实例执行的所有请求的设置集合,每个实例使用自身的连接池,该池将其请求与其他请求隔离开来。 从 .NET Core 2.1 开始,So
阅读全文
posted @ 2023-05-09 00:44 China Soft
阅读(1142)
评论(0)
推荐(0)
2023年5月4日
dootask支持https的设置
摘要: 我解决了这个问题,我将反向代理的配置文件改成location / {proxy_http_version 1.1;proxy_pass http://127.0.0.1:1234;proxy_set_header Host 域名;proxy_set_header X-Real-IP $remote_
阅读全文
posted @ 2023-05-04 00:17 China Soft
阅读(160)
评论(0)
推荐(0)
2023年5月3日
DooTask开源项目管理工具,安装问题及解决!!!
摘要: # 1、基本安装sudo apt update sudo apt install docker.io //通过宝塔的docker管理器安装? // wget -O install.sh https://download.bt.cn/install/install-ubuntu_6.0.sh && s
阅读全文
posted @ 2023-05-03 00:31 China Soft
阅读(1848)
评论(0)
推荐(0)
2023年4月20日
Windows 10 补丁包 msu 转 cab 用 dism 安装
摘要: dism /online /add-package /packagepath:.\Windows6.1-KB2533623-x64.cab /norestart 或 dism /online /add-package /packagepath:"C:\Users\Administrator\Desk
阅读全文
posted @ 2023-04-20 23:13 China Soft
阅读(1231)
评论(0)
推荐(0)
Install .NET on Windows
摘要: https://learn.microsoft.com/en-us/dotnet/core/install/windows?tabs=net60#dependencies https://blog.csdn.net/weixin_43596442/article/details/119801821
阅读全文
posted @ 2023-04-20 12:30 China Soft
阅读(197)
评论(0)
推荐(0)
2023年4月16日
onlyoffice安装方法 http://k.sina.com.cn/article_1823348853_6cae1875020017v94.html
摘要: onlyoffice安装方法http://k.sina.com.cn/article_1823348853_6cae1875020017v94.html
阅读全文
posted @ 2023-04-16 23:53 China Soft
阅读(88)
评论(0)
推荐(0)
上一页
1
···
51
52
53
54
55
56
57
58
59
···
129
下一页
公告