上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页
摘要: 因为我比较懒,所以需要一款能自动清理电脑内存的工具,目的是设置内存最小值,然后自动清理。 mac: drcleaner windows: MaxMem win10设置开机启动地址:C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp 阅读全文
posted @ 2017-12-25 08:00 田云 阅读(316) 评论(0) 推荐(0)
摘要: 任务: test.py 将test.py生成test.exe 解答: 安装: 命令使用: tips 生成后在当前目录的dist文件夹内,其他文件可删除 阅读全文
posted @ 2017-12-20 13:11 田云 阅读(181) 评论(0) 推荐(0)
摘要: 将代码复制到标题栏即可 简单记事本 code: eg: 美化记事本 code: eg: 随着打字背景会改变 code: eg: 涂鸦板 code: eg: 阅读全文
posted @ 2017-12-07 08:17 田云 阅读(370) 评论(0) 推荐(0)
摘要: java设计模式备份 阅读全文
posted @ 2017-11-27 19:27 田云 阅读(122) 评论(0) 推荐(0)
摘要: 因为目前没有使用ubuntu作为工作的电脑(mac还是好用),所以暂时记录一下别人分享的ubuntu常用软件: 输入法:搜狗输入法 虚拟机:virtualbox 浏览器:chromium ide:idea music:网易云音乐 video:smplayer ssh client:自带的ssh te 阅读全文
posted @ 2017-11-24 08:54 田云 阅读(295) 评论(0) 推荐(0)
摘要: 1.一般现在时 表示经常发生的动作及现在的某种状况 直接动词原形(主语为第三人称单数,动词也要变成相应第三人称单数.) 例句:I leave home for school at 7 every morning.我每天早上七点离开家去学校 2.一般过去时 过去某个时间里发生的动作或状态 直接动词过去 阅读全文
posted @ 2017-11-15 07:32 田云 阅读(605) 评论(0) 推荐(0)
摘要: 客户端 http://blog.csdn.net/ncafei/article/details/69388630 服务端安装 yum install python-setuptools && easy_install pip pip install shadowsocks 创建配置文件: /etc/ 阅读全文
posted @ 2017-11-14 20:26 田云 阅读(9) 评论(0) 推荐(0)
摘要: rm f /var/run/yum.pid 阅读全文
posted @ 2017-09-28 12:26 田云 阅读(193) 评论(0) 推荐(0)
摘要: //开启apache: sudo apachectl start //重启apache: sudo apachectl restart //关闭apache: sudo apachectl stop 回车会提示输入密码,也就是你电脑的密码,http://127.0.0.1/测试一下 阅读全文
posted @ 2017-09-27 22:06 田云 阅读(128) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/zhangzhu/archive/2013/07/04/3172486.html 1、连接Mysql 格式: mysql -h主机地址 -u用户名 -p用户密码1、连接到本机上的MYSQL。首先打开DOS窗口,然后进入目录mysql\bin,再键入命令m 阅读全文
posted @ 2017-09-25 14:00 田云 阅读(215) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页