-
网格视图,中继站和列表视图的示例代码
此代码简要介绍了如何使用网格视图、中继器和列表视图;
- 2022-08-13 00:38:26下载
- 积分:1
-
这是一个vc.net(2003)项目,该项目把对ldap的操作(连接、添加、移动、查找、删除、修改等操作)封装为一个dll,这样其他.net项目就可以直接引用该...
这是一个vc.net(2003)项目,该项目把对ldap的操作(连接、添加、移动、查找、删除、修改等操作)封装为一个dll,这样其他.net项目就可以直接引用该dll。-This is a vc.net (2003) project, which put on the ldap operation (connect, add, move, search, delete, modify, etc.) are packaged as a dll, so that other. Net projects will be direct reference to the dll .
- 2022-03-19 20:34:43下载
- 积分:1
-
MSMQ
msmq 示例代码,通过C#访问MSMQ服务,来源MSDN改编(msmq sample code through the C# to access MSMQ service sources MSDN adaptation)
- 2013-02-02 11:06:48下载
- 积分:1
-
kafka 消息监控界面
- 2023-03-12 05:45:06下载
- 积分:1
-
The-voice-mail-system
一个留言本系统,有ASP.NET3.5实现(A message of the system, a ASP.NET3.5 implementation)
- 2013-10-24 15:58:28下载
- 积分:1
-
Windbg调试32位.net程序产生的64位dump的扩展soswow64.dll
编写的32位托管程序在64位操作系统上运行,程序崩溃后,抓取了dump,希望用windbg来分析崩溃原因。正常情况下,32位程序崩溃后,需要用32位的程序来抓取dump,windbg和DebugDiag才能分析,若用任务管理器来抓取,需要用C:WindowsSysWOW64Taskmgr.exe来抓取。
但是若已经抓取了64位的dump,还是有方法来分析,需要加载soswow64.dll,这个dll源码在soswow64,需要用VS2015进行编译。按照README中的说明,最好将soswow64.dll复制到windbg的winxp目录下,这样就可以直接使用.load soswow64来加载,而不用带上路径。
用windbg打开dump后,依次执行以下命令:.loadby sos clr!wow64exts.sw.load soswow64即可。
- 2022-04-20 20:21:07下载
- 积分:1
-
ajax结合treeview 生成饼状图的程序示例
ajax结合treeview 生成饼状图的程序示例
- 2022-01-24 16:57:54下载
- 积分:1
-
Microsoft-ASP.NET-Starter-Kits
ASP.NET 初學者開發套件
1. 電子商務
2. 社群網站
3. 問題追蹤
4. 入口網站
5. 報表範例(ASP.NET Starter Kits
1. Commerce
2. Community
3. Issue Tracker
4. Portal
5. Reports)
- 2013-09-08 16:42:18下载
- 积分:1
-
本系列的目的是建立一个类,允许任何C #程序员…
The purpose of the series will be to build a class that allows any C# programmer access to common, and not so common, image processing functionality. The reason we are doing it in C# is simply that I want to learn it, but the functionality we use is available through GDI+ in C++, and indeed the code to do the same thing using a DIBSECTION is not terribly different. This first article will focus on per pixel filters, in other words, filters that apply the same algorithm to each pixel in place with no regard for the values in any other pixels. You will see as we progress that the code becomes somewhat more complex when we start moving pixels or changing values based on calculations that take into account surrounding pixel values.
- 2023-03-17 00:40:04下载
- 积分:1
-
c#实现的邮件收发
c#实现的邮件收发-c# realize the e-mail to send and receive
- 2022-04-21 15:35:32下载
- 积分:1