弹出窗口两种方式:1.window.showModalDialog:var feature = "dialogWidth:615px;dialogHeight:505px;status:no;help:no;scroll:no;resizable:no;center:yes";window.show...
XMLHttpRequest对象 XHRAjax核心XMLHttpRequest对象:xhr.open("get/post","example.txt",false);xhr.send(null);http://dev.yesky.com/91/2687091.shtmljQuery对Ajax进行了...
分类:
Web程序 时间:
2014-08-06 22:50:02
阅读次数:
228
由于Android下摄像头预览数据只能 ImageFormat.NV21 格式的,所以解码时要经过一翻周折.Camera mCamera = Camera.open();Camera.Parameters p = mCamera.getParameters();p.setPreviewFormat(...
分类:
移动开发 时间:
2014-08-06 22:14:02
阅读次数:
245
Step 1
Open MongoVUE and connect to the server that contains the collection “cities”
Step 2
Right-click on “cities” collection under “Database Explorer”, and select “MapReduce”. This will laun...
分类:
数据库 时间:
2014-08-06 19:07:42
阅读次数:
352
1.创建Tomcat7x的服务。 Window --> Preferences --> Server --> Runtime Environment2.在Servers窗口新建Tomcat7x实例,并打开该实例,进行配置。 a) Open launch configuration --> Cla.....
分类:
系统相关 时间:
2014-08-06 18:51:11
阅读次数:
324
查看是否为cdbSQL> select name,cdb,open_mode,con_id from v$database;NAME CDB OPEN_MODE ...
分类:
数据库 时间:
2014-08-06 18:43:05
阅读次数:
272
case描述: innodb中,父表和子表通过foreign constraint进行关联, 因为在更新数据时需要check 外键constraint,如果父表被大量的子表reference, 那么在open的时候,需要open所有的child table和所有的foreign const...
分类:
数据库 时间:
2014-08-06 18:38:21
阅读次数:
298
最近在配置Android环境的时候着实让我迷惘了许久,最主要的一个问题就是在创建AVD的时候,出现如下问题:PANIC: Could not open *** 可能的原因1原因一:因为我们采用的是绝对路径定位,也就是说在环境变量里面把路径写死了,所以安装都不同,路径读不出来。解决办法:①在环境变量中...
分类:
移动开发 时间:
2014-08-06 18:06:11
阅读次数:
212
WebSocket编程遵循异步编程模型;打开socket后,只需要等待事件发生,而不需要主动向服务器轮询,所以需要在WebSocket对象中添加回调函数来监听事件.WebSocket对象有三个事件:open,close和message.当连接建立时触发open事件,当收到消息时触发message事件...
分类:
Web程序 时间:
2014-08-06 18:04:21
阅读次数:
230
fopen fopen(打开文件) 相关函数 open,fclose 表头文件 #include 定义函数 FILE * fopen(const char * path,const char * mode); 函数说明 參数path字符串包括欲打开的文件路径及文件名称,參数mode...
分类:
其他好文 时间:
2014-08-06 17:34:21
阅读次数:
240