09 2016 档案

摘要:文本域换行符号 
 阅读全文
posted @ 2016-09-28 18:28 胡一生 阅读(710) 评论(0) 推荐(0)
摘要:生成者 消费者 阅读全文
posted @ 2016-09-27 19:53 胡一生 阅读(4388) 评论(1) 推荐(0)
摘要:BEGIN DECLARE diff, x INT; SET diff =0; SET x = 10072; WHILE (x < 40070 ) DO insert into order_info( id, sale_area_id , type_dic , `code` , pay , real_pay , consignee , consignee_address , consig... 阅读全文
posted @ 2016-09-25 16:14 胡一生 阅读(290) 评论(0) 推荐(0)
摘要:package test.com.ict.compent.amazom; import java.util.ArrayList; import java.util.List; public class MathPrime { public static void main(String[] args) { List add = new MathPrime().math... 阅读全文
posted @ 2016-09-24 14:39 胡一生 阅读(234) 评论(0) 推荐(0)
摘要:方法一,使用(produces = "application/json; charset=utf-8"): 方法二,在spring-mvc.xml中添加: 阅读全文
posted @ 2016-09-05 11:03 胡一生 阅读(450) 评论(0) 推荐(0)
摘要:<script> var s1 = ["a", "b", "c"]; var s2 = ["d", "e", "f"]; var s3 = ["x", "y", "z"]; var s4 = ["x1", "y2", "z3"]; var temp = [s1, s2 ,s3,s4]; functi 阅读全文
posted @ 2016-09-05 10:35 胡一生 阅读(3745) 评论(0) 推荐(0)
摘要:package com.ict.compent.wx; import java.util.regex.Matcher; import java.util.regex.Pattern; /** * 微信过滤表情 * @author hsw * */ public class EmojiFilter { public static String filterEmoji(Stri... 阅读全文
posted @ 2016-09-03 11:51 胡一生 阅读(7787) 评论(0) 推荐(0)