码迷,mamicode.com
首页 >  
搜索关键字:option    ( 8530个结果
数论比赛
Problem APlay with Floor and Ceilhttp://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=18&page=show_problem&problem=1614扩展gcd求...
分类:其他好文   时间:2014-08-14 13:30:08    阅读次数:310
Jquery获取select选中的option的文本信息
第一种: $(this).children("option:selected").text(); 第二种: $(this).children("option:selected").html();...
分类:Web程序   时间:2014-08-13 22:36:37    阅读次数:242
css 默认样式
body,textarea,input,select,option {font-size:12px;color:#333;font-family:Tahoma,Arial,sans-serif;}h1,h2,h3,h4,h5,h6 {font-size:100%;}body,h1,h2,h3,h4,...
分类:Web程序   时间:2014-08-13 18:18:56    阅读次数:260
滚动条位置
var container = $('.option'), scrollTo = $(".checktype").children("li").eq(highlightindex); container.scrollTop( scrollTo.offset().top - container.off...
分类:其他好文   时间:2014-08-13 18:11:07    阅读次数:200
不知道帐号密码的情况下完全重装Mac Min的OS X10.7系统
现状:1.原系统OS X 10.7 2.老账号不知道密码3.Mac小盒子目的:1.删除老账号2.更新系统到10.9以上尝试过程1:1.按住option键 + 开机2.选择“磁盘工具”3.选择当前系统磁盘4.选择“抹掉”整个磁盘(因为之前系统没什么东西)5.弹出错误“磁盘抹掉失败:未能卸载磁盘”(因为...
分类:其他好文   时间:2014-08-13 10:06:05    阅读次数:288
sql 1130 is not allowed to connect to this MySQL
例如,你想root使用123456从任何主机连接到mysql数据库的话。 mysql> GRANT ALL PRIVILEGES ON *.* TO ‘root‘@‘%‘ IDENTIFIED BY ‘123456‘ WITH GRANT OPTION; Query OK, 0 rows affected (0.00 sec) mysql> FLU...
分类:数据库   时间:2014-08-13 01:25:25    阅读次数:453
291 - The House Of Santa Claus
来源:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&category=4&problem=227&mosmsg=Submission+received+with+ID+14026069 The House Of Santa Claus In...
分类:其他好文   时间:2014-08-12 17:08:04    阅读次数:288
LA4329
题目链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=4174 考虑第i个人当裁判的情形。假设从a1到ai-1有ci个人比ai小,那么就有(i-1)-ci个比ai大。di同理。 根据乘法原理和加法原理,i当裁判时有ci(n-i-di)+di(...
分类:其他好文   时间:2014-08-12 13:45:44    阅读次数:193
keybd_event 转载
Option ExplicitPrivate Declare Sub keybd_event Lib "user32" (ByVal bVk As Byte, ByVal bScan As Byte, ByVal dwFlags As Long, ByVal dwExtraInfo As Long)...
分类:其他好文   时间:2014-08-12 13:29:14    阅读次数:276
vim替换命令
vim替换字符:语法为 :[addr]s/源字符串/目的字符串/[option]全局替换命令为::%s/源字符串/目的字符串/g[addr] 表示检索范围,省略时表示当前行。如:“1,20” :表示从第1行到20行;“%” :表示整个文件,同“1,$”;“. ,$” :从当前行到文件尾;s : 表示...
分类:其他好文   时间:2014-08-11 20:54:42    阅读次数:247
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!