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
---------------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
想真机调式成功的童鞋按照步骤来就可以首先你的电脑CPU要支持虚拟化测试PC是否支持虚拟化点击这个下载安装,支持就是YES如果CPU不支持,看下面连接,进入BIOS设置开启支持虚拟化,如果本身就不可以。。就换电脑吧http://www.newyx.net/gl/215905_1.htm然后再测试是否支持虚拟化..
分类:
其他好文 时间:
2014-07-20 00:27:51
阅读次数:
267
一、什么是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
微软近期Open的职位:Title: Sr. Software Development EngineerDivision: MS Open Tech ChinaLocation: Beijing/Shanghai, ChinaAre you looking for opportunities to ...
分类:
其他好文 时间:
2014-07-19 17:38:19
阅读次数:
278
这几天一直在帮一个博士做实验,负责的是数据处理这部分的东西。因为用python做数据处理时会时常做一些文件操作,所以我学习了一下Python的文件操作。今天刚好有空,就把东西总结一下。 一、打开文件 首先,要对文件进行操作需要打开文件,这里用到了open函数。 f = open(filen...
分类:
编程语言 时间:
2014-07-19 17:23:39
阅读次数:
224
lua_State *L = lua_open(); //建立一个LUA状态机 luaopen_base(L); // 启动它 const char *buf = "print('hello, world!')"; lua_dostring(buf); //把buf写入到lua中并执行 lu...
分类:
其他好文 时间:
2014-07-19 16:06:34
阅读次数:
252
11. assets文件夹资源的访问assets文件夹里面的文件都是保持原始的文件格式,需要用AssetManager以字节流的形式读取文件。1. 先在Activity里面调用getAssets()来获取AssetManager引用。2. 再用AssetManager的open(String fil...
分类:
移动开发 时间:
2014-07-19 08:31:50
阅读次数:
221