摄像头拍照录相代码,没摄像头测试, 1 static class Program 2 { 3 /// <summary> 4 /// 应用程序的主入口点。 5 /// </summary> 6 [STAThread] 7 static void Main() 8 { 9 Application.En ...
分类:
其他好文 时间:
2016-04-29 14:46:17
阅读次数:
139
[re: Orchard CMS] This caused me scratching my head for days and now I can even feel it's bleeding. The answer however is the simplest. Because it's n ...
分类:
其他好文 时间:
2016-04-29 14:05:12
阅读次数:
136
namespace DemoSocket{ /// <summary> /// 适配器必须实现原有的旧接口,适配器对象中持有对新接口的引用,当调用旧接口时,将这个调用委托给 /// 实现新接口的对象来处理,也就是在适配器对象中组合一个新接口 /// </summary> class SocketAd ...
分类:
其他好文 时间:
2016-04-28 12:24:20
阅读次数:
126
/// <summary> /// 创建数据库 /// </summary> /// <param name="dbname"></param> /// <param name="dbpath"></param> /// <returns></returns> public string Creat ...
分类:
数据库 时间:
2016-04-27 20:37:22
阅读次数:
217
/// <summary> /// 获取本地IIS版本 /// </summary> /// <returns></returns> public string GetIIsVersion() { try { DirectoryEntry entry = new DirectoryEntry("II ...
[源码下载] 背水一战 Windows 10 (9) - 资源: 资源限定符概述, 资源限定符示例 作者:webabcd介绍背水一战 Windows 10 之 资源 资源限定符概述 资源限定符示例 示例1、资源限定符概述Resource/Qualifiers/Summary.xaml Resourc ...
/// <summary> /// 数据库表名 /// </summary> [AttributeUsage(AttributeTargets.Class)] public class DBTableNameAttribute : Attribute { public string Name { g ...
分类:
数据库 时间:
2016-04-25 00:44:25
阅读次数:
228
在C#中使用NPOI2.0操作Excel2003和Excel2007 Excel2003: #region Excel2003 /// <summary> /// 将Excel文件中的数据读出到DataTable中(xls) /// </summary> /// <param name="file" ...
linux环境下使用man查询一些关键字,一个关键字的介绍可能很多,我们了解一下在这个信息页可以使用的命令: SUMMARY OF LESS COMMANDS Commands marked with * may be preceded by a number, N. Notes in parent ...
分类:
其他好文 时间:
2016-04-23 23:00:47
阅读次数:
341
public interface IGetList<T> { /// <summary> /// 返回一个集合 /// </summary> /// <param name="pageindex">当前页</param> /// <param name="pagenumber">每页显示多少条</p ...
分类:
其他好文 时间:
2016-04-21 23:35:08
阅读次数:
262