http://www.open-open.com/jsoup/parsing-a-document.htmjsoup: Java HTML Parserjsoupis a Java library for working with real-world HTML. It provides a ver...
分类:
编程语言 时间:
2014-07-22 22:52:57
阅读次数:
288
(一)hadoop 相关安装部署1、hadoop在windows cygwin下的部署:http://lib.open-open.com/view/1333428291655http://blog.csdn.net/ruby97/article/details/7423088http://blog....
分类:
数据库 时间:
2014-07-22 22:50:55
阅读次数:
517
\* _你也可以去[Github](https://github.com/android-cn/android-open-project-analysis/tree/master/dagger)查看这片文章_ #### 简介 在开发程序的时候,会用到各种对象,很多对象在使用之前都需要进行初始化。例...
分类:
移动开发 时间:
2014-07-21 10:36:12
阅读次数:
309
最近在运行项目的时候,突然Xcode提示: XXX.app:?the?main?executable?or?Info.plist?must?be?a?regular?file?(no?symlinks,?etc.)
Command?/usr/bin/codesign?failed?with?exit?code?1 然后...
分类:
其他好文 时间:
2014-07-21 10:32:26
阅读次数:
242
windows使用gbx(gb2312,gbk,gb18030我也不知道是哪个)对文件名及文件路径进行编码保存。打开文件的函数中使用诸如open(filename.encode(‘gbk‘))可以很好的解决。 #coding:utf8
if __name__ == ‘__main__‘:
...
分类:
编程语言 时间:
2014-07-21 10:16:35
阅读次数:
285
Git在make的时候报错:Can‘t locate ExtUtils/MakeMaker.pm in @INC 解决方法如下: yum -y install perl-devel?perl-CPAN git 需要perl来编译。然后重新make Git Make时出现:tclsh failed; using unoptimized...
分类:
其他好文 时间:
2014-07-21 10:13:01
阅读次数:
375
问题1:假设我们知道汉字编码范围是0x4E00到0x9FA5,怎么从十六进制的编码转成人类可读的字呢?
问题2:怎么把unicode编码的字写入文件呢,如果直接用open()的话,会提示UnicodeEncodeError: 'ascii' codec can't encode character u'\u4e00' in position 0: ordinal not in range(128...
分类:
编程语言 时间:
2014-07-20 10:46:08
阅读次数:
732
笔者的公司搭建了一个Nexus服务器,用来管理我们自己的项目Release构件和Site文档.今天的问题是当用户访问一个Site里的PDF文件的时候,报错说“detected that the network has been closed.”但是用右键点击,然后另存为,却每次都能成功下载下来.本来...
分类:
其他好文 时间:
2014-07-20 08:11:14
阅读次数:
372
---------------loop循环定义变量--------------------declare cursor c1 is select * from emp;# rec emp%rowtype;# i numeber:=1; # v_count number;begin# select count(*) into v_count from emp;#(1) open c1; loop...
分类:
数据库 时间:
2014-07-20 00:33:20
阅读次数:
334
一、什么是Grails?
Grails is an Open Source, full stack, web application framework for the JVM. It takes advantage of the Groovy programming language and convention over configuration to provide a producti...
分类:
其他好文 时间:
2014-07-19 23:18:40
阅读次数:
240