[root@testdb11b ~]# /u01/app/oraInventory/orainstRoot.sh Changing permissions of /u01/app/oraInventory.Adding read,write permissions for group.Removin...
分类:
数据库 时间:
2014-09-19 00:59:02
阅读次数:
363
在很多时间使用了session就会出来如下提示了,Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /h...
分类:
其他好文 时间:
2014-09-18 22:13:44
阅读次数:
180
题目:
Reverse digits of an integer.
Have you thought about this?
Here are some good questions to ask before coding. Bonus points for you if you have already thought through this!
If the inte...
分类:
其他好文 时间:
2014-09-18 18:52:54
阅读次数:
191
系统:centos6.5今天,在重启网卡的时候发现了如下的问题[root@localhost~]#servicenetworkrestart正在关闭接口eth0:[确定]关闭环回接口:[确定]弹出环回接口:[确定]弹出界面eth0:Determiningifipaddress192.168.100.201isalreadyinusefordeviceeth0...[确定]开始以为是IP地..
分类:
Web程序 时间:
2014-09-18 03:16:43
阅读次数:
360
ob_start();setcookie("username","test",time()+3600);echo "the username is:".$HTTP_COOKIE_VARS["username"]."\n";echo "the username is:".$_COOKIE["username"]."\n";print_r($_COOKIE);?>访问该PHP文件时提示Warning:...
分类:
Web程序 时间:
2014-09-17 13:40:52
阅读次数:
229
ERROR ITMS-9000: "Redundant Binary Upload. There already exists a binary upload with build version。。。...
分类:
其他好文 时间:
2014-09-16 15:58:50
阅读次数:
200
If you havem2einstalled and the project already is a maven project but the maven dependencies are still missing, the easiest way that worked for me wa...
分类:
系统相关 时间:
2014-09-16 14:05:00
阅读次数:
380
在项目中用到了poi这个开源的操作excel文件的jar.项目中用到struts2容器管理servlet.不是单纯的直接用servlet.workbook.write(os);os.flush();os.close();return "SUCCESS";在我的action中用是这样处理最后的传出.但...
分类:
其他好文 时间:
2014-09-15 21:04:19
阅读次数:
212
异常一:
2014-03-13 11:10:23,665 INFO org.apache.Hadoop.ipc.Client: Retrying connect to server: Linux-hadoop-38/10.10.208.38:9000.
Already tried 0 time(s); retry policy is RetryUpToMaximumCountWithFi...
分类:
其他好文 时间:
2014-09-14 14:07:17
阅读次数:
362
之前的建议方法是把在xxx.info.plist文件中把icon already includes gloss and bevel effects 设置YES在Xcode5下,反复实现不成功,今天终于找到解决方案,如果使用xcassets设置方法,需要选择iOS icon is pre-render...
分类:
移动开发 时间:
2014-09-13 14:28:55
阅读次数:
223