上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 53 下一页
摘要: msgfmt --statistics --verbose -o django.mo django.po 阅读全文
posted @ 2015-11-12 10:29 圆旭 阅读(336) 评论(0) 推荐(0) 编辑
摘要: sudo ln -sT /path/to/source/directory /path/to/destination/directory注意路径一定要用绝对路径例: sudo ln -sT /home/xxx/django_openstack_auth/openstack_auth/ /home/x... 阅读全文
posted @ 2015-11-10 16:45 圆旭 阅读(1529) 评论(0) 推荐(0) 编辑
摘要: 错误原因:1.sshd 未安装2.sshd 未启动3.防火墙4需重新启动ssh 服务解决方法:1.确定安装sshd: $ sudo apt-get install openssh-server 2.启动sshd:$ sudo net start sshd 3.检查防火墙设置,关闭防火墙:$ su... 阅读全文
posted @ 2015-11-10 15:28 圆旭 阅读(9710) 评论(0) 推荐(0) 编辑
摘要: 首先如果数据较少的话,只需要双击鼠标左键,回车,就会自动转换成超链接。转自:http://zhidao.baidu.com/question/200363361.html?qbl=relate_question_1&word=excel%20%B1%E4%20%B3%AC%C1%B4%BD%D3&o... 阅读全文
posted @ 2015-11-06 18:51 圆旭 阅读(805) 评论(0) 推荐(0) 编辑
摘要: 转自:http://blog.sina.com.cn/s/blog_642e41c20101tct3.html 阅读全文
posted @ 2015-11-06 10:58 圆旭 阅读(122) 评论(0) 推荐(0) 编辑
摘要: ,只要进入ubuntu :sudo update-grub 就行了! 它会自动给Grub添加NTFS模块,以支持NTFS下的文件读取转自: http://zhidao.baidu.com/link?url=DiGB3QeskY3cA5Jctw_x0-lS8VqsavZ32abPWZUXzpj3xrr... 阅读全文
posted @ 2015-11-06 10:33 圆旭 阅读(157) 评论(0) 推荐(0) 编辑
摘要: Sql代码:grant all privileges on *.* to root@"%" identified by 'abc' with grant option; flush privileges; 其中上面两行代码的意思是给从任意ip地址连接的用户名为root,密码为abc的用户赋予所有... 阅读全文
posted @ 2015-11-04 11:29 圆旭 阅读(492) 评论(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 圆旭 阅读(859) 评论(0) 推荐(0) 编辑
摘要: shift + 回车 是换行转自:http://zhidao.baidu.com/link?url=MYjGRwvVQYJwnr38VTHPJdzRNtF1COyqpeuAtBYbxFYJcu6pWzv-EuUHgUCnDZVtbKJroMMPkeYvKP7xJSVe07FHi5q_cMtut2LJ... 阅读全文
posted @ 2015-10-29 10:54 圆旭 阅读(289) 评论(0) 推荐(0) 编辑
摘要: `netstat` 命令 a. `netstat -nat | grep `转自:http://my.oschina.net/foreverich/blog/402252 阅读全文
posted @ 2015-10-28 16:10 圆旭 阅读(466) 评论(0) 推荐(0) 编辑
上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 53 下一页