会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
嗡嘛呢巴美吽舍
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
41
42
43
44
45
46
47
48
49
···
53
下一页
2015年11月12日
使用msgfmt编译多语言文件
摘要: msgfmt --statistics --verbose -o django.mo django.po
阅读全文
posted @ 2015-11-12 10:29 圆旭
阅读(353)
评论(0)
推荐(0)
2015年11月10日
ubuntu创建文件夹快捷方式命令
摘要: 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 圆旭
阅读(1547)
评论(0)
推荐(0)
ssh: connect to host localhost port 22: Connection refused 问题
摘要: 错误原因: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 圆旭
阅读(10080)
评论(0)
推荐(0)
2015年11月6日
excel中如何批量将所有的网址设为超链接
摘要: 首先如果数据较少的话,只需要双击鼠标左键,回车,就会自动转换成超链接。转自: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 圆旭
阅读(855)
评论(0)
推荐(0)
dhcp原理、安装、相关命令、疑惑
摘要: 转自:http://blog.sina.com.cn/s/blog_642e41c20101tct3.html
阅读全文
posted @ 2015-11-06 10:58 圆旭
阅读(127)
评论(0)
推荐(0)
双操作系统Grub 引导修护
摘要: ,只要进入ubuntu :sudo update-grub 就行了! 它会自动给Grub添加NTFS模块,以支持NTFS下的文件读取转自: http://zhidao.baidu.com/link?url=DiGB3QeskY3cA5Jctw_x0-lS8VqsavZ32abPWZUXzpj3xrr...
阅读全文
posted @ 2015-11-06 10:33 圆旭
阅读(160)
评论(0)
推荐(0)
2015年11月4日
局域网所有机器都能连接MySQL数据库的设置命令
摘要: Sql代码:grant all privileges on *.* to root@"%" identified by 'abc' with grant option; flush privileges; 其中上面两行代码的意思是给从任意ip地址连接的用户名为root,密码为abc的用户赋予所有...
阅读全文
posted @ 2015-11-04 11:29 圆旭
阅读(500)
评论(0)
推荐(0)
如何使用setup.py文件
摘要: 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 圆旭
阅读(873)
评论(0)
推荐(0)
2015年10月29日
chrome控制台支持多行js模式
摘要: shift + 回车 是换行转自:http://zhidao.baidu.com/link?url=MYjGRwvVQYJwnr38VTHPJdzRNtF1COyqpeuAtBYbxFYJcu6pWzv-EuUHgUCnDZVtbKJroMMPkeYvKP7xJSVe07FHi5q_cMtut2LJ...
阅读全文
posted @ 2015-10-29 10:54 圆旭
阅读(320)
评论(0)
推荐(0)
2015年10月28日
mac os x查看端口命令
摘要: `netstat` 命令 a. `netstat -nat | grep `转自:http://my.oschina.net/foreverich/blog/402252
阅读全文
posted @ 2015-10-28 16:10 圆旭
阅读(477)
评论(0)
推荐(0)
上一页
1
···
41
42
43
44
45
46
47
48
49
···
53
下一页
公告