上一页 1 ··· 9 10 11 12 13
摘要: 新建:create view 视图名 as select语句 [with read only] 新建或修改create or replace view 视图名 as select语句 [with read only] 删除drop view 视图名 阅读全文
posted @ 2017-05-02 13:49 田云 阅读(133) 评论(0) 推荐(0)
摘要: 使用sys sysdba登录sqlplus 创建表空间create tablespace histdb1datafile 'd:\oracle\product\10.2.0\oradata\orcl\histdb2.dbf'size 200mautoextend on next 10m maxsiz 阅读全文
posted @ 2017-05-02 13:48 田云 阅读(282) 评论(0) 推荐(0)
摘要: 请移到此处查看 阅读全文
posted @ 2017-05-01 21:20 田云 阅读(158) 评论(0) 推荐(0)
摘要: sqlserver(mysql): sa身份登录: <add name="book" connectionString="Server=.; initial catalog=DatabaseName; User ID =sa; Password =tianyun" /> windows身份登录: < 阅读全文
posted @ 2017-05-01 21:15 田云 阅读(348) 评论(0) 推荐(0)
摘要: 使用扩展方法OrderBy,OrderByDescending,效果优良。 实现代码如下: private static void SortByExtensionMethod() { List<Article> list = GetArticleList(); var sortedList = li 阅读全文
posted @ 2017-05-01 21:05 田云 阅读(395) 评论(0) 推荐(0)
摘要: txt操作 写入 读取 数组存储: string[] lines = File.ReadAllLines(file, Encoding.Default); string[] lines = File.ReadAllLines(file, Encoding.Default); 文件(夹)操作:Dire 阅读全文
posted @ 2017-05-01 20:54 田云 阅读(290) 评论(0) 推荐(0)
摘要: 解释 可以初始化并将当前目录内容推送到同目录名的个人仓库中,可以根据情况自己修改 阅读全文
posted @ 2017-03-19 22:01 田云 阅读(250) 评论(0) 推荐(0)
摘要: 讲解: 效果: 阅读全文
posted @ 2017-03-19 21:21 田云 阅读(825) 评论(0) 推荐(0)
摘要: Attending a university with a top-tier reputation often is an arduous but rewarding process. 考入一所名牌大学通常是一次需要付出艰苦努力但回报也同样丰厚的过程。 Teaching can be a very 阅读全文
posted @ 2017-03-10 12:41 田云 阅读(190) 评论(0) 推荐(0)
摘要: hub n. 毂,木片,中心 1. the central part of a wheel, rotating on or with the axle, and from which the spokes radiate. 2. the effective center of an activity 阅读全文
posted @ 2017-03-09 10:31 田云 阅读(130) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13