Over the weekend, I was doing some work on the
internal CMS we use over at eagleenvision.net and I wanted to scrap my custom
table implementation for ...
分类:
Web程序 时间:
2014-05-01 14:28:26
阅读次数:
613
Hashtable h = new Hashtable();h.put("6",
"666");h.put("8", "888");h.put("2", "222");for (String key : h.keySet())
System.out.println(key);System.out.....
分类:
编程语言 时间:
2014-05-01 14:22:31
阅读次数:
383
本来公司说是要做BI的,后来被改成了一个报表系统,失去了体验BI的机会,有些不爽。
报表系统是由顾问公司做,顾问公司说要看我们的SQL水一,给出了一份试题,其中有一题是这样的:t_hykbgjl 记录了会员卡每次的发生额(nFse)
、余额(nYe)及卡号(sKH),对于同一会员卡,上一条记录的余....
分类:
其他好文 时间:
2014-05-01 14:14:48
阅读次数:
453
文章来自于:近期由于工作需要,做了些防DDOS攻击的研究,发现nginx本身就有这方面的模块ngx_http_limit_req_module和ngx_http_limit_conn_module。一、基本介绍
1.ngx_http_limit_req_module 配置格式及说明: 设置一个...
分类:
其他好文 时间:
2014-05-01 14:11:34
阅读次数:
465
关键这句var strBodyStyle = "";var strFormHtml =
strBodyStyle + "" + document.getElementById("div1").innerHTML + "";把样式带进来
分类:
其他好文 时间:
2014-05-01 14:10:55
阅读次数:
391
在官方的解释中,如[mdn] The slice() method returns a
shallow copy of a portion of an array into a new array
object.简单的说就是根据参数,返回数组的一部分的copy。所以了解其内部实现才能确定它是如何工作...
分类:
Web程序 时间:
2014-05-01 14:10:18
阅读次数:
652
这些天用泛型做了一个数据库的底层,自我感觉很方便,但是功能不是很完善,会继续考虑下去下面给大家分享一下代码1数据库连接的帮助类using
System;using System.Collections.Generic;using System.Linq;using
System.Text;using...
分类:
数据库 时间:
2014-05-01 14:07:32
阅读次数:
603
GridView inside of a UpdatePanel,get the button
to trigger a partial postback ...
分类:
其他好文 时间:
2014-05-01 14:06:55
阅读次数:
355
在Windows还是习惯用VS2005但是现在到了Linux下,开发起来C/C++程序就没有那么得心应手的IDE了。虽然很多人推荐E开头那个主要作为Java开发的IDE,不过安上插件后感觉不大好,一个是那个智能完成功能反应有点迟钝,对标准库的支持
不大好,另一个是编译起来还是麻烦,不能自动根据工程生...
分类:
编程语言 时间:
2014-05-01 14:02:35
阅读次数:
382