2019年10月8日

Linux下gbk/utf8编码转换

摘要: linux下运行结果:root@dthero_cn:/home/yiyou/gopath/cpptest# g++ -o testASC testASC.cpproot@dthero_cn:/home/yiyou/gopath/cpptest# ./testASCin1=我们aA,strlen(in 阅读全文

posted @ 2019-10-08 01:10 梦回第四帝国 阅读(6470) 评论(0) 推荐(0)

2019年10月7日

Linux搭建简单的http文件服务器

摘要: Ubuntu 18.04.2 LTS下重启、停止、启动apache服务的命令:/etc/init.d/apache2 restart[ ok ] Restarting apache2 (via systemctl): apache2.service./etc/init.d/apache2 stop[ 阅读全文

posted @ 2019-10-07 20:48 梦回第四帝国 阅读(1602) 评论(0) 推荐(0)

sed命令行工具的使用

摘要: [System.BitConverter]::ToString([char[]]'U3dApi') -replace "-"," "55 33 64 41 70 69[System.BitConverter]::ToString([System.Text.Encoding]::Unicode.Get 阅读全文

posted @ 2019-10-07 20:46 梦回第四帝国 阅读(326) 评论(0) 推荐(0)

2019年9月28日

linux下c++/go/c#/java学习例子

摘要: 代码例子已托管到svnserve20190928添加:cpptest - Revision 1: / https://svnserve.com/cpptest/ apt install subversion root@iZ8vb0mp96vvgq12ksoizhZ:/home/hxh/cpptest 阅读全文

posted @ 2019-09-28 12:04 梦回第四帝国 阅读(197) 评论(0) 推荐(0)

linux sql server 2017笔记

摘要: 20190926添加:Ubuntu 18.04.3 LTS安装mssql-server=14.0.3192.2-2root@yiyouserver:~# apt-get install mssql-server=14.0.3192.2-2root@yiyouserver:~# apt-cache p 阅读全文

posted @ 2019-09-28 07:35 梦回第四帝国 阅读(378) 评论(0) 推荐(0)

2019年9月21日

linux mysql笔记

摘要: 1、命令行连接mysql: 连不上的情况1: root@iZ8vb0mp96vvgq12ksoizhZ:~# mysql -uroot -p -h127.0.0.1 -P3306 Enter password: ERROR 2003 (HY000): Can't connect to MySQL s 阅读全文

posted @ 2019-09-21 16:33 梦回第四帝国 阅读(181) 评论(0) 推荐(0)

导航