摘要: 1,下载以及变更 Golang官网下载地址:https://golang.google.cn/dl/ 变更:2025年03月31日 开发环境 从 GoLand 2019.3.3 x64 变成了 vs code(Visual Studio Code) go1.24.0.windows-amd64.ms 阅读全文
posted @ 2021-09-14 16:36 bleach3 阅读(2118) 评论(0) 推荐(2)
摘要: routel: 类似红帽系中的route命令。 ip a: 类似红帽系中的ifconfig命令。 service network [start,restart,stop,statu] opensuse15.1中对网络开始、重启、结束、查询状态的命令 配置网络 进入网络配置目录:cd /etc/sys 阅读全文
posted @ 2020-12-03 10:13 bleach3 阅读(625) 评论(0) 推荐(0)
摘要: 在Ubuntu中安装Docker和docker的使用 https://www.cnblogs.com/blog-rui/p/11244023.html 安装 使用官方安装脚本自动安装 安装命令如下: curl -fsSL https://get.docker.com | bash -s docker 阅读全文
posted @ 2020-11-24 14:08 bleach3 阅读(149) 评论(0) 推荐(0)
摘要: 最近开发的时候碰到一个心累的问题:由于使用到第三的SDK,而且该SDK有一定的历史, 在开发机上运行的时候,能够正常运行,但是部署到客户的设备时却报,无法正常运行程序 这种错误一般都是由于缺 msvcr**.dll msvcp**.dll, 这个时候一般直接安装对应的支持库即可,推荐一个比较全的 M 阅读全文
posted @ 2020-11-05 10:20 bleach3 阅读(550) 评论(0) 推荐(0)
摘要: https://unix.stackexchange.com/questions/43230/how-to-run-my-script-after-suse-finished-booting-up https://kerneltalks.com/howto/execute-command-at-sh 阅读全文
posted @ 2020-06-11 11:14 bleach3 阅读(965) 评论(0) 推荐(0)
摘要: 关于在64位linux下开发32位linux程序的一些问题,ubuntu,debian,opensuse 阅读全文
posted @ 2020-06-11 11:11 bleach3 阅读(1397) 评论(0) 推荐(0)
摘要: 如果不修改可能导致服务器端口耗尽 Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters] "MaxUserPort"=dword:0000 阅读全文
posted @ 2019-12-24 21:45 bleach3 阅读(514) 评论(0) 推荐(0)
摘要: Unhandled Exception: JavaScriptEngineSwitcher.Core.JsEngineLoadException: During loading of VroomJsEngine error has occurred.See more details: Couldn' 阅读全文
posted @ 2019-12-18 14:33 bleach3 阅读(686) 评论(0) 推荐(0)
摘要: cereal json 序列化 https://blog.csdn.net/sunnyloves/article/details/51373793?utm_source=blogxgwz8 http://uscilab.github.io/cereal/ https://github.com/USC 阅读全文
posted @ 2019-04-29 10:36 bleach3 阅读(796) 评论(0) 推荐(0)
摘要: otlv4介绍: http://otl.sourceforge.net/ 测试代码 string strCon1 = "DSN=testsqlserver;UID=sa;PWD=12345678;database=aa_note"; //strCon1 = "driver=sql server;se 阅读全文
posted @ 2018-12-05 11:05 bleach3 阅读(2389) 评论(0) 推荐(0)