今天我登录PL/SQL连接ORACLE11GR2报错如下:ORA-12154TNScouldnotresolvetheconnectidentifierspecified。我的解决办法是:1.打开“我的电脑”--“属性”--“高级系统设置”--“环境变量”--“系统变量”--PATH--“编辑”--删除“C:\app\linxi\product\11.2.0\dbhome_1\BIN”这..
分类:
其他好文 时间:
2014-11-06 02:16:53
阅读次数:
170
http://jwcooney.com/2012/08/13/asp-net-error-adding-the-specified-count-to-the-semaphore-would-cause-it-to-exceed-its-maximum-count/Justin Cooney / 20...
分类:
Web程序 时间:
2014-11-05 19:29:58
阅读次数:
283
一:前言 刚刚出来实习,在公司配的电脑里面装的oracle和PL SQL时一次性就搞定,但是在自己的电脑上装了就出现这个问题,刚刚在网上看了下,所以自己就写份记载吧! 二:在打开PLSQL Developer时,输入用户名,密码之后登录就出现如题弹框,装了客户端了。解决办法一:如下图,在...
分类:
其他好文 时间:
2014-11-04 16:52:28
阅读次数:
462
报错:warning:rpmts_HdrFromFdno:HeaderV3DSAsignature:NOKEY,keyID1e5e0159解决:rpm--import/etc/pki/rpm-gpg/RPM*报错:ORA-12705:CannotaccessNLSdatafilesorinvalidenvironmentspecified解决:Linux下如果环境变量NLS_LANG值是NA会引起ORA-12705错误,解决方法是修改setN..
分类:
数据库 时间:
2014-11-03 01:33:56
阅读次数:
279
ArrayList相当于STL里面的Vector。
{CSDN:CODE:505358}
下面是成员方法。
Method Summary
boolean
add(E e)
Appends the specified element to the end of this list.
...
分类:
其他好文 时间:
2014-11-02 19:42:48
阅读次数:
230
.after()Insert content, specified by the parameter, after each element in the set of matched elements.jQuery官网中的3个Example都使用的是 .after( content [, cont...
1.关于Arrays记得binarySearch方法返回的int 类型的数值的含义。 If the array contains multiple elements with the specified value, there is no guarantee which one will be f...
分类:
编程语言 时间:
2014-10-31 18:45:03
阅读次数:
285
产生这个异常的原因是使用的view已经包含在其他的view中里面了,在将这个view添加到目标view中前,需要先将这个view与他的parent view的关系解除。 child = (MapView) findViewById(R.id.child); setCont...
分类:
其他好文 时间:
2014-10-29 19:00:32
阅读次数:
164
sudo apt-get gdb-server,client调试时可能会出现"--warning: Could not load vsyscall page because no executable was specified"按下面步骤操作:I just encountered this pro...
分类:
数据库 时间:
2014-10-27 20:58:07
阅读次数:
304
SQL> alter system set sga_max_size=2048M scope=spfile; alter system set sga_max_size=2048M scope=spfile * ERROR at line 1: ORA-32001: write to SPFILE ...
分类:
其他好文 时间:
2014-10-27 01:45:12
阅读次数:
179