码迷,mamicode.com
首页 >  
搜索关键字:product design    ( 10385个结果
使用PL/SQL客户端连接远程oracle数据库
一直以来使用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
Oracle Enterprise Linux 64-bit 下Oracle11g的监听配置改动及測试步骤
測试环境:Oracle Enterprise Linux 64-bit (5.8版本号) + Oracle 11g 64位相关说明: Oracle11g64位软件的安装位置为/u01/app/oracle/product/11.2.0/dbhome_1 ,数据库名为默认的orcl,Linux虚拟机的...
分类:数据库   时间:2014-06-03 09:57:08    阅读次数:500
version 1.5.2-04 of the jvm is not suitable for this product. version:1.6 or greater is required
这里仅仅说明一个可能造成该问题的解决办法,也是我遇到的原因。这句话的意思是说,eclipse须要至少1.6版本号或以上的JVM ,而你仅仅有1.5.2版本号的JVM。想想就认为非常奇怪,我装的但是JDK1.7,怎么可能出现这样的问题。然后cmd执行java -version 结果出乎意料的显示了jd...
分类:其他好文   时间:2014-06-03 08:49:17    阅读次数:218
ORACLE创建数据库时无法创建目录
ORACLE创建数据库时无法创建目录,如图所示信息原因:没有创建写入的权限解决:修改文件夹权限即可F:\oracle\product\10.2.0\db_1\cfgtoollogs\dbca增加验证用户的写入、修改权限即可备注:在win7、win8系统上,相关oracle的软件(PL/SQL)都最好...
分类:数据库   时间:2014-06-03 08:27:58    阅读次数:230
Best Time to Buy and Sell Stock III
Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the maximum profit. You may complete a...
分类:其他好文   时间:2014-05-30 16:19:05    阅读次数:320
Best Time to Buy and Sell Stock II
Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the maximum profit. You may complete a...
分类:其他好文   时间:2014-05-30 15:00:54    阅读次数:335
Qt界面美化 QSS
目前发现在Qt-Design中右击控件,可以选择Change StyleSheet------------------------以下总结不太对刚接触Qt,发现Qt Design无法对每个控件进行颜色风格设置。正在纳闷如此受欢迎的开发工具,怎么会没有这种,Delphi,VB,VC,C#都具备的基本功...
分类:其他好文   时间:2014-05-29 21:39:17    阅读次数:469
LeetCode123:Best Time to Buy and Sell Stock III
题目: Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may co...
分类:其他好文   时间:2014-05-28 22:37:18    阅读次数:327
2014-2015-1学期使用的教材
亚马逊的链接http://www.amazon.cn/gp/product/B00JU59MIW/ref=oh_details_o00_s00_i00?ie=UTF8&psc=1有兴趣的同学可以在暑假找个电子版看看。
分类:其他好文   时间:2014-05-28 20:12:51    阅读次数:250
LeetCode122:Best Time to Buy and Sell Stock II
题目: Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may co...
分类:其他好文   时间:2014-05-28 00:53:26    阅读次数:338
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!