jquery手册描述:data发送到服务器的数据。将自动转换为请求字符串格式。GET 请求中将附加在 URL 后。查看 processData 选项说明以禁止此自动转换。必须为 Key/Value 格式。如果为数组,jQuery 将自动为不同值对应同一个名称。如 {foo:["bar1", "bar...
分类:
Web程序 时间:
2014-06-25 19:17:01
阅读次数:
221
使用System.Data.SQLite 下载地址:http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki得到System.Data.SQLite.dll添加到工程引用;建表,插入操作C#代码staticvoidMa...
分类:
数据库 时间:
2014-06-25 17:17:17
阅读次数:
442
转自:http://blog.sina.com.cn/s/blog_675e9aeb0100qghp.html最 近因为项目后台需要使用一个线程去定时跑一些任务,所以看了一下Spring和Quartz的使用与集成。例如发短信、邮件。根据实际使用,此集成使用比 自己去写线程方便和灵活,可以不用代码实现...
分类:
编程语言 时间:
2014-06-25 16:37:46
阅读次数:
310
今日有两个微信web项目合并了,但是还有些链接指向废弃的项目,另外不想在服务器上运行两份相同web项目(1、影响性能、2、维护升级容易出错),因此决定写一个简单链接跳转的项目,spring的filter过滤器可以实现,但想想spring干这个有点大材小用,想到java的servlet可以支持通配符,...
分类:
编程语言 时间:
2014-06-25 16:17:36
阅读次数:
297
服务端:服务端和客户端都需要引入包 1 antlr-2.7.7.jar 2 aopalliance-1.0.jar 3 asm-3.3.jar 4 commons-collections-3.2.1.jar 5 commons-lang-2.6.jar 6 commons-logging-1.1.1...
分类:
编程语言 时间:
2014-06-25 15:47:24
阅读次数:
293
【Camera】1、Camera属性如下 属性说明参考:file:///D:/Program%20Files%20(x86)/Unity/Editor/Data/Documentation/Documentation/Components/class-Camera.html2、Clea...
分类:
其他好文 时间:
2014-06-25 15:28:29
阅读次数:
153
ARRAY array-name { subscript } ;*字符型数组输出;data a; array simple{3}$ red green yellow ("r" "g" "b"); put red=; put simple(1)=;run;...
分类:
其他好文 时间:
2014-06-25 15:11:35
阅读次数:
881
一.DB(Data block)A data block is the smallest unit of storage in anOracledatabase. Every database has a default block size (specified when the database...
分类:
数据库 时间:
2014-06-25 14:20:00
阅读次数:
430
题目:Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset.get(key)- Get the v...
分类:
其他好文 时间:
2014-06-25 14:12:42
阅读次数:
214
操作系统:redhat5.5前端服务器:varnishcache2.1.5监听端口8080后端服务器:tengine1.4.6监听端口80接着,建立varnish用户以及用户组,并且创建Varnish缓存目录和日志目录:[root@varnish-server~]#useradd-s/sbin/nologinvarnish[root@varnish-server~]#mkdir/data/varnish/c..
分类:
其他好文 时间:
2014-06-24 16:33:51
阅读次数:
331