`
文章列表
xheditor
做报表有amcharts和open flash charts.txt,   Highcharts http://jsfiddle.net/gh/get/jquery/1.7.1/highslide-software/highcharts.com/tree/master/samples/highcharts/members/series-setdata/   http://www.anychart.com/home/   anychart
$('#**').tree({        url:...,        onBeforeExpand : function(node, param) {                     $('#**').tree('options').url = "...?parentID="                                + node.id;                    }});
今天在开发一个 异步更新 select下拉列表时,遇到了一些问题,现记录下,以备以后遇到时可以查阅。 首先是:出现 非法标签错误,其原因是,在 eval json数据的时候,左右没有加括号,正确的格式应该是:eval(“(“+jsondata+”)”); 其次是在访问json数据时,采用jsondata.length想来遍历数据,但是每次都是显示undefined,查了很多原因,一开始一直以为是jquery的版本问题,后来才知道 json格式有两种 表示方法, 第一种:{“k1″:”v1″,”k2″:”v2″} ,这种数据格式返回的是 objcet对象,没有length属性 第二种:[[ ...
http://dojotoolkit.org/api/

html5的一些网站

    博客分类:
  • html
http://tympanus.net/Development/CassettePlayer/  html5磁带
http://www.lvtao.net/lhgdialog/3.1.1/ lhgdialog的一些用法
http://www.open-lib.com/Lib/182.jsp openlib一些jquery的lib库
$('#test').datagrid({ onLoadSuccess: function(){ function bindRowsEvent(){ var panel = $('#test').datagrid('getPanel'); var rows = panel.find('tr[datagrid-row-index]'); rows.unbind('click').bind('click',function(e){ ...
http://www.kendoui.com/ kendoUI 前台框架 http://www.ligerui.com/ ligerui前台框架  

泰迪熊地址

http://www.tudou.com/programs/view/ZothihOmkLU/?bid=03&pid=02&resourceId=97897665_03_05_02 土豆播放地址
http://bbs.tiexue.net/post2_5880237_1.html  铁血网   http://easyui.btboys.com/api/ easyUI 扩展学习网 http://easyui.btboys.com/api/demo/createwin.html easyUI iframe 扩展   http://www.12333sh.gov.cn/wll/index.shtml  来沪外来人口登记找工作
function addTab(title, href,icon){ var tt = $('#tabs'); if (tt.tabs('exists', title)){//如果tab已经存在,则选中并刷新该tab tt.tabs('select', title); refreshTab({tabTitle:title,url:href}); } else { if (href){ var content = '<iframe s ...
http://www.jqplot.com/  jqplot......     amcharts      open flash charts     http://archive.plugins.jquery.com/project/jQchart  jQchart
转载百度文章   Spring 事务属性分析   事务管理对于企业应用而言至关重要。它保证了用户的每一次操作都是可靠的,即便出现了异常的访问情况,也不至于破坏后台数据的完整性。就像银行的自助取款机,通常都能正常为客户服务,但是也难免遇到操作过程中机器突然出故障的情况,此时,事务就必须确保出故障前对账户的操作不生效,就像用户刚才完全没有使用过取款机一样,以保证用户和银行的利益都不受损失。   在 Spring 中,事务是通过 TransactionDefinition 接口来定义的。该接口包含与事务属性有关的方法。具体如清单1所示:   清单1. TransactionDefini ...
Global site tag (gtag.js) - Google Analytics