yyyyyyyyyyyyyyyyyyyy

博客园 首页 新随笔 联系 订阅 管理
上一页 1 ··· 277 278 279 280 281 282 283 284 285 ··· 367 下一页

2015年8月10日 #

摘要: 最近再浏览Python自动化测试框架,之前接触过unittest,看了篇文章,发现nose貌似更牛逼一些,于是安装试了试,分享一下心得。 nose 项目是于 2005 年发布的,也就是 py.test 改名后的一年。它是由 Jason Pellerin 编写的,支持与 py.test 相同的测试... 阅读全文
posted @ 2015-08-10 14:38 xxxxxxxx1x2xxxxxxx 阅读(446) 评论(0) 推荐(0)

2015年8月9日 #

摘要: IM-即时通讯技术概述简述即时通讯技术(IM)支持用户在线实时交谈。如果要发送一条信息,用户需要打开一个小窗口,以便让用户及其朋友在其中输入信息并让交谈双方都看到交谈的内容。大多数常用的即时通讯发送程序都会提供各种各样的功能即时通讯 - 在用户和在线朋友之间来回发送信息聊天 - 创建用户与朋友或工友... 阅读全文
posted @ 2015-08-09 20:43 xxxxxxxx1x2xxxxxxx 阅读(1138) 评论(0) 推荐(0)

摘要: $ cat ~/.vimrc,centos7是在/etc/vimrc文件中配置。 nmap <C-_>s :cs find s <C-R>=expand("<cword>")<CR><CR>nmap <C-_>g :cs find g <C-R>=expand("<cword>")<CR><CR>n 阅读全文
posted @ 2015-08-09 10:41 xxxxxxxx1x2xxxxxxx 阅读(1648) 评论(0) 推荐(0)

摘要: #!/usr/bin/env python #coding:utf-8import urllib2,re,sys,os,types #from bs4 import BeautifulSoup reload(sys);sys.setdefaultencoding('gbk'); province=... 阅读全文
posted @ 2015-08-09 10:22 xxxxxxxx1x2xxxxxxx 阅读(50919) 评论(0) 推荐(0)

2015年8月8日 #

摘要: http://stackexchange.com/http://question2answer.org/http://answerhub.com/qa/http://segmentfault.com/t/python?type=newest&page=2爱乐问:http://ilewen.com/h... 阅读全文
posted @ 2015-08-08 23:57 xxxxxxxx1x2xxxxxxx 阅读(170) 评论(0) 推荐(0)

摘要: scientific: GAP, Octave, Rmarkup: docbook, dtd,html,latex,mallard,texinfo,text2tags,xml,xsltothers: changelog, cmake, css, .desktop, diff,dpatch, gett... 阅读全文
posted @ 2015-08-08 11:10 xxxxxxxx1x2xxxxxxx 阅读(169) 评论(0) 推荐(0)

2015年8月7日 #

摘要: 内建类型None表示一个空对象,没有方法和属性。 None是一个特殊的常量。 None和False不同。 None不是0。 None不是空字符串。 None和任何其他的数据类型比较永远返回False。 None有自己的数据类型NoneType。 你可以将None复制给任何变量,但是你不能创建其他No 阅读全文
posted @ 2015-08-07 14:13 xxxxxxxx1x2xxxxxxx 阅读(1012) 评论(0) 推荐(0)

摘要: 对比: (1) poi使用userModel模式,上手很容易。代码写起来很复杂。而且公用的地方很少。导致每次读写excel都需要重新编写。(2) EasyExcel使用SAX模式使得easyexcel可以节省内存。而且easyexcel解决了内存泄漏问题。如果想了解SAX模式开发那成本需要3~5天学 阅读全文
posted @ 2015-08-07 02:21 xxxxxxxx1x2xxxxxxx 阅读(393) 评论(0) 推荐(0)

摘要: Excel连接到MySQL即使当今时代我们拥有了类似微软水晶报表之类的强大报表工具和其他一些灵活的客户管 理应用工具,众多企业在分析诸如销售统计和收入信息的时候,微软的Excel依然是最常用的工具。这当然不是没有理由的:Excel以其强大丰富的各种功 能,已经成为办公环境中不可或缺的工具。 然而,现... 阅读全文
posted @ 2015-08-07 02:18 xxxxxxxx1x2xxxxxxx 阅读(1342) 评论(0) 推荐(0)

摘要: 经在 阅读全文
posted @ 2015-08-07 02:12 xxxxxxxx1x2xxxxxxx 阅读(181) 评论(0) 推荐(0)

上一页 1 ··· 277 278 279 280 281 282 283 284 285 ··· 367 下一页