码迷,mamicode.com
首页 >  
搜索关键字:string substr    ( 97469个结果
java.lang.IllegalStateException: Expected a string but was BEGIN_ARRAY at line 1 column 296
先贴代码public class ListDataRequest extends JsonRequest> {public ListDataRequest(int method, String url,Map contentBody, Listener> listener, ErrorListene...
分类:编程语言   时间:2014-04-30 17:32:30    阅读次数:740
C#中创建、打开、读取、写入、保存Excel的一般性代码
1 Excel对象微软的Excel对象模型包括了128个不同的对象,从矩形,文本框等简单的对象到透视表,图表等复杂的对象.下面我们简单介绍一下其中最重要,也是用得最多的四个对象。(1) Application对象。Application对象处于Excel对象层次结构的顶层,表示Excel自身的运行环...
分类:其他好文   时间:2014-04-30 16:58:34    阅读次数:432
OC基础第五讲--Block、数组高级、字面量
Block1.1block与函数指针函数:int sum(int x, int y){ retrun x + y;}函数指针:把上面函数原型int sum(int x, int y)中的函数名替换成(*p),即可得到一个函数指针int (*p)(int x, int y)。这个函数表示指针p指向一....
分类:其他好文   时间:2014-04-30 16:31:34    阅读次数:604
ibatis_001 入门
ibatis学习记录--001本实例是JavaWeb项目,使用的是Mysql数据库;所需jar包:ibatis-2.3.0.677.jar;mysql-connector-java-5.1.7-bin.jar;1.基本Java环境搭好后,Eclipse创建JavaWeb项目;导入上述两jar包;2....
分类:其他好文   时间:2014-04-30 16:24:41    阅读次数:553
String的成员方法的使用
String Test "); //返回第一个字符 out.println("1-8个字符:" + str.substring(1, 10) + "");//获得字串 out.println("p为结尾...
分类:其他好文   时间:2014-04-30 14:27:14    阅读次数:343
Http协议之content
用android 通过http协议提交数据至服务器 content的内容代码如下:private static JSONObject connUpload(String baseUrl, Map params, String content) throws IOException, JSONExce...
分类:其他好文   时间:2014-04-30 14:06:47    阅读次数:490
D3 API总览
学习外国的框架,零零星星和点点滴滴是不行的,还是要有一个高屋建瓴总揽全局的看法,所以就看看D3都有哪些方法。core:selection, transition, arrays, math, loading external resources, string formatting, csv for...
分类:Windows程序   时间:2014-04-30 13:54:23    阅读次数:656
java中 正则表达式的使用
推荐使用第一种第一种: //对接收的文件名的合法性进行验证 String fileName="127.0.0.1_01_20140428165022174.jpg"; String regEx = "\\b.+_\\d+_\\d{17}\\b"; //正则表达式 ...
分类:编程语言   时间:2014-04-30 13:50:19    阅读次数:366
char*,string,float,int 转换
char* 转 float:double atof (const char* str);/* atof example: sine calculator */#include /* printf, fgets */#include /* atof */#include ...
分类:其他好文   时间:2014-04-30 13:44:13    阅读次数:410
添加滚动条,内容多时显示,内容少时隐藏
CSS样式:
分类:其他好文   时间:2014-04-30 13:33:55    阅读次数:291
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!