C#技术百科
问问你的心你有没有信心 做事情要专一坚定,执着
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 26 下一页
摘要: js解析xml文件 阅读全文
posted @ 2010-02-04 17:05 王德田 阅读(360) 评论(0) 推荐(0) 编辑
摘要: js 全部替换 函数 阅读全文
posted @ 2010-02-04 17:02 王德田 阅读(406) 评论(0) 推荐(0) 编辑
摘要: C#文件操作源码 递归复制一个目录 递归删除文件 和 文件夹 阅读全文
posted @ 2010-02-03 15:17 王德田 阅读(506) 评论(0) 推荐(0) 编辑
摘要: 祖传治癌奇方 仅供参考 转自网络 阅读全文
posted @ 2010-01-28 15:15 王德田 阅读(1832) 评论(0) 推荐(0) 编辑
摘要: iis无法访问oracle的问题 阅读全文
posted @ 2010-01-28 11:54 王德田 阅读(295) 评论(0) 推荐(0) 编辑
摘要: authenticated users: 权限介绍 阅读全文
posted @ 2010-01-28 11:44 王德田 阅读(1692) 评论(0) 推荐(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 王德田 阅读(1407) 评论(0) 推荐(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 王德田 阅读(775) 评论(0) 推荐(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 王德田 阅读(329) 评论(0) 推荐(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 王德田 阅读(758) 评论(0) 推荐(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) 推荐(0) 编辑
摘要: 留言框代码 阅读全文
posted @ 2009-12-17 18:09 王德田 阅读(488) 评论(0) 推荐(0) 编辑
摘要: 删除vs的调试其他软件的功能 阅读全文
posted @ 2009-12-03 14:48 王德田 阅读(178) 评论(0) 推荐(0) 编辑
摘要: EXECUTE IMMEDIATE 代替了以前Oracle8i中DBMS_SQL package包.它解析并马上执行动态的SQL语句或非运行时创建的PL/SQL块.动态创建和执行SQL语句性能超前,EXECUTE IMMEDIATE的目标在于减小企业费用并获得较高的性能,较之以前它相当容易编码.尽管DBMS_SQL仍然可用,但是推荐使用EXECUTE IMMEDIATE,因为它获的收益在包之上。 ... 阅读全文
posted @ 2009-12-02 17:37 王德田 阅读(580) 评论(0) 推荐(0) 编辑
摘要: Oracle表分区详细说明 阅读全文
posted @ 2009-12-02 11:48 王德田 阅读(464) 评论(0) 推荐(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 王德田 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 移动上去换样式代码 阅读全文
posted @ 2009-11-17 13:42 王德田 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 一个服务器上的文件 阅读全文
posted @ 2009-11-17 13:12 王德田 阅读(495) 评论(0) 推荐(0) 编辑
摘要: oracle 做备份还原的语句命令 阅读全文
posted @ 2009-11-16 13:43 王德田 阅读(512) 评论(0) 推荐(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) 推荐(0) 编辑
摘要: 删除一个表的字段的sql语句命令 阅读全文
posted @ 2009-11-11 11:44 王德田 阅读(943) 评论(0) 推荐(0) 编辑
摘要: oracle 参数的模糊查询的问题 阅读全文
posted @ 2009-11-02 17:17 王德田 阅读(345) 评论(0) 推荐(0) 编辑
摘要: google suggest 代码例子 阅读全文
posted @ 2009-11-02 16:43 王德田 阅读(525) 评论(0) 推荐(0) 编辑
摘要: 菜根谭 全文 及译文 阅读全文
posted @ 2009-10-30 10:20 王德田 阅读(34144) 评论(0) 推荐(0) 编辑
摘要: ajax|消息提示框|js获取html绝对位置 封装 阅读全文
posted @ 2009-10-28 16:03 王德田 阅读(707) 评论(0) 推荐(0) 编辑
摘要: oracle 导入数据语句 阅读全文
posted @ 2009-10-15 14:59 王德田 阅读(348) 评论(0) 推荐(0) 编辑
摘要: sqlserver数据库连接类 阅读全文
posted @ 2009-09-02 11:08 王德田 阅读(201) 评论(0) 推荐(0) 编辑
摘要: DbSqlLiteData 数据库连接类 阅读全文
posted @ 2009-09-02 11:07 王德田 阅读(183) 评论(0) 推荐(0) 编辑
摘要: DbOracleData oracle 数据库连接类 阅读全文
posted @ 2009-09-02 11:06 王德田 阅读(233) 评论(0) 推荐(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 王德田 阅读(435) 评论(0) 推荐(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 王德田 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 网页浏览pdf 代码 阅读全文
posted @ 2009-09-01 17:17 王德田 阅读(596) 评论(0) 推荐(0) 编辑
摘要: 获取控件的绝对位置 和 宽度和高度 阅读全文
posted @ 2009-08-28 10:04 王德田 阅读(313) 评论(0) 推荐(0) 编辑
摘要: oracle 开发字典 阅读全文
posted @ 2009-08-27 16:51 王德田 阅读(167) 评论(0) 推荐(0) 编辑
摘要: OleDb连接字符串生成器 阅读全文
posted @ 2009-08-26 09:30 王德田 阅读(278) 评论(0) 推荐(0) 编辑
摘要: 项目经理的职责 1.确保项目目标实现,保证业主满意 这一项基本职责是检查和衡量项目经理管理成败、水平高低的基本标志。 2.制定项目阶段性目标和项目总体控制计划 项目总目标一经确定,项目经理的职责之一就是将总目标分解,划分出主要工作内容和工作量,确定项目阶段性目标的实现标志如形象进度控制点等。 3.组织精干的项目管理班子 这是项目经理管好项目的基本条件,也是项目成功的组织保证。 4.及时决策 项目经... 阅读全文
posted @ 2009-08-07 19:07 王德田 阅读(226) 评论(0) 推荐(0) 编辑
摘要: 努力奋斗|不要堕落 阅读全文
posted @ 2009-07-25 15:29 王德田 阅读(190) 评论(0) 推荐(0) 编辑
摘要: js判断间隔时间 阅读全文
posted @ 2009-07-23 12:17 王德田 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 中检测到一个可能的数据库一致性问题。|解决方法 阅读全文
posted @ 2009-07-23 10:31 王德田 阅读(1021) 评论(0) 推荐(0) 编辑
摘要: js日期判断函数 阅读全文
posted @ 2009-07-20 14:25 王德田 阅读(420) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 26 下一页