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
第一种:
$(this).children("option:selected").text();
第二种:
$(this).children("option:selected").html();...
分类:
Web程序 时间:
2014-08-13 22:36:37
阅读次数:
242
MySQL备份和还原,都是利用mysqldump、mysql和source命令来完成的。 1.Win32下MySQL的备份与还原 1.1 备份 开 始菜单 | 运行 | cmd |利用“cd /Program Files/MySQL/MySQL Server 5.0/bin”命令进入bin文件夹 | 利...
分类:
数据库 时间:
2014-08-13 19:34:18
阅读次数:
261
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
现状: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
例如,你想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
来源: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
题目链接: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
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