??
大家都知道EasyUI的Datagrid组件在加载大数据量时的优势并不是很明显,相对于其他一些框架,如果数据量达到几千,便会比较慢,特别是在IE下面。针对这种情况,我们首要做的是要相办法优化datagrid组件的各方面性能,不过任何事情都是可以变通解决的,virtualScrollView就是一种不错的解决方案。
virtualScrollView的准则就是尽量少画tr到table里,表...
分类:
Web程序 时间:
2014-07-22 22:49:13
阅读次数:
334
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">? <html xmlns="http://www.w3.org/1999/xhtml">? ?<head>? ? <title> new ...
分类:
Web程序 时间:
2014-07-22 08:10:34
阅读次数:
229
前面提到使用httpredirect给用户提交表单之后,防止浏览器back重新提交一次,下面再用session的方法来防止用户这一行为,首先在django中配置session,默认情况下django会在middleware和installedapp中自动配置好,我们以一个评论来举例说明,在view里...
分类:
其他好文 时间:
2014-07-21 23:39:35
阅读次数:
326
TR-069bidirectionalSOAP/HTTP-basedprotocolautoconfigurationserver(ACS)customer-premisesequipmentACS<=>CPE.
分类:
其他好文 时间:
2014-07-21 12:13:44
阅读次数:
183
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> ? ? <met...
分类:
其他好文 时间:
2014-07-21 10:30:36
阅读次数:
221
<!DOCTYPE?html?PUBLIC?"-//W3C//DTD?XHTML?1.0?Strict//EN"?"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html?xmlns="http://www.w3.org/1999/xhtml"?xml:lang="en">
<head>
<style?type=...
分类:
其他好文 时间:
2014-07-21 10:28:33
阅读次数:
569
<table?class="r_line"?cellpadding="3"?cellspacing="1"?width="100%">
????<tr?class="r_title">
????????<td>编号</td>
????</tr>
<asp:Repeater?ID="rptRecord"?runat="server">
??...
分类:
其他好文 时间:
2014-07-21 10:09:35
阅读次数:
190
#import "ViewController.h"#import "FMDB.h"@interface ViewController ()- (IBAction)insert;- (IBAction)update;- (IBAction)delete;- (IBAction)select;@pro...
分类:
数据库 时间:
2014-07-20 23:00:11
阅读次数:
455
如题如图:代码:<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<htmlxmlns="http://www.w3.org/1999/xhtml">
<head>
<metahttp-equiv="Content-Type"content="text/html;charse..
分类:
其他好文 时间:
2014-07-20 15:44:31
阅读次数:
245
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDHTML4.01Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"><html><head><metahttp-equiv="Content-Type"content="text/html;charset=UTF-8"><title>你爸爸</title><!--CSS样式--><style..
分类:
Web程序 时间:
2014-07-20 03:24:36
阅读次数:
251