void Main(){ Factory.ChooseFactory("A").GetProduct().Dump(); Factory.ChooseFactory("B").GetProduct().Dump();}class Product{}class ProductA:Produ...
分类:
其他好文 时间:
2014-11-17 09:07:36
阅读次数:
254
linux配置oracle随系统启动和关闭
1、修改/etc/oratab文件
将需要随操作系统自启动的数据库由N修改为Y
lis:/u01/app/oracle/product/11.2.0/db_1:N
修改为:
lis:/u01/app/oracle/product/11.2.0/db_1:Y
2、编辑dbstart和dbshut脚本,修改监听变量为oracle家目录
$ cd...
分类:
数据库 时间:
2014-11-15 23:19:13
阅读次数:
466
PL/SQL Developer 9.x 注册码 Product Code:46jw8l8ymfmp2twwbuur8j9gv978m2q2du serial Number:307254 password:xs374ca...
分类:
数据库 时间:
2014-11-15 14:18:22
阅读次数:
241
[oracle@node1~]$lsnrctlstartlistenerLSNRCTLforLinux:Version11.2.0.3.0-Productionon15-OCT-201422:53:27Copyright(c)1991,2011,Oracle.Allrightsreserved.Starting/u01/oracle/product/11.2.0/db_1/bin/tnslsnr:pleasewait...TNSLSNRforLinux:Version11.2.0.3.0-Production..
分类:
其他好文 时间:
2014-11-15 06:43:38
阅读次数:
256
using System.Reflection;namespace DesignPattern.Creational.SimpleFactory{ public class Product { } public class ProductA : Product { } public...
分类:
其他好文 时间:
2014-11-14 19:32:26
阅读次数:
149
时不时到知乎看到其他人回答,就带2个职位的缩写,搞得每次都要查一下。FE 指Front-End Development,即:前端开发RD 指Research and Development,即:研发PD 指Product Designer,即:产品设计人员PM 指Product Manage...
分类:
其他好文 时间:
2014-11-14 19:31:40
阅读次数:
347
using System.Reflection;namespace DesignPattern.Creational.FactoryMethod{ public class Product { } public class ProductA : Product { } public...
分类:
其他好文 时间:
2014-11-14 19:31:39
阅读次数:
217
转载请注明出处:http://blog.csdn.net/droyon/article/details/39890469在进行Android应用程序开发时,善于运用xml中的product配置,能够达到优化代码的目的。比如:我们须要一个依据设备是否含有模拟sd卡存储区,显示不同的描写叙述的需求,一般...
分类:
其他好文 时间:
2014-11-13 22:26:36
阅读次数:
280
同一台电脑,不同的无线连接在办公室:IP:***.***.0.100在市局 :IP:***.***.0.100在家 :IP:***.***.1.101在 D:/oracle/product/10.2.0/db_1/oc4j/j2ee 下创建在家的时候,创建的OC4J_DBConsole_WWW...
分类:
数据库 时间:
2014-11-13 22:20:50
阅读次数:
272
看到一篇国外 MVPTroy Hunt的文章:67% of ASP.NET websites have serious configuration related security vulnerabilities,大意是依据他搜集到的统计数字,约67%的 ASP.NET 网站因配置不当,存在安全风险...
分类:
Web程序 时间:
2014-11-13 22:11:10
阅读次数:
213