08 2009 档案

摘要: Oracle10g 在PLSQL Developer上建立表空间脚本 创建表空间 create tablespace Joy datafile 'D:\oracle\product\10.2.0\oradata\orcl\Joy.def' size 500M autoextend on next 100M maxsize unlimited logging extent managem...阅读全文
posted @ 2009-08-17 16:29 JOY 阅读(342) | 评论 (0) 编辑
摘要: 方法1:用记事本打开.sln文件,你将看到: Microsoft Visual Studio Solution File, Format Version 10.00 # Visual Studio 2008 你把它改成: Microsoft Visual Studio Solution File, Format Version 9.00 # Visual Studio 2005 即可用...阅读全文
posted @ 2009-08-14 16:39 JOY 阅读(369) | 评论 (0) 编辑
摘要: C# 五种读取XML的方法阅读全文
posted @ 2009-08-03 16:31 JOY 阅读(86) | 评论 (0) 编辑