enter password please specify the password customer id ...
分类:
其他好文 时间:
2015-05-20 23:37:08
阅读次数:
215
题目链接:
The Dragon of Loowater
题面:
Problem C: The Dragon of Loowater
Once upon a time, in the Kingdom of Loowater, a minor nuisance turned into a major problem.
The shores of Rellau Creek in ...
分类:
其他好文 时间:
2015-05-20 22:27:04
阅读次数:
158
对于属性,访问器函数不是必须的。
如果定义了存取器函数,应参照getVal() 和 setVal(‘Hi’)格式。
// bad
dragon.age();
// good
dragon.getAge();
// bad
dragon.age(25);
// good
dragon.setAge(25);
如果属性时boolean,格式应为isVal() or hasVal()...
分类:
编程语言 时间:
2015-05-20 09:45:38
阅读次数:
165
/** * PHP解决XSS(跨站脚本攻击)的调用函数 * PHP跨站脚本漏洞补丁,去除XSS(跨站脚本攻击)的函数,把以下代码保存在function.php文件中,在需要防御的页面中include * Enter description here ... * @param unknown_type...
分类:
数据库 时间:
2015-05-18 20:25:16
阅读次数:
201
#/bin/bashHINT(){read -p "Press Enter tocontiune:"}CHECK_A(){ ps -ef |grep cxiang|awk '{for(i=1;itext3 //删除text1中前面的空行处理导到text3中 grep -vwf text3 text2...
分类:
系统相关 时间:
2015-05-17 20:14:05
阅读次数:
223
1、安装Package Control 快捷键:ctrl+` 粘贴内容后Enter:import urllib.request,os,hashlib; h = 'eb2297e1a458f27d836c04bb0cbaf282' + 'd0e7a3098092775ccb37ca9d6b2e4b7d...
分类:
Web程序 时间:
2015-05-17 18:31:21
阅读次数:
232
vim相关知识积累,持续更新中。常用按键一般模式
n1,n2s/word1/word2/gn1行与n2行间寻找word1,替换为word2
1,$s/word1/word2/g第一行到最后一行寻找word1,替换为word2
N[Enter] 向下移动n行
0 : 移动到该行最后一个字符
$ : 移动到该行第一个字符
G : 最后一行
gg : 首行
x&...
分类:
系统相关 时间:
2015-05-16 09:08:53
阅读次数:
252
alt+esc快速最小化窗口alt+tab快速切换窗口alt+f4关闭当前应用alt+enter作用于文件上,显示文件的属性windows+Pause(break)显示系统属性/Pause键在开机是可以停止bios加载,从而查看相关显示的信息ctrl+shift+n快速新建文件夹并且重命名win+e资源管理器win+r运行win+x快速调..
连接数据库MySQL中每个命令后都要以分号;结尾1: mysql -h 192.168.10.250 -u root -p2:Enter password //要求你输入密码cug313@com3:show databases; //显示数据库列表4:use lb //打开数据库5:show...
分类:
数据库 时间:
2015-05-15 13:31:49
阅读次数:
142