1.window.JSON JSON.parse(text [, reviver]); => text:必须一个有效的JSON字符串; reviver:可选,处理函数;返回null或者undefined时删除text的成员;一般用于将字符串转换为json对象; JSON.stringify(); =...
分类:
编程语言 时间:
2014-11-19 10:38:57
阅读次数:
188
Using FileUpload
FileUpload can be used in a number of different ways, depending upon the requirements of your application. In the simplest case, you will call a single method to parse the servlet re...
分类:
Web程序 时间:
2014-11-19 01:45:23
阅读次数:
319
sencha ext 使用sencha cmd 打包javascript时发现有错误,原因是调试环境没有清楚就是没有将debugger关键字去掉,ext不允许将debugger带着进行打包。...
分类:
Web程序 时间:
2014-11-18 11:54:43
阅读次数:
284
PCC-S-02015, unable to open include file 解决修改:$ORACLE_HOME/precomp/admin/pcscfg.cfg ??? (网络上很多答案是添加选项parse=none,意思是忽略头文件预编译.如果说含有宏定义则根本没有解决.不提倡) ??...
分类:
其他好文 时间:
2014-11-17 14:19:09
阅读次数:
301
对象1. Git branch 是分支管理的主要命令,也可以显示当前的工作分支2. Master 指向的是一个提交id(最新提交的),可以从任何开始建立一条历史跟踪路径,用一个文件指向这个链条的最新提交。3. Git rev-parse 可以用于显示引用对应的提交ID。4. Git cat-file...
分类:
其他好文 时间:
2014-11-17 00:28:25
阅读次数:
154
我们可以以下三种方式将string类型转换为int类型。 使用try{}catdh{}(1) int.Parse(string); (2) Convert.ToInt16(string); //当数字字符串的位数大于4的时候请使用Convert.ToInt32() (3) Convert.T...
分类:
其他好文 时间:
2014-11-16 21:27:56
阅读次数:
136
一:起因
(1)最近在用java处理分析各种数据,碰到了一些异常,如parse()异常 ParseException,valueOf()NumberFormatException IllegalArgumentException异常,NullPointerExcetion IndexOutOfBoundsExceptionFileNotFoundException等
(2)异常不能任意捕获...
分类:
编程语言 时间:
2014-11-15 10:07:30
阅读次数:
190
SSH 一连接上就断开 调试信息输出: debug1: key_parse_private2: missing begin marker debug1: read PEM private key done: type RSA debug1: private host key: #0 type 1 RSA debug1: key_parse_private2: m...
分类:
其他好文 时间:
2014-11-14 12:45:27
阅读次数:
814
Parse error: syntax error, unexpected end of file in *.php on line *解决方法这篇文章主要介绍了PHP错误Parse error: syntax error, unexpected end of file in test.php on...
分类:
Web程序 时间:
2014-11-14 10:37:05
阅读次数:
231
1 import urllib.request 2 import urllib.parse 3 import http.cookiejar 4 import re 5 6 lib_login = 'http://xxx.edu.cn/reader/redr_verify.php' 7 8 de...
分类:
编程语言 时间:
2014-11-13 18:43:06
阅读次数:
339