摘要: 用法: devenv [解决方案文件 | 项目文件 | 任意文件.扩展名] [开关] devenv 的第一个参数通常是一个解决方案文件或项目文件。如果您希望在编辑器中自动打开文件,也可以使用任何其他文件作为第一个参数。当您输入项目文件时,IDE会在项目文件的父目录中查找与该项目文件具有相同基名称的 阅读全文
posted @ 2016-11-07 17:35 lixin08 阅读(2289) 评论(0) 推荐(0) 编辑
摘要: 放在你的安装目录下,11g E:\app\liyy\product\11.2.0\client_1\network\admin 阅读全文
posted @ 2016-10-28 15:02 lixin08 阅读(7970) 评论(0) 推荐(0) 编辑
摘要: [ExtShellFolderViews]{BE098140-A513-11D0-A3A4-00C04FD706EC}={BE098140-A513-11D0-A3A4-00C04FD706EC}[{BE098140-A513-11D0-A3A4-00C04FD706EC}]Attributes=1 阅读全文
posted @ 2016-10-27 20:32 lixin08 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 以数列内容少的为主要参考 Parameters The first sequence to merge. The second sequence to merge. A function that specifies how to merge the elements from the two se 阅读全文
posted @ 2016-10-26 23:00 lixin08 阅读(471) 评论(0) 推荐(0) 编辑
摘要: 传入一个返回bool的委托,来判断是不是所有的选项符合所要求的表达 式。 阅读全文
posted @ 2016-10-26 22:53 lixin08 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 1 public MainWindow() 2 { 3 InitializeComponent(); 4 int a = 100; 5 this.initList ( a ); 6 testLinq(); 7 } 8 List<int> listNum = new List<int>(); 9 10 阅读全文
posted @ 2016-10-26 22:36 lixin08 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 或者右键变量取消选中16进制的值。 阅读全文
posted @ 2016-10-26 08:33 lixin08 阅读(2483) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; usin... 阅读全文
posted @ 2016-10-25 23:11 lixin08 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 1、操作系统的特征 操作系统是一种系统软件,但与其他的系统软件和应用软件有很大的不同,它有自己的特殊性即基本特征。有并发、共享、虚拟、异步 1)并发 Concurrence:并发是指两个或多个事件在同一时间间隔内发生,操作系统的并发性是指计算机系统同时存在多个运行者的程序,因此它具有外理和调度多个程 阅读全文
posted @ 2016-10-23 10:07 lixin08 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 1、方法一 下面是一封装的一个通用的方法 二、 给出一个使用的例子: 阅读全文
posted @ 2016-10-22 10:46 lixin08 阅读(1341) 评论(1) 推荐(0) 编辑