导航

上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页

2015年3月2日

摘要: 朗逸2011款 1.4t 清除保养告警灯 阅读全文

posted @ 2015-03-02 13:17 Morya 阅读(301) 评论(0) 推荐(0)

2015年2月28日

摘要: 转发自:http://blog.csdn.net/laoyaotask/article/details/22117745?utm_source=tuicoolpython matplotlib plot 数据中的中文无法正常显示的解决办法在学习《NLP with Ptyhon》一中的过程中,总想用中... 阅读全文

posted @ 2015-02-28 10:37 Morya 阅读(1487) 评论(0) 推荐(0)

摘要: windows平台快速安装 matplotlib 阅读全文

posted @ 2015-02-28 10:09 Morya 阅读(212) 评论(0) 推荐(0)

2015年2月10日

摘要: Django作者之一 JACOB KAPLAN 所写的buildbot应用在Django系统。 全文总共分为两个部分 1,http://jacobian.org/writing/ci-is-hard/ 2,http://jacobian.org/writing/configuration-and-architecture/ 作者开源了他hack出的buildbot系统代码:https://github.com/jacobian/django-buildmaster 1,主要介绍了为什么针对Django建立CI系统很繁杂、困难。 - Django 是一个复杂的系统,有很多的测试用例(当时3000+) - 支持太多的Python版本(CPython, Jython, and PyPy) - 支持太多的数据库后端(PostgreSQL, MySQL, SQLite, and Oracle) - 支持太多的操作系统。。。 为了把全部的测试范围都覆盖,明显需要非常多的机器,即使是虚拟机,也需要很多。。 阅读全文

posted @ 2015-02-10 15:31 Morya 阅读(303) 评论(0) 推荐(0)

2015年2月6日

摘要: vim打开一个日志有很多冗余信息,你只想看到一部分的内容,怎么办?在normal模式输入:%!grep xxx这样,所有含有xxx的行才会被保留下来,其它行都不见了。。或者,你想干掉所有包含xxx的行,用下面这句。:%!grep -v xxx 阅读全文

posted @ 2015-02-06 16:37 Morya 阅读(2159) 评论(0) 推荐(0)

2015年2月4日

摘要: 安装软件包> apt-get install vim卸载> apt-get remove/autoremove vim autoremove 会顺便卸载未使用,未被依赖的软件包查询或者搜索软件包::> apt-cache search vim apt-cache show vim查询一个软件是... 阅读全文

posted @ 2015-02-04 13:46 Morya 阅读(196) 评论(0) 推荐(0)

2015年1月29日

摘要: 公司服务器多数都用的centos,这个是大环境,改不了,只好研究怎么安装buildbot-slave. buildbot-master倒是没有问题,可控,自己弄了一个ubuntu14来玩。 # centos 6.5 root权限需要安装的包 阅读全文

posted @ 2015-01-29 11:15 Morya 阅读(358) 评论(0) 推荐(0)

2015年1月28日

摘要: 本次安装的git server使用gitolite实现。 阅读全文

posted @ 2015-01-28 17:15 Morya 阅读(700) 评论(0) 推荐(0)

2015年1月26日

摘要: 因伟大的墙的存在,github下载速度奇慢,简单办法,在csdn code建一个账号,然后创建工程的时候选择导入模式,填入github的项目git URL。然后。。从csdn的code下载就快多了。。。 阅读全文

posted @ 2015-01-26 15:43 Morya 阅读(201) 评论(0) 推荐(0)

2015年1月24日

摘要: buildbot的master或者slave,一般配置好了之后, 总希望永久可用,即使机器因为某些原因重启了,也会自动启动。 阅读全文

posted @ 2015-01-24 21:37 Morya 阅读(226) 评论(0) 推荐(0)

上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页