摘要: https://www.linuxidc.com/Linux/2015-04/116740.htm https://blog.csdn.net/qq_35367612/article/details/75079726 阅读全文
posted @ 2019-03-12 18:29 高子佑 阅读(83) 评论(0) 推荐(0) 编辑
摘要: http://blog.sina.com.cn/s/blog_69f80ee601016rq1.html 匹配字符 https://blog.csdn.net/hgg923/article/details/51241034 find命令 https://wenku.baidu.com/view/a3 阅读全文
posted @ 2019-03-12 18:25 高子佑 阅读(132) 评论(0) 推荐(0) 编辑
摘要: https://www.jb51.net/article/103904.htm https://blog.csdn.net/hzk_wen/article/details/47209197 https://blog.51cto.com/wudaweila/1212669 阅读全文
posted @ 2019-03-12 18:15 高子佑 阅读(72) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/lxg0/p/6979274.html https://mp.weixin.qq.com/s?__biz=MzAxNzMwOTQ0NA%3D%3D&mid=2653354846&idx=2&sn=1ce663ac464de00530174fa949fd2 阅读全文
posted @ 2019-03-12 18:14 高子佑 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 4954438、5256992、6565792、6879321 阅读全文
posted @ 2019-03-12 18:05 高子佑 阅读(765) 评论(0) 推荐(0) 编辑
摘要: [global] workgroup = WORKGROUP server string = Samba Server %v netbios name = centos security = user map to guest = bad user [reportfileOL] path = /da 阅读全文
posted @ 2019-03-12 17:21 高子佑 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 1.配置网络 vi /etc/sysconfig/network-scripts/ifcfg-eh0 IPADDR ="[在这里输入你的静态 IP]"GATEWAY ="[输入你的默认网关]"DNS1 ="[你的DNS 1]"DNS2 ="[你的DNS 2]" service network res 阅读全文
posted @ 2018-06-12 17:37 高子佑 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 创建数据库 create database test character set utf8; 创建名为test编码为utf-8的数据库。 删除库 drop database 库名; 进入数据库 use test; 创建表user create table user(sno varchar(15) n 阅读全文
posted @ 2018-03-28 16:37 高子佑 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 从svn服务器拉数据到本地: svn co svn地址 本地路径 ssh隧道技术: ssh -Nf -L 宿主机ip:宿主机端口号:对端主机ip:对端端口 root@127.0.0.1 linux挂载windows共享目录: mount -t cifs //共享主机IP/共享目录 /挂载路径 -o 阅读全文
posted @ 2018-03-22 18:28 高子佑 阅读(140) 评论(0) 推荐(0) 编辑