首先引入js,内容如下: 1 (function($){$.fn.slides=function(option){option=$.extend({},$.fn.slides.option,option);return this.each(function(){$('.'+option.contai...
分类:
其他好文 时间:
2014-08-22 19:25:29
阅读次数:
220
题目链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=12&page=show_problem&problem=945Problem:In 1976 the ``Four Color Ma...
分类:
其他好文 时间:
2014-08-22 01:33:05
阅读次数:
325
//1.动态创建selectfunction createSelect(){ var mySelect = document.createElement("select"); mySelect.id = "mySelect"; document.body.appendChild(...
分类:
其他好文 时间:
2014-08-22 00:00:45
阅读次数:
239
//js代码//城市下拉列表 $("#selPro").change(function() { var option = ""; $.ajax({ type: "post", url: "homeHandler/HomeProvince.ashx", dataType: "json", data: ...
分类:
Web程序 时间:
2014-08-21 16:53:54
阅读次数:
168
jsp下拉框中显示数据库信息 <select>? <option?value=0>-- 请选择 --</option>? <%? dao?d=new?dao();// 这是那个数据库访问的类。 ? List?list=d.getData();? for(int?i=0;i<list.size();i++)? {? ...
分类:
数据库 时间:
2014-08-21 15:22:44
阅读次数:
263
POINT : 质因子分解;(仅给题解)http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=24&page=show_problem&problem=1721题意:给你两个整数m和n,求最大的k使...
分类:
其他好文 时间:
2014-08-21 14:50:14
阅读次数:
233
soft / hard Determines the recovery behavior of the NFS client after an NFS request times out. If neither option is ...
分类:
其他好文 时间:
2014-08-21 00:05:53
阅读次数:
275
方法1load data [local] infile 'filename' into table tablename[option]ields terminated by 'string'(字段分隔符,默认为字表符'\t');fields [optionally] enclosed by 'cha...
分类:
数据库 时间:
2014-08-20 19:29:52
阅读次数:
254
题目链接:https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=4613
数学统计...
分类:
其他好文 时间:
2014-08-20 12:35:02
阅读次数:
155
1:如果不想每次登陆都输入密码,可以在你打开的session里邮件session option->login action 选中automate logon 双击ogin 和assword分别输入用户名和密码就行了,telnet的命令符为〉,敲入指令的命令符为#2:如果在global option-...
分类:
其他好文 时间:
2014-08-20 02:30:15
阅读次数:
203