posted @ 2010-02-04 17:05
王德田
阅读(361)
推荐(0)
posted @ 2010-02-04 17:02
王德田
阅读(410)
推荐(0)
摘要:
C#文件操作源码 递归复制一个目录 递归删除文件 和 文件夹
阅读全文
posted @ 2010-02-03 15:17
王德田
阅读(510)
推荐(0)
摘要:
祖传治癌奇方 仅供参考 转自网络
阅读全文
posted @ 2010-01-28 15:15
王德田
阅读(1929)
推荐(0)
摘要:
iis无法访问oracle的问题
阅读全文
posted @ 2010-01-28 11:54
王德田
阅读(297)
推荐(0)
摘要:
authenticated users: 权限介绍
阅读全文
posted @ 2010-01-28 11:44
王德田
阅读(1762)
推荐(0)
摘要:
全卸载Oracle方法:软件环境: 1、Windows XP + Oracle 10g 2、Oracle安装路径为:d:\Oracle1、如果数据库配置了自动存储管理(ASM),应该先删除聚集同步服务CSS(cluster Synchronization Services).删除CSS服务的方法是在DOS命令行中执行如下命令: localconfig delete2、在“服务̶...
阅读全文
posted @ 2010-01-26 17:25
王德田
阅读(1413)
推荐(0)
摘要:
原因:可能是键盘的 2,冲击波的问题3,dll 注册掉了方法一:重新注册以下DLL文件。 regsvr32 Shdocvw.dll regsvr32 Shell32.dll (注意这个命令,先不用输) regsvr32 Oleaut32.dll regsvr32 Actxprxy.dll regsvr32 Mshtml.dll regsvr32 Urlmon.dll 第二个命令可以先不用输,输完这...
阅读全文
posted @ 2010-01-07 15:00
王德田
阅读(783)
推荐(0)
摘要:
public void RARsave(string rarPatch, string rarFiles,string patch,string rarName) { String the_rar; RegistryKey the_Reg; Object the_Obj; String the_Info; ProcessStartInfo the_StartInfo; Process the_Pr...
阅读全文
posted @ 2009-12-28 17:14
王德田
阅读(333)
推荐(0)
摘要:
public void RARsave(string rarPatch, string rarFiles,string patch,string rarName) { String the_rar; RegistryKey the_Reg; Object the_Obj; String the_Info; ProcessStartInfo the_StartInfo; Process the_Pr...
阅读全文
posted @ 2009-12-28 16:36
王德田
阅读(767)
推荐(0)
摘要:
<Script language="javascript">document.write('<DIV id=eMeng style="BORDER-RIGHT: #455690 1px solid; BORDER-TOP: #a6b4cf 1px solid; Z-INDEX:99999; LEFT: 120px; VISIBILITY: hidden; BORDER-LEFT:...
阅读全文
posted @ 2009-12-17 18:14
王德田
阅读(203)
推荐(0)
posted @ 2009-12-17 18:09
王德田
阅读(490)
推荐(0)
posted @ 2009-12-03 14:48
王德田
阅读(180)
推荐(0)
摘要:
EXECUTE IMMEDIATE 代替了以前Oracle8i中DBMS_SQL package包.它解析并马上执行动态的SQL语句或非运行时创建的PL/SQL块.动态创建和执行SQL语句性能超前,EXECUTE IMMEDIATE的目标在于减小企业费用并获得较高的性能,较之以前它相当容易编码.尽管DBMS_SQL仍然可用,但是推荐使用EXECUTE IMMEDIATE,因为它获的收益在包之上。 ...
阅读全文
posted @ 2009-12-02 17:37
王德田
阅读(587)
推荐(0)
posted @ 2009-12-02 11:48
王德田
阅读(474)
推荐(0)
摘要:
-- Create sequence create sequence SQ1minvalue 1maxvalue 999999999999999999999999999start with 2001increment by 1cache 20;序列的建立create table testpatition(Gid number(10,3) primary key,GName varchar2(36)...
阅读全文
posted @ 2009-12-02 11:10
王德田
阅读(226)
推荐(0)
posted @ 2009-11-17 13:42
王德田
阅读(165)
推荐(0)
posted @ 2009-11-17 13:12
王德田
阅读(497)
推荐(0)
摘要:
oracle 做备份还原的语句命令
阅读全文
posted @ 2009-11-16 13:43
王德田
阅读(521)
推荐(1)
摘要:
select to_number('$8,000.80','$999,999,999.99') from dual; 8,000.80' 要转换的值'$999,999,999.99' 格式字符串
阅读全文
posted @ 2009-11-16 09:50
王德田
阅读(414)
推荐(0)
摘要:
删除一个表的字段的sql语句命令
阅读全文
posted @ 2009-11-11 11:44
王德田
阅读(977)
推荐(0)
摘要:
oracle 参数的模糊查询的问题
阅读全文
posted @ 2009-11-02 17:17
王德田
阅读(349)
推荐(0)
摘要:
google suggest 代码例子
阅读全文
posted @ 2009-11-02 16:43
王德田
阅读(531)
推荐(0)
posted @ 2009-10-30 10:20
王德田
阅读(34888)
推荐(0)
摘要:
ajax|消息提示框|js获取html绝对位置 封装
阅读全文
posted @ 2009-10-28 16:03
王德田
阅读(720)
推荐(0)
posted @ 2009-10-15 14:59
王德田
阅读(353)
推荐(0)
posted @ 2009-09-02 11:08
王德田
阅读(205)
推荐(0)
摘要:
DbSqlLiteData 数据库连接类
阅读全文
posted @ 2009-09-02 11:07
王德田
阅读(186)
推荐(0)
摘要:
DbOracleData oracle 数据库连接类
阅读全文
posted @ 2009-09-02 11:06
王德田
阅读(243)
推荐(0)
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Data.OleDb;using System.Data.Common;using System.Collections;using System.Configuration...
阅读全文
posted @ 2009-09-02 11:05
王德田
阅读(440)
推荐(0)
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Data.Common;using System.Configuration;using System.Data.SqlClient;using System.Collect...
阅读全文
posted @ 2009-09-02 11:04
王德田
阅读(219)
推荐(0)
posted @ 2009-09-01 17:17
王德田
阅读(607)
推荐(0)
摘要:
获取控件的绝对位置 和 宽度和高度
阅读全文
posted @ 2009-08-28 10:04
王德田
阅读(321)
推荐(0)
posted @ 2009-08-27 16:51
王德田
阅读(170)
推荐(0)
posted @ 2009-08-26 09:30
王德田
阅读(282)
推荐(0)
摘要:
项目经理的职责 1.确保项目目标实现,保证业主满意 这一项基本职责是检查和衡量项目经理管理成败、水平高低的基本标志。 2.制定项目阶段性目标和项目总体控制计划 项目总目标一经确定,项目经理的职责之一就是将总目标分解,划分出主要工作内容和工作量,确定项目阶段性目标的实现标志如形象进度控制点等。 3.组织精干的项目管理班子 这是项目经理管好项目的基本条件,也是项目成功的组织保证。 4.及时决策 项目经...
阅读全文
posted @ 2009-08-07 19:07
王德田
阅读(232)
推荐(0)
posted @ 2009-07-25 15:29
王德田
阅读(193)
推荐(0)
posted @ 2009-07-23 12:17
王德田
阅读(257)
推荐(0)
摘要:
中检测到一个可能的数据库一致性问题。|解决方法
阅读全文
posted @ 2009-07-23 10:31
王德田
阅读(1060)
推荐(0)
posted @ 2009-07-20 14:25
王德田
阅读(427)
推荐(0)