一直以来使用sql
develope连接数据库,只要写上ip,用户名,密码,sid等就能连接,后来发现使用PL/SQL连接远程oracle数据库怎么连啊?这里使用了修改oracle配置文件的方式:
配置文件路径为 D:\app\huyueyang\product\11.1.0\db_1\NETWO....
分类:
数据库 时间:
2014-06-04 21:33:17
阅读次数:
300
Given an absolute path for a file (Unix-style),
simplify it.For example,path="/home/", =>"/home"path="/a/./b/../../c/",
=>"/c"click to show corner cas...
分类:
其他好文 时间:
2014-06-04 19:32:14
阅读次数:
270
场景描述:被测系统是发布在远程服务器上的,假设IP是10.10.10.10,端口是8066,那么访问地址是http://10.10.10.10:8066/,在control机器上我设置了IP欺骗。错误现象:在场景运行时出现大量Action.c(8):
Error -27796: Failed to ...
分类:
其他好文 时间:
2014-06-04 19:04:58
阅读次数:
1295
AVR/GCC设置不链接未调用的函数
http://blog.csdn.net/shevsten/article/details/7049688在AVR
Studio4/5的AVR/GCC默认设置下,未调用的函数也会被link进最终的镜像,从而增大image的大小,这会浪费flash资源.以下是如....
分类:
其他好文 时间:
2014-06-04 18:59:56
阅读次数:
840
两种方式:1.IP+SID方式
2.配置链接方式1..IP+SID方式DbHelperOracle.connectionString = string.Format(@"Data
Source=(DESCRIPTION = ...
分类:
数据库 时间:
2014-06-04 18:20:09
阅读次数:
343
使用VC 6.0 mfc实现编程刚学的图像学,挺难学的,show 代码吧void
CLineView::OnDraw(CDC* pDC) { CLineDoc* pDoc =
GetDocument();ASSERT_VALID(pDoc);// TODO: add draw code for na...
分类:
其他好文 时间:
2014-06-04 18:15:36
阅读次数:
627
使用的是Philip Hazel的Perl-Compatible Regular
Expression库,参考:http://see.xidian.edu.cn/cpp/html/1428.html执行匹配的时:gcc
myreg.cip.pat 内容:ip.*[0-9]+\.[0-9]+\.[0-...
分类:
其他好文 时间:
2014-06-03 14:07:42
阅读次数:
473
Given a string containing only digits, restore
it by returning all possible valid IP address combinations.For
example:Given"25525511135",return["255.2...
分类:
其他好文 时间:
2014-06-03 14:06:24
阅读次数:
271
exp 用户名/密码@IP:端口/数据库名 file=文件路径 full=y;exp
scebm1/ebm@10.3.10.16:1521/scebm file=D:scebm20140527.dmp//如果报错 去掉
full=y试一试分享一个,oracle查询锁表SELECT object_na...
分类:
数据库 时间:
2014-06-03 13:57:51
阅读次数:
320