会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
China soft
chinasoft.cnblogs.com
首页
新随笔
联系
订阅
管理
上一页
1
···
87
88
89
90
91
92
93
94
95
···
129
下一页
2022年1月23日
解决国内不能访问github的问题
摘要: 最近访问GitHub总是不稳定,经常连不上, 出各种错误(OpenSSL SSL_read: Connection was reset, errno 10054, Connection refused ...)。 原因大概是GitHub的IP经常变化(一天可能变几次),我们本地的DNS解析有问题,解
阅读全文
posted @ 2022-01-23 09:05 China Soft
阅读(1895)
评论(1)
推荐(1)
2022年1月21日
k8s安装步骤
摘要: 第一天:https://kubesphere.com.cn/docs/quick-start/all-in-one-on-linux/ 1、export KKZONE=cn2、curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.1 sh -3、
阅读全文
posted @ 2022-01-21 17:58 China Soft
阅读(232)
评论(0)
推荐(0)
div 事件透传
摘要: div 事件透传 有些时候,我们会想要把一个 div 层覆盖在另一个 div 层上,要让下层的 div 响应鼠标事件而上层的不响应仅仅只做内容展示。 这种时候,我们就可以用到一个 CSS 属性:pointer-events,将其设置为 none 即可。 这个属性很少用到,却非常实用。省去了 js 里
阅读全文
posted @ 2022-01-21 11:34 China Soft
阅读(380)
评论(0)
推荐(0)
2022年1月20日
WinForm -- CEF的使用和一些坑处理
摘要: https://blog.csdn.net/coolbeliever/article/details/109507780 CEF的引用 1. 通过NuGet包管理器安装cef相应的包 2. 使用 2.1 初始化 static class Program { /// <summary> /// 应用程
阅读全文
posted @ 2022-01-20 17:03 China Soft
阅读(1681)
评论(0)
推荐(0)
localStorage 的大小限制测试以及其他知识梳理
摘要: 大小限制 业界主流是 5 MB,但每个浏览器各自又有些不同。 经过我的实验,chrome 78 版限制 5MB,而 safari 13.0.2 限制 2.5MB。一旦超过控制台会报错 // safari 报错 QuotaExceededError: The quota has been exceed
阅读全文
posted @ 2022-01-20 15:45 China Soft
阅读(587)
评论(0)
推荐(0)
2022年1月19日
nginxwebui
摘要: https://www.nginxwebui.cn/news.html
阅读全文
posted @ 2022-01-19 13:35 China Soft
阅读(34)
评论(0)
推荐(0)
UOS创建开机自启程序或脚本
摘要: [Desktop Entry]Type=ApplicationEncoding=UTF-8Exec=/usr/bin/xx.sh #可执行程序路径Name=xx #程序名称 拷贝脚本到/usr/bin目录 sudo cp -f xx.sh /usr/bin/chmod a+x /usr/bin/xx
阅读全文
posted @ 2022-01-19 13:32 China Soft
阅读(2468)
评论(0)
推荐(0)
2022年1月18日
Windows平台交叉编译Arm Linux平台的QT5.7库
摘要: https://www.cnblogs.com/CZM-/p/6659156.html 我的环境:ubuntu14.04 64位 1.下载Qt: 上网搜索 qt-opensource-linux-x64-5.3.0.run下载有好多百度云盘 要么在官网下载追新版本http://download.qt
阅读全文
posted @ 2022-01-18 23:04 China Soft
阅读(1124)
评论(0)
推荐(0)
2022年1月17日
DIYGW可视化平台 / diygwUI
摘要: https://gitee.com/html580/diygw-ui
阅读全文
posted @ 2022-01-17 11:44 China Soft
阅读(761)
评论(0)
推荐(0)
2022年1月14日
Spring Cloud 配置中心多环境配置bootstrap.yml
摘要: https://www.leftso.com/blog/900.html 我们知道spring boot可以通过文件名来区分配置,如下:application.ymlapplication-dev.yml #开发环境application-test.yml #测试环境application-prod
阅读全文
posted @ 2022-01-14 13:38 China Soft
阅读(4008)
评论(1)
推荐(0)
上一页
1
···
87
88
89
90
91
92
93
94
95
···
129
下一页
公告