摘要: http://textract.readthedocs.org/en/latest/import textracttext = textract.process("rbm.pdf") 阅读全文
posted @ 2014-08-15 22:00 孤魂野鬼hg 阅读(1817) 评论(0) 推荐(0)
摘要: 安装系统是centos6.5 32位Python环境 Python2.7由于直接pip安装时,lmlx安装有问题1. 安装lmlxhttp://mdba.cn/?p=86yum install libxml* -yyum install libxslt* -ywget http://lxml.de/... 阅读全文
posted @ 2014-08-15 07:50 孤魂野鬼hg 阅读(1036) 评论(0) 推荐(0)
摘要: 视图视图是用户看到并与之交互的界面。对老式的Web应用程序来说,视图就是由HTML元素组成的界面,在新式的Web应用程序中,HTML依旧在视图中扮演着重要的角色,但一些新的技术已层出不穷,它们包括Adobe Flash和像XHTML,XML/XSL,WML等一些标识语言和Web services.M... 阅读全文
posted @ 2014-08-11 21:43 孤魂野鬼hg 阅读(110) 评论(0) 推荐(0)
摘要: week 1:Union-Find Applications(计算两个点是不是连通的)week 2: 实现堆栈及队列 排序算法,实现洗牌,实现convex hull(凸优化问题) 阅读全文
posted @ 2013-09-06 11:45 孤魂野鬼hg 阅读(96) 评论(0) 推荐(0)
摘要: 导出的sql文件中去掉双引号http://sagewsg.iteye.com/blog/1463978Name与Code同步的问题http://sagewsg.iteye.com/blog/1463975常用设置http://sagewsg.iteye.com/blog/1789378Name和Comment互換及将Comment导入到Sql文件http://wuhuizhong.iteye.com/blog/262556逆向工程http://wenku.baidu.com/view/8235d57f1711cc7931b7162c.html”Unable to list the table& 阅读全文
posted @ 2013-08-12 22:20 孤魂野鬼hg 阅读(99) 评论(0) 推荐(0)
摘要: ubuntu 11.04 出现了如下错误:E:Encountered a section with no Package: header终端中输入以下两条命令:sudo rm /var/lib/apt/lists/* -vfsudo apt-get update执行完了命令之后,软件更新器应该会自动要求更新的,更新便是。 阅读全文
posted @ 2013-06-20 14:24 孤魂野鬼hg 阅读(163) 评论(0) 推荐(0)