码迷,mamicode.com
首页 >  
搜索关键字:option    ( 8530个结果
jq图片切换特效
首先引入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
UVA 10004 Bicoloring
题目链接: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
new Option()——实现时间联动
//1.动态创建selectfunction createSelect(){ var mySelect = document.createElement("select"); mySelect.id = "mySelect"; document.body.appendChild(...
分类:其他好文   时间:2014-08-22 00:00:45    阅读次数:239
ashx 文件 与js文件数据交互
//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下拉框中显示数据库信息&&jsp 下拉框从数据库中如何取值?
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
uva 10780 Again Prime? No Time.
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
NFS客户端访问行为相关的几个参数解释
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
mysql的导入
方法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
UVALive 6602 Counting Lattice Squares 【几何】【机智】
题目链接:https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=4613 数学统计...
分类:其他好文   时间:2014-08-20 12:35:02    阅读次数:155
SecureCRT学习之道:SecureCRT常用快捷键设置与字体设置方法
1:如果不想每次登陆都输入密码,可以在你打开的session里邮件session option->login action 选中automate logon 双击ogin 和assword分别输入用户名和密码就行了,telnet的命令符为〉,敲入指令的命令符为#2:如果在global option-...
分类:其他好文   时间:2014-08-20 02:30:15    阅读次数:203
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!