搜索资源列表
cforum
- 可以用于发帖,增加斑竹等论坛的基本功能,同时有访问控制,-can be used to post messages in forums such as the increased fed the basic functions, while access control,
C_basic_code_C02-C09
- C#入门经典例子源码 本程序包为(02-09) 本程序包为C#初学者使的教程源码 包括以下: 2 一个简单的C#程序 3 变量与表达式 4 流控制 5 更多关于变量 6 函数 7 调试与问题处理 8 (缺)面向对象的编程 9 定义类 10 定义类成员 11 更多关于类 12 事件 13 使用Windows窗体 14 使用Windows窗体高级 15 使用普通对话 16 介绍GDI+ 17 (缺)配置Windows程序
C_basic_code_C10-C16
- 本源码程序包为C#初学者所适用 包括(C10-C16)的内容: 2 一个简单的C#程序 3 变量与表达式 4 流控制 5 更多关于变量 6 函数 7 调试与问题处理 8 (缺)面向对象的编程 9 定义类 10 定义类成员 11 更多关于类 12 事件 13 使用Windows窗体 14 使用Windows窗体高级 15 使用普通对话 16 介绍GDI+ 17 (缺)配置Windows程序 18 访问数据 19 利用 A
C_basic_code_C18-C24
- 本源码程序包为C#初学者所适用 包括(C18-C24)的内容: 2 一个简单的C#程序 3 变量与表达式 4 流控制 5 更多关于变量 6 函数 7 调试与问题处理 8 (缺)面向对象的编程 9 定义类 10 定义类成员 11 更多关于类 12 事件 13 使用Windows窗体 14 使用Windows窗体高级 15 使用普通对话 16 介绍GDI+ 17 (缺)配置Windows程序 18 访问数据 19 利用 A
USB(HID)
- C# 访问USB(HID)设备,控制设备的读,写-C# Access USB (HID) devices, control equipment, reading and writing
Data2.0
- 强大的数据库访问类dbhelper 2.0 1、多数据库支持 2、多数据库类型支持 3、强大的查询公用方法,如支持返回泛型实体对象集合,泛型值类型集合,实体对象,数据集等。 4、所有方法都支持参数化与非参数化访问db,调用十分方便。 5、使用了线程本地存储,使之能支持在业务逻辑层显式控制事务。 6、注释较为详细,配置十分简单,方法较为简洁(加上注释总共200多行代码)。 7、开源,容易修改。-Powerful database access class dbhelpe
Cache_dotnet_cs
- 实现LRU算法的cache dotnet C#源码,用来支持asp.net程序提升系统访问速度。同时保证系统能够控制内存的使用不产生泄漏。-LRU algorithm implementation cache dotnet C# source code, used to support asp.net procedures to enhance the speed of system access. At the same time to ensure that the system be ab
XSysListView32
- 使用C#对Windows 标准的ListView控件进行封装和控制,如果你想使用C#编程对另一个进程中的ListView控件进行控制和访问,那此类可以帮助你实现。-Use C# for Windows standard ListView control is encapsulated and control, if you want to use the C# programming for another process in the ListView control to control a
report
- 数据库访问,数据库数据处理与分析,打印报表,报表预览,适用于工业控制后台-Database access, database, data processing and analysis, report printing, report preview, the background for industrial control
RBAC-Example
- 本实例重点讲述基于角色访问控制的运用方法,由具体的实例让读者更清晰的了解基于角色访问控制的使用方法。-This example focuses on the use of role-based access control method, by specific examples to give readers a clearer understanding of the role-based access control is used.
RBAC-SYSTEM
- 一个正在研究的权限管理系统源码,挺不错的。基于角色的访问控制(Role-Based Access Control)-An ongoing research rights management system source code, very good. Role-based access control (Role-Based Access Control)
AccessDB
- 非常好用的ACCESS数据库访问接口控制类-COMMON ACCESS DataBase Interface
kingmoon
- Lm.Common.Csv csv文件的读取与生成 通用数据访问层示例 Lm.Common.DAL 通用数据访问层基类及公用类 Lm.Common.DAL.Sql 通用数据访问层针对sql server 2005及以上版本的实现 Lm.Common.Excel Excel2003的读取与生成 Lm.Common.Excel.OpenXml Excel2007、2010的读取和生成 Lm.Common.ExtensionMethods
HideVoiceDevice
- C# 隐藏控制面板中的声音设备,需要重启后生效。实现步骤部分说明:实例化一个表示Windows项级节点的对象,设置指定的名称/值对,打开一个现有子项进行访问,隐藏控制面板中的声音设备成功,请重启计算机查看结果-C# hidden sound devices in the control panel, you need to reboot to take effect. Implementation steps explained in section: Represents a Windows
two_phase_locking
- 通过基于锁的并发控制系统的模拟实现,掌握两段加锁协议和简单并发控制系统的构建;理解事务并发访问造成的不可串行化和如何保证可串行化的技术。-T={begin-transaction}r(x1)w(x1, Val1) r(x2)w(x2, Val2)…{commit}。
MyComputerInfo
- WMI读取各种硬件,基本所有的硬件信息访问都有 进程控制 开机启动项管理 网络连接 硬件信息 系统资源 服务 工具-It is diffcult!
ThreadUIDemo
- C#跨线程调用控件的常用几种方法(程序Demo) (1)禁止编译器对跨线程访问做检查 (2)使用delegate 和invoke 来从其他线程中调用控件 (3)使用delegate 和BeginInvoke 来从其他线程中控制控件 (4)使用BackgroundWorker 组件-Several commonly used methods (procedures Demo) C# cross-thread call control (1) prohibits the com
C#与三菱PLC通信
- 本文将使用一个Github开源的组件库技术来读写三菱PLC和西门子plc数据,使用的是基于以太网的TCP/IP实现,不需要额外的组件,读取操作只要放到后台线程就不会卡死线程,本组件支持超级方便的高性能读写操作 github地址:https://github.com/dathlin/HslCommunication 如果喜欢可以star或是fork,还可以打赏支持,打赏请认准源代码项目。 在Visual Studio 中的NuGet管理器中可以下载安装,也可以直接在NuGe
