上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页
摘要: Map map = new HashMap(); map.containsKey("123"); String url="abc"; url.contains("123"); List list = new ArrayList(); list.contains("123"); import org.apache.commons.lang.StringUtils; StringUti... 阅读全文
posted @ 2017-06-12 11:09 沙漠里的小鱼 阅读(96) 评论(0) 推荐(0) 编辑
摘要: babasport-list 当前位置: 品牌管理 - 列表 品牌名称: 品牌ID 品牌名称 品牌图片 品牌描述 ... 阅读全文
posted @ 2017-05-13 19:49 沙漠里的小鱼 阅读(122) 评论(0) 推荐(0) 编辑
摘要: function changeProvince(code){ //change to city var url = "/buyer/city.shtml"; var params = {"code" : code}; $.post(url,params,function(data){ ... 阅读全文
posted @ 2017-05-13 19:24 沙漠里的小鱼 阅读(119) 评论(0) 推荐(0) 编辑
摘要: create 'ssxtest', { NAME => 'info', COMPRESSION => 'snappy' }, {NUMREGIONS => 9, SPLITALGO => 'HexStringSplit'} create 'ssxtest1', {NAME => 'f',VERSIO 阅读全文
posted @ 2016-11-02 11:16 沙漠里的小鱼 阅读(256) 评论(0) 推荐(0) 编辑
摘要: monitor.test.jdbc.url=jdbc:oracle:thin:@192.168.144.153:1521:abcd monitor.test.jdbc.url=jdbc:mysql://192.168.180.112:3306/abcd?useUnicode=true&charact 阅读全文
posted @ 2016-10-03 09:27 沙漠里的小鱼 阅读(265) 评论(0) 推荐(0) 编辑
摘要: <!-- 注解驱动 --> <mvc:annotation-driven/> <!-- 静态资源,图片 --> <mvc:resources location="/images/" mapping="/images/**"/> <!-- 自动扫描controller --> <context:com 阅读全文
posted @ 2016-07-23 22:13 沙漠里的小鱼 阅读(123) 评论(0) 推荐(0) 编辑
摘要: import java.text.SimpleDateFormat; import java.util.Date; Person person = new Person(); person.setName("james"); person.setAge(28); person.setAddress("maami"); Simpl... 阅读全文
posted @ 2016-07-23 21:29 沙漠里的小鱼 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-07-23 11:29 沙漠里的小鱼 阅读(99) 评论(0) 推荐(0) 编辑
摘要: DOM对象和jQuery对象之间的转换 hello 阅读全文
posted @ 2016-07-17 08:20 沙漠里的小鱼 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 转JSON"/> 转JSON"/> 转JSON --> 转JSON --> 阅读全文
posted @ 2016-07-16 18:23 沙漠里的小鱼 阅读(189) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页