1、以管理员模式运行CMD 执行以下命令: netsh interface ip set address "以太网" static 172.20.112.1 255.255.0.0 172.20.0....
删除目录大于1G的文件
find /var/www/html/_dir/patchreadme/ -maxdepth 1 -type d | grep -v '/$' | xargs du -s | awk '{if($1&...
测试Markdown
import os os.path.join('tmp', 'logs') print "hello" 1.明天 2.测试markdown编辑器 这是一个列表 还是一个列表 加油 #!/bin/bas...
Python的datetime模块分析(转)
datetime模块用于是date和time模块的合集,datetime有两个常量,MAXYEAR和MINYEAR,分别是9999和1.datetime模块定义了5个类,分别是1.datetime.d...
Ubuntu 16.04中挂载其它Linux共享的samba
需求来源:我想通过远程挂载文件的方式开发Django1、服务端配置服务器使用的系统是CentOS 6 x64,在/etc/samba/smb.conf中加上以下一段: com...
Linux下不能同步时间问题
问题:当我们使用/usr/sbin/ntpdate cn.pool.ntp.org进行时间同步时,可能会收到如下错误: Error resolving cn....
ubuntu grub2 repaire
sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get&...
AMH脚本
#!/bin/bash #chkconfig: 345 85 15 #description: AMH start script. #/sbin/iptables-restore < /etc/...
Windows下编译并使用libssh2库
摘要:花了一下午时间在Windows下编译好了libssh2,我想说,Windows开发真让人脑壳疼,光窗口开得就让人看得头晕1、编译依赖库openssl和zlib这里我参考的博客:https://b...
Idioms – learn 9 idiomatic expressions from real spoken English
Video Text: (Rachel) Today we’re starting a new series. We’re going to teach you about idioms...