`
1979
  • 浏览: 9408 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论
文章列表
<SCRIPT>  function CtoH(obj){   var str=obj.value;   var result="";   for (var i = 0; i < str.length; i++){    if (str.charCodeAt(i)==12288){     result+= String.fromCharCode(str.charCodeAt(i)-12256);     continue;    }    if (str.charCodeAt(i)>65280 && str.c ...
jqueryui 拖动div页面布局示例---表格可拖动示例 <html lang="en"> <head> <meta charset="utf-8" /> <title>jQuery UI Sortable - Display as grid</title> <link rel="stylesheet" href="http://code.jquery.com/ui/1.10.1/themes/base/jquery-ui.css&q ...
数据库-行转列的语法                                      1.表: PerTab 字段:name,  title,  values 原内容:一月  产品A   120     二月  产品A   20     一月  产品B    230     二月  产品B   400 ----------------------------------------------- 查询结果: 月份  产品A  产品B  数量(Values)       一月  120   230       二月  20   400 ---------------------- ...
list 转成map: List fList = queryService.getXXXList(); List lst = null; Cfile cf = null; if (fList != null && fList.size() > 0) { for (int i = 0; i < fList.size(); i++) { cf = (Cfile) fList.get(i); String key = cf.getxxx(); if (fileMap.get(key) != null) ...
我的iteye开始路,我将在这里发表我开发中总结的技术心得
Global site tag (gtag.js) - Google Analytics