上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 52 下一页
摘要: Sql代码:grant all privileges on *.* to root@"%" identified by 'abc' with grant option; flush privileges; 其中上面两行代码的意思是给从任意ip地址连接的用户名为root,密码为abc的用户赋予所有... 阅读全文
posted @ 2015-11-04 11:29 圆旭 阅读(507) 评论(0) 推荐(0)
摘要: setup.py文件的使用:% python setup.py build #编译% python setup.py install #安装% python setup.py sdist #制作分发包% python setup.py bdist_wininst #制作windows下的分发包% p... 阅读全文
posted @ 2015-11-04 10:39 圆旭 阅读(878) 评论(0) 推荐(0)
摘要: shift + 回车 是换行转自:http://zhidao.baidu.com/link?url=MYjGRwvVQYJwnr38VTHPJdzRNtF1COyqpeuAtBYbxFYJcu6pWzv-EuUHgUCnDZVtbKJroMMPkeYvKP7xJSVe07FHi5q_cMtut2LJ... 阅读全文
posted @ 2015-10-29 10:54 圆旭 阅读(324) 评论(0) 推荐(0)
摘要: `netstat` 命令 a. `netstat -nat | grep `转自:http://my.oschina.net/foreverich/blog/402252 阅读全文
posted @ 2015-10-28 16:10 圆旭 阅读(482) 评论(0) 推荐(0)
摘要: 首先安装软件:sudo apt-get install apache2sudo apt-get install php5sudo apt-get install mysql-serversudo apt-get install phpmyadmin紧接着改写 /var/www目录的权限。方便日后编辑... 阅读全文
posted @ 2015-10-28 11:46 圆旭 阅读(104) 评论(0) 推荐(0)
摘要: git add -A它会把我们未通过 git rm 删除的文件全部stage转自:http://segmentfault.com/q/1010000000095373 阅读全文
posted @ 2015-10-28 10:46 圆旭 阅读(692) 评论(0) 推荐(0)
摘要: 我用的是搜狗输入法,所以把搜狗卸载就好了。(注意是卸载,不是单纯的从输入源里移除)下载一个搜狗输入法的DMG,打开后选择卸载搜狗输入法。转自: http://zhidao.baidu.com/question/432207206552111804.html 阅读全文
posted @ 2015-10-27 16:56 圆旭 阅读(265) 评论(0) 推荐(0)
摘要: 转自:http://jingyan.baidu.com/article/6d704a13f99f1a28da51ca49.html1)遇到“No bootable device-insert boot disk and press any key“问题请看:http://www.cnblogs.co... 阅读全文
posted @ 2015-10-22 10:56 圆旭 阅读(325) 评论(0) 推荐(0)
摘要: macbook air 2012 mid。长按关机键关机,按开机键,然后长按option键,会出现可以选择启动的磁盘块,选择要启动的磁盘进入即可。 阅读全文
posted @ 2015-10-22 09:17 圆旭 阅读(5975) 评论(0) 推荐(0)
摘要: 给网卡eth0配置一个ip别名sudo ifconfig eth0:0 10.108.125.6/22 up若想保存该配置,以便每次开机都可以使用该ip别名,则应sudo vim /etc/network/interfaces然后把如下酌情添加进文件中:auto eth0iface etho in... 阅读全文
posted @ 2015-10-13 10:43 圆旭 阅读(1439) 评论(0) 推荐(0)
上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 52 下一页