posted @ 2014-05-08 12:27 sky410 阅读(347) 评论(1) 推荐(0)
摘要:
用C#实现C/S模式下软件自动在线升级1 前言 长期以来,广大程序员为到底是使用Client/Server,还是使用Browser/Server结构争论不休,在这些争论当中,C/S结构的程序可维护性差,布置困难,升级不方便,维护成本高就是一个相当重要的因素。有很多企业用户就是因为这个原因而放弃使用... 阅读全文
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2014-05-07 17:40 sky410 阅读(6) 评论(0) 推荐(0)
摘要:
linux下启动oracle启动数据库实例,分为两步:第一步,启动监听;第二步,启动数据库实例。一、如何启动数据库实例1.进入到sqlplus启动实例[oracle@redhat ~]$ su - oracle--“切换到oracle用户”Password:[oracle@redhat ~]$ ls... 阅读全文
posted @ 2014-05-04 15:28 sky410 阅读(151) 评论(0) 推荐(0)
摘要:
Process myProcess = Runtime.getRuntime().exec("ipconfig"); InputStreamReader ir = new InputStreamReader(myProcess.getInputStream()); LineNumberRead... 阅读全文
posted @ 2014-05-04 11:46 sky410 阅读(130) 评论(0) 推荐(0)