码迷,mamicode.com
首页 >  
搜索关键字:cannot connect to th    ( 19082个结果
pl/sql developer另一种连接oracle的方式
上面数据库框输入:(DESCRIPTION =(ADDRESS_LIST =(ADDRESS = (PROTOCOL = TCP)(HOST = 172.16.8.99)(PORT = 1521)))(CONNECT_DATA =(SERVICE_NAME = HTFDS)))-----------...
分类:数据库   时间:2014-06-06 23:17:58    阅读次数:284
SPOJ 3273 - Order statistic set , Treap
点击打开链接题意:集合S支持一下四种操作: INSERT(S,x) : 假设S中没有x,则插入xDELETE(S,x): 假设S中有x,则删除xK-TH(S): 输出S中第K小的数COUNT(S,x): 统计S中小于x的数有多少个一共同拥有Q(1 ≤ Q ≤ 200000)次操作。Tr...
分类:其他好文   时间:2014-06-06 21:55:34    阅读次数:277
由select/epoll返回的非阻塞connect还会是EINPROGRESS状态吗?
一般情况下,我们像下面代码中所示的这样使用非阻塞connect:#include #include #include #include #include #include #include #include #include #include #define EPOLL_MAXEVENTS 64in...
分类:其他好文   时间:2014-06-04 18:04:11    阅读次数:314
JavaScript Patterns 3.7 Primitive Wrappers
One reason to use the wrapper objects is when you want to augment the value and persist state. Because primitives are not objects, they cannot be augm...
分类:移动开发   时间:2014-06-03 16:20:47    阅读次数:345
Android socket 使用PrintWriter和BufferedReader发送和接收出现乱码问题解决
项目中用到了Android和C++的通信,选择了用socket 发送字符的方式,一开始使用的代码是: socket=new Socket(); InetSocketAddress is = new InetSocketAddress(IP, port); socket.connect(is, 100); PrintWriter out=new P...
分类:移动开发   时间:2014-06-02 15:32:48    阅读次数:267
POJ2632——Crashing Robots
Crashing RobotsDescriptionIn a modernized warehouse, robots are used to fetch the goods. Careful planning is needed to ensure that the robots reach th...
分类:其他好文   时间:2014-06-02 13:13:23    阅读次数:283
ORA-12170: TNS:Connect timeout occurred ORA-06512: at "SYS.DBMS_SNAPSHOT"
Oraclejob无法自动运行报以下大量的错 Errorsinfile/oracle/admin/orcl/bdump/orcl_j000_2158798.trc: ORA-12012:erroronautoexecuteofjob482 ORA-12008:errorinmaterializedviewrefreshpath ORA-12170:TNS:Connecttimeoutoccurred ORA-06512:at"SYS.DBMS_SNAPSHOT",line1883 ..
分类:数据库   时间:2014-06-02 04:33:52    阅读次数:332
-bash: ulimit: max user processes: cannot modify limit: Operation not permitted
安装oracle时候在创建oracle用户后,切换oracle用户时,报如下错 [root@localhost~]#su-oracle -bash:ulimit:maxuserprocesses:cannotmodifylimit:Operationnotpermitted 经查看结果是忘记修改/etc/security/limits.conf 关于/etc/security/limits.conf解释及应用,看我转载..
分类:其他好文   时间:2014-06-02 04:11:33    阅读次数:264
ORA-01081: "cannot start already-running ORACLE - shut it down first"
Appliesto: OracleServer-EnterpriseEdition-Version:8.1.7.4to11.2.0.2.0-Release:8.1.7to11.2 GenericUNIX 当检查oracle实例后台进程不存在这时启动启动数据库报错: ORA-01081:"cannotstartalready-runningORACLE-shutitdownfirst" 造成此种原因是 Orphanedsharedmemor..
分类:数据库   时间:2014-06-02 04:04:29    阅读次数:844
-bash: warning: setlocale: LC_CTYPE: cannot change locale (EN_US.UTF-8)
-bash:warning:setlocale:LC_CTYPE:cannotchangelocale(EN_US.UTF-8) 把linux系统从中文设置英文字符集后发生以下报错 首先本系统字符集为中文UTF-8 [root@localhost~]#more/etc/sysconfig/i18n LANG="zh_CN.UTF-8" 修改为英文UTF-8 [root@localhost~]#vim/etc/sysconfig/i..
分类:其他好文   时间:2014-06-02 03:24:48    阅读次数:331
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!