码迷,mamicode.com
首页 >  
搜索关键字:option 66    ( 8530个结果
FullCalendar 官方文档翻译
官方文档地址:http://fullcalendar.io/docs/下载地址:http://fullcalendar.io/download/1. 使用方式, 引入相关js, css后, $(‘#div_name’).fullCalendar({//options}); 接受的是一个option对...
分类:其他好文   时间:2014-10-13 18:51:37    阅读次数:253
uva 10032 Problem F: Tug of War
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=973 1 #include 2 #include 3 #include 4 #define ll lo...
分类:其他好文   时间:2014-10-13 02:54:08    阅读次数:179
android 如何关闭来电号码归属地
MTK平台号码归属地分为两种:1.手机号码归属地;2.固话号码归属地;   手机号码归属地: 是MTK自己做的,关闭只需要关闭MTK_PHONE_NUMBER_GEODESCRIPTION这个option即可; 数据库文件所在路径为 alps/mediatek/external/geocoding/geocoding.db; 仅支持汉语。   固话号码归属地: 是Google An...
分类:移动开发   时间:2014-10-13 00:41:58    阅读次数:293
uva 10026 Problem C: Edit Step Ladders
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=970通过对每一个字符串,每一个位置进行枚举三个操作,然后二分查找操作后的字符串是否存在,dp记录。 1 #....
分类:其他好文   时间:2014-10-13 00:13:08    阅读次数:321
uva 10026 Shoemaker's Problem
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=967对价钱与天数比例排序,贪心即可。 1 #include 2 #include 3 #include .....
分类:其他好文   时间:2014-10-12 21:40:38    阅读次数:256
uva 10020 Minimal coverage
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=961贪心,排序,对左端点贪,找最大右端点。 1 #include 2 #include 3 #inclu.....
分类:其他好文   时间:2014-10-12 16:22:08    阅读次数:179
uva 10014 Simple calculations
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=955根据递推公式推倒出a1的公式。a1=(n*a0+an+1-2*(n*c1+(n-1)*c2+...+cn...
分类:其他好文   时间:2014-10-11 23:19:26    阅读次数:266
new Option()——实现时间联动
1、基础准备: 先来了解下,如何运用js实现select动态添加option。//1.动态创建selectfunction createSelect(){ var mySelect = document.createElement("select"); mySelect.id = "m...
分类:其他好文   时间:2014-10-11 19:23:16    阅读次数:143
加载等待loading
自己写的一个小插件,还有很多需要完善。。。(function ($) { $.fn.StartLoading = function (option) { var defaultVal = { loadgif: 'image/loading.gif', backcolor: 'white', pich...
分类:其他好文   时间:2014-10-11 17:08:55    阅读次数:178
一次ie8模式下click无反应的小事
想起了小学时候数不尽的一件小事,哎,那夕阳下的奔跑,是我逝去的青春啊。言归正传,先上图:实现的效果比较常见的一种,点击select里面的option,将其赋值到上面的input,直接用jQuery写的: $("#cardNoList option").click(function(){ $("#c....
分类:其他好文   时间:2014-10-11 15:19:05    阅读次数:234
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!