摘要:
在Ubuntu中安装Docker和docker的使用 https://www.cnblogs.com/blog-rui/p/11244023.html 安装 使用官方安装脚本自动安装 安装命令如下: curl -fsSL https://get.docker.com | bash -s docker 阅读全文
摘要:
最近开发的时候碰到一个心累的问题:由于使用到第三的SDK,而且该SDK有一定的历史, 在开发机上运行的时候,能够正常运行,但是部署到客户的设备时却报,无法正常运行程序 这种错误一般都是由于缺 msvcr**.dll msvcp**.dll, 这个时候一般直接安装对应的支持库即可,推荐一个比较全的 M 阅读全文
摘要:
https://unix.stackexchange.com/questions/43230/how-to-run-my-script-after-suse-finished-booting-up https://kerneltalks.com/howto/execute-command-at-sh 阅读全文
摘要:
关于在64位linux下开发32位linux程序的一些问题,ubuntu,debian,opensuse 阅读全文
摘要:
如果不修改可能导致服务器端口耗尽 Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters] "MaxUserPort"=dword:0000 阅读全文
摘要:
Unhandled Exception: JavaScriptEngineSwitcher.Core.JsEngineLoadException: During loading of VroomJsEngine error has occurred.See more details: Couldn' 阅读全文
摘要:
cereal json 序列化 https://blog.csdn.net/sunnyloves/article/details/51373793?utm_source=blogxgwz8 http://uscilab.github.io/cereal/ https://github.com/USC 阅读全文
摘要:
otlv4介绍: http://otl.sourceforge.net/ 测试代码 string strCon1 = "DSN=testsqlserver;UID=sa;PWD=12345678;database=aa_note"; //strCon1 = "driver=sql server;se 阅读全文
摘要:
什么是分布式系统,如何学习分布式系统 https://www.cnblogs.com/xybaby/p/7787034.html 什么是分布式架构 https://www.cnblogs.com/my376908915/p/6813321.html 阅读全文
摘要:
teamviewer quicksupport 插件(下载) teamviewer是一款远程控制软件(免费,比较好的); teamviewer quicksupport是一款支持手机可以被远程控制软件(需要下载插件–有对应手机品牌的插件,例如有HUAWEI,LG等) 电脑下载 teamviewer 阅读全文