摘要:
这样一段代码 这个时候就会出行 运行时异常 这是因为在 html 很多标签 如 table tr 这些标签对innerHTML的支持并不好 但是像div span 就支持的很好 建议用innerHTML时使用div与span 这样一段代码table> 这段... 阅读全文
posted @ 2010-01-15 18:40
饺子吃遍天
阅读(86)
评论(0)
推荐(0)
摘要:
这样一段代码 这个时候就会出行 运行时异常 这是因为在 html 很多标签 如 table tr 这些标签对innerHTML的支持并不好 但是像div span 就支持的很好 建议用innerHTML时使用div与span 这样一段代码table> 这段... 阅读全文
posted @ 2010-01-15 18:40
饺子吃遍天
阅读(139)
评论(0)
推荐(0)
摘要:
一般数据量比较大表 不可能一次性取出然后再对他修改 这样有很大的性能问题可以通过多线程 父线程批量取出 子线程处理 子线程全部处理完成 父线程再去取 这样循环处理 好处在于 父线程可以控制子线程的数量也可以控制 批量取数的数量下面是一个短信发送的例子首先建立父... 阅读全文
posted @ 2010-01-15 18:30
饺子吃遍天
阅读(149)
评论(0)
推荐(0)
摘要:
一般数据量比较大表 不可能一次性取出然后再对他修改 这样有很大的性能问题可以通过多线程 父线程批量取出 子线程处理 子线程全部处理完成 父线程再去取 这样循环处理 好处在于 父线程可以控制子线程的数量也可以控制 批量取数的数量下面是一个短信发送的例子首先建立父... 阅读全文
posted @ 2010-01-15 18:30
饺子吃遍天
阅读(307)
评论(0)
推荐(0)
摘要:
首先添加样式#winpop { width: 200px; height: 100px; position: absolute; right: 0; bottom: 0; border: 1px solid #666; margin: 0; padding: 1px;... 阅读全文
posted @ 2010-01-15 18:25
饺子吃遍天
阅读(187)
评论(0)
推荐(0)
摘要:
首先添加样式#winpop { width: 200px; height: 100px; position: absolute; right: 0; bottom: 0; border: 1px solid #666; margin: 0; padding: 1px;... 阅读全文
posted @ 2010-01-15 18:25
饺子吃遍天
阅读(338)
评论(0)
推荐(0)
摘要:
本人经常用的代码$.ajax( { type: "post", url: "/msg.do", datatype:"json", data:str, success:function(msg){ if(msg!=null &&... 阅读全文
posted @ 2010-01-15 18:21
饺子吃遍天
阅读(100)
评论(0)
推荐(0)
摘要:
本人经常用的代码$.ajax( { type: "post", url: "/msg.do", datatype:"json", data:str, success:function(msg){ if(msg!=null &&... 阅读全文
posted @ 2010-01-15 18:21
饺子吃遍天
阅读(66)
评论(0)
推荐(0)
摘要:
1首先添加修改图片宽度和高度的方法public static void reduceImg(String imgsrc, int widthdist, int heightdist) { try { File srcfile = new File(imgsrc)... 阅读全文
posted @ 2010-01-15 18:12
饺子吃遍天
阅读(129)
评论(0)
推荐(0)
摘要:
1首先添加修改图片宽度和高度的方法public static void reduceImg(String imgsrc, int widthdist, int heightdist) { try { File srcfile = new File(imgsrc)... 阅读全文
posted @ 2010-01-15 18:12
饺子吃遍天
阅读(204)
评论(0)
推荐(0)

浙公网安备 33010602011771号