event.keycode值大全1 keycode 8 = BackSpace BackSpace 2 keycode 9 = Tab Tab 3 keycode 12 = Clear 4 keycode 13 = Enter 5 keycode 16 = Shift_L 6 keycode 17 ...
分类:
其他好文 时间:
2015-08-04 10:48:43
阅读次数:
127
问题1:# Please enter a commit message to explain why this merge is necessary,# especially if it merges an updated upstream into a topic branch.## Lines ...
分类:
其他好文 时间:
2015-08-04 02:02:09
阅读次数:
244
Dragon BallsTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 4384Accepted Submission(s): 1673Proble...
分类:
其他好文 时间:
2015-08-03 22:16:53
阅读次数:
106
Problem Description
Five hundred years later, the number of dragon balls will increase unexpectedly, so it's too difficult for Monkey King(WuKong) to gather all of the dragon balls together.
H...
分类:
其他好文 时间:
2015-08-02 20:08:32
阅读次数:
139
修改的用户都以root为列。一、拥有原来的myql的root的密码;方法一:在mysql系统外,使用mysqladmin#mysqladmin -u root -p password "test123"Enter password: 【输入原来的密码】方法二:通过登录mysql系统,#mysql -...
分类:
数据库 时间:
2015-08-02 16:41:47
阅读次数:
128
#include void test(){//1+2+3+4+.....+100 int a,b; a=0; b=0; for ( ; a#includeint main(){int n,i,k;printf("please enter a integer number:n=?");scan...
分类:
编程语言 时间:
2015-08-02 15:08:37
阅读次数:
130
项目相关的快捷键Ctrl+Shift+B=生成项目Ctrl+Alt+L=显示SolutionExplorer(解决方案资源管理器)Shift+Alt+C=添加新类Shift+Alt+A=添加新项目到项目编辑相关的键盘快捷键Ctrl+Enter=在当前行插入空行Ctrl+Shift+Enter=在当前...
分类:
其他好文 时间:
2015-08-02 15:01:49
阅读次数:
119
还以为蛮高深的并查集呢,原来是个大水题,n个城市n个球,m个查询,T表示把和x号求同样城市的球转移到y号球所在的城市,Q表示询问x号球在哪个城市,该城市有多少个球,x号球转移了几次 1 #include 2 #include 3 #include 4 #include 5 #include ...
分类:
其他好文 时间:
2015-08-02 13:08:55
阅读次数:
98
package sort;import java.util.Scanner;public class ShellSort { public static int arr[]; static{ System.out.println("Please enter the arra...
分类:
编程语言 时间:
2015-08-02 11:35:09
阅读次数:
127
Dragon BallsTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 4357Accepted Submission(s): 1661Proble...
分类:
其他好文 时间:
2015-08-01 23:19:35
阅读次数:
125