1.在cmd中输入sqlplus/nolog:
2.connect username/password as sysdba;会显示连接(管理员不用密码登录)
3.改密码:alter user you_username identified by you_password;
eg:alter user system identified by 123456...
分类:
数据库 时间:
2015-06-28 12:47:15
阅读次数:
109
1.背景今天学习PHPExcel的使用,在代码执行foreach($data as $value){...}的时候出现这样一个警告提示:Warning: Invalid argument supplied for foreach() in I:\WWW\PHPExcel\export.php on ...
分类:
Web程序 时间:
2015-06-27 21:11:58
阅读次数:
189
执行apt-get update时报错:W: GPG error: http://security.kali.org kali/updates Release: The following signatures were invalid: KEYEXPIRED 1425567400 KEYEXPIRED 1425567400 KEYEXPIRED 1425567400 执行以...
分类:
其他好文 时间:
2015-06-25 12:34:24
阅读次数:
127
网上这个资料很少,试了csdn其中一个人的方法去算时间,返回的是Invalid Date,不知道是不是不同IE版本 返回结果不同后面找到另外一个很简答粗暴的方法 直接加一天后,设置时分秒为0,代码如下function(n){var ctuskytime=new Date();ctuskytime.s...
分类:
其他好文 时间:
2015-06-25 11:50:23
阅读次数:
129
expdp时遇到ORA-31693&ORA-00922
执行expdp遇到如下报错:
ORA-31693: Table data object "HQ_X1"."B3901_P" failed to load/unload and is being skipped due to error:
ORA-00922: missing or invalid option
ORA-31693: T...
分类:
其他好文 时间:
2015-06-24 02:02:21
阅读次数:
164
1、错误描述
1 queries executed, 0 success, 1 errors, 0 warnings
查询:update t_user_info t inner join t_pro_info t0 on t.`pro` = t0.`id` inner join t_stu_info t1 on t1.`id` = t0.`co...
错误代码: 1111
Invalid u...
分类:
其他好文 时间:
2015-06-19 20:20:01
阅读次数:
543
微信网页授权提示?errcode:40029 errmsg:invalid code 测试发现是因为不明原因请求两次导致code失效(code只能使用一次) 解决方法: 在返回页面加try catch解决,具体原因稍后待查。 try?{
request.setChara...
分类:
微信 时间:
2015-06-19 17:01:53
阅读次数:
1388
Antand theADTPlugin for Eclipse are packing the.apkfile in a different build chain and temp generation folders.Crunchis created by theADT. Best to do ...
分类:
其他好文 时间:
2015-06-19 14:57:18
阅读次数:
97
Sql代码1.错误名称错误代码错误含义2.CURSOR_ALREADY_OPENORA_06511试图打开已经打开的游标3.INVALID_CURSORORA_01001试图使用没有打开的游标4.DUP_VAL_ON_INDEXORA_00001保存重复值到惟一索引约束的列中5.ZERO_DIVID...
分类:
数据库 时间:
2015-06-19 13:13:12
阅读次数:
156