Blogger Information
Blog 32
fans 0
comment 0
visits 24107
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
99平台--
Nevermore的博客
Original
1764 people have browsed it

1.地址栏多输入了一个/,导致Link 和 src文件读不出。

2.$("#table_id_example_button").click(function () {
   var column1 = table.row('.selected').data().column1;
   var column2 = table.row('.selected').data().column2;
   alert("第一列内容:"+column1 + ";第二列内容: " + column2);
}); 为什么.data()后面还有.column1?去掉会显示object

3.用php遍历数据表的时候,如果是关联数组只能用foreach遍历,$res[0][0]并不能读出值来。

4.datable中编辑器的初始化一定要在table初始化前,不然按钮读不出i18n报错。

5.push对象进到datatable的options有数据但读不出,未能解决(注意调用方法的顺序,已解决)

6.datatable 更新和添加后的刷新问题,是跟返回的json 数据有关的!!!!!!json必须是返回或者更新后的数据(完美解决)

7.js作用域的问题,重新给变量赋值后,有时候会变成原来值?(对数组操作的代码直接写在数组下面,不要再去定义一个方法,最后试成功了,代码还是要多去试,已解决但还是没能完全掌握)

8.更新数据的时候,判断有没有重复内容,如果有再判断重复内容的id是不是等于传入的id,如果不等于传入的id就说明存在相同内容,如果等于说明更新的是本条记录。

9.如果数据大多,用datatable如何渲染数据?

10.

  mysqldump -h 192.168.0.100  -u root -p super2k --force  --tables sp_tlb stationinformation -ppsdmaes > d:\dump.txt
 mysqldump -h 192.168.0.100  -u root -p super2k --force  --tables sp_tlb stationinformation -ppsdmaes | mysql -h 192.168.0.99 -u root -p super2k -ppsdmaes --force 


11.对于datatable ,数据渲染的时候有些数据可以放进去,比如id ,但不用读出来,需要加点击事件的时候方便操作。


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post