Location:
Search - VS.net DLL
Search list
Description: C#编写的高级smtp客户端,控制台程序,可自行改写为Windows程序,功能齐全,除了基本的发件人地址,收件人地址(可以指定多个收件人,目前程序中设定为10个,可自行更改),主题,内容外,还能发附件(能发多个附件),能指定优先级别,能指定按HTML或TEXT发送,能指定发件人名称。一共有五个文件,MailAttachments.cs是负责处理附件的,MailMessage.cs是负责处理邮件消息的,SmtpMail.cs是负责联系SMTP服务器的,SmtpServerHelper.cs是主要的文件,负责与SMTP服务器交互并发送邮件,TestSmtpMail.cs是测试该SMTP客户端用的。可以用户将VS.NET 2003将各个文件添加到一个工程中后进行编译调试,也可分别把前四个文件编译成DLL(注意先后顺序和相互引用),然后把TestSmtpMail.cs编译成EXE后运行进行测试。-C# prepared by the High smtp client, console procedures, may rewritten for Windows programs, a full range of functions, in addition to the address of the sender, the recipient address (you can specify a number of the addressee, the current procedures set for 10, can make changes), the theme, the content, but also the annex (Annex can be made more), will appoint a priority level, can designated by HTML or TEXT sent, the sender can be designated name. A total of five papers MailAttachments.cs are responsible for the annex, MailMessage.cs is responsible for handling e-mail messages. SmtpMail.cs is responsible for liaising SMTP server, SmtpServerHelper.cs is the main document, with interactive SMTP server and send mail, TestSmtpMail.cs is to test the SMTP client use. Users will be VS.NET 200
Platform: |
Size: 20046 |
Author: 张杰 |
Hits:
Description: opengl做为一款强大的3D API,渲染速度快,效率高。可以为我们实现自己的3D世界。
本程序使用了glut库(下载到http://www.xmission.com/~nate/glut.html),他不仅包含了gl.h,
glu.h
glaux.h还扩充了一些其他高级的功能。所以在我们以后的程序中,只需包含glut.h头文件。
实现细节请下载源代码,熟悉opengl编程的朋友可以从代码中看出,在AX中实现opengl跟在普通应用程序中是一致的。
glut库的安装
目前的glut库是glut-3.7.6.包含glut.h,glut32.lib,glut32.dll
把glut.h放到 vc的include目录中
把glut32.lib放到vc的lib目录中
把glut32.dll放到system32下
对于vs.net include和lib在..\\vc7\\platformSDK下
参考资料
nehe.gamedev.net 特别经典的opengl教程
www.codeguru.com
-opengl as one powerful 3D API, rendering speed, high efficiency. We can achieve our 3D world. The procedures for the use of a glut (download http://www.xmission.com/ ~ nate / glut.html), he embodies gl.h, glu.h glaux.h has also expanded the number of other senior function. So in our future proceedings, just include glut.h headers. Implementation details please download the source code, the programming opengl familiar friends can see from the code in AX achieve opengl application with the ordinary procedure is the same. Glut library installation for the current glut of glut - 3.7.6. Included glut.h, glut32.lib, glut32.dll put into vc glut.h include the directory into vc glut32.lib put the lib directory put into glut32.dll for system32 vs.net include and lib in .. \\ vc7 \\ platformSDK under s
Platform: |
Size: 74378 |
Author: 周立 |
Hits:
Description: opengl做为一款强大的3D API,渲染速度快,效率高。可以为我们实现自己的3D世界。
本程序使用了glut库(下载到http://www.xmission.com/~nate/glut.html),他不仅包含了gl.h,
glu.h
glaux.h还扩充了一些其他高级的功能。所以在我们以后的程序中,只需包含glut.h头文件。
实现细节请下载源代码,熟悉opengl编程的朋友可以从代码中看出,在AX中实现opengl跟在普通应用程序中是一致的。
glut库的安装
目前的glut库是glut-3.7.6.包含glut.h,glut32.lib,glut32.dll
把glut.h放到 vc的include目录中
把glut32.lib放到vc的lib目录中
把glut32.dll放到system32下
对于vs.net include和lib在..\\vc7\\platformSDK下
-opengl A powerful as the 3D API, playing up speed, high efficiency. We can realize their 3 D world. The procedures for the use of the glut (download to http : / / www.xmission.com/ ~ nate / glut.html) He not only includes gl.h, glu.h glaux.h also expanded some other senior function. So in our future proceedings, just include glut.h headers. Implementation details please download the source code, programming opengl familiar friends can see from the code, AX in achieving opengl application with the ordinary procedure is the same. Glut for the installation of the current glut is the glut - 3.7.6. Glut.h included, glut32.lib. glut32.dll put into vc glut.h include the directory put glut32. vc lib into the lib directory put into system32 under glut32.dll for vs . net include and lib in .. \\ vc7
Platform: |
Size: 74378 |
Author: xian |
Hits:
Description: 主要功能:
后台纪录键盘输入,包括中文内容,记录到指定文件。
开发环境
VS.net 2005
源代码说明:
KeyHookDll目录 为DLL源代码,通过键盘钩子和输入法钩子获取键盘输入内容
LogCmd目录 为应用程序源代码,通过调用KeyHookDll.dll的接口来实现具体功能-main functions : background records keyboard input, including Chinese, recorded in the specified documents. Development Environment VS.net 2005 source code : KeyHookDll DLL directory of the source code, Hook and keyboard input methods hook access to the keyboard input as LogCmd directory for the application source code, By calling KeyHookDll.dll interface to achieve specific functions
Platform: |
Size: 11488 |
Author: islq |
Hits:
Description: 东北大学机器人足球队决策系统设计.开发环境使用 VS.NET 2003
调试 DLL 程序方法: 启动 VS.Net 选择“工具”菜单,“调试进程”,选择机器人足球运行进程,点击“附加”,在机器人足球中运行需要调试的 DLL 策略库,
在相应的程序中设置断点,开始比赛,在条件满足时 VS.NET 会停止在断点处等待调试。-Northeastern University robot soccer team decision-making system design. Development environment using VS.NET 2003 debugging D LL procedures and methods : Start VS.Net choose "Tools" menu, "debugging process," Robot Soccer choice running process, click on the "plus" in robot soccer required for the operation of a testing strategy for the DLL. in the corresponding procedures set breakpoints, to start the game, the conditions were met VS.NET will stop waiting for the Department breakpoint debugging.
Platform: |
Size: 28064 |
Author: 伟 |
Hits:
Description: vs2005 dll 反编译工具 可以反编译vb.net C# 等
Platform: |
Size: 1096062 |
Author: 002 |
Hits:
Description: 在上个PicView上改造的例子程序,多文档查看图片,支持BMP和JPEG两种;重载Openfile对话框实现了选择文件预览功能;利用纯资源DLL支持多语言界面。工程是VS.net 2008生成的,没办法公司不给2003用啊。
Platform: |
Size: 210934 |
Author: 杨锴 |
Hits:
Description: 目录
第一篇 技术基础总结
第1章 .NET,你真的知道了吗
1.1 搞清自己是干什么的
1.2 .NET的几个特性
1.3 万丈高楼平地起:面试者必会
1.3.1 C#介绍
1.3.2 命名空间
1.3.3 C#语法格式要点
1.3.4 变量
1.3.5 类型推断
1.3.6 变量的作用域
1.3.7 常量
1.3.8 流程控制
1.3.9 字符串常见操作
1.3.10 几个常用的数学函数
1.4 .NET的面向对象之门
1.4.1 继承——“子承父业”
1.4.2 委托——“任务书”
1.4.3 事件——“年终分红”
1.4.4 反射——“解剖”
1.5 .NET开发几把小刀
1.5.1 using之多变身
1.5.2 @符号的妙用
1.5.3 预处理指令,有你更轻松
1.6 Visual Studio.NET 2008 实战
1.6.1 如何创建ASP.NET项目
1.6.2 如何创建Windows项目
1.6.3 Visual Studio.NET 2008操作与使用技巧
1.6.4 常见开发调试技巧
1.6.5 错误异常处理方法
本章常见技术面试题
常见面试技巧之面试前的准备
本章小结
第2章 细节决定成败
2.1 Equals()和运算符==的区别
2.2 const和readonly的区别
2.3 private、protected、public和internal的区别
2.4 sealed、new、virtual、abstract与override
2.5 abstract class与interface
2.6 公共变量与属性的区别
2.7 参数修饰符params、out和ref的区别
2.8 值类型和引用类型的区别
2.9 结构与类的区别
2.10 Dispose()和Close()、Finalize()的区别
2.11 string和StringBuilder有什么区别
2.12 Debug版本和Release版本的区别
本章常见技术面试题
常见面试技巧之细节决定成败
本章小结
第3章 ASP.NET开发大杂烩
3.1 页面生命周期
3.1.1 独立页面生命周期事件顺序
3.1.2 具有Master页的生命周期事件顺序
3.1.3 ASP.NET生命周期详解
3.2 页面状态管理
3.2.1 Cookie
3.2.2 HtmlInputHidden隐藏域
3.2.3 ViewState
3.2.4 查询字符串Request
3.2.5 Aplication对象
3.2.6 Session对象
3.2.7 示例项目:在线用户列表统计
3.3 服务器和客户端数据交互
3.3.1 页面数据绑定全攻略
3.3.2 Bind和Eval的区别
3.4 ASP.NET编程中的技巧
3.4.1 页面之间传值的7种方法
3.4.2 get与post方法的区别
3.4.3 ASP.NET服务器控件和HTML控件的区别
3.4.4 Server.Transfer和Response.Redirect的区别
3.4.5 刷新页面的方法汇总
3.4.6 页面事件控制
3.4.7 在URL中传递中文的解决方案
3.4.8 增强用户体验的一些技巧
3.4.9 XHTML与HTML的区别
3.5 打造自己的页面基类PageBase
本章常见技术面试题
常见面试技巧之如何做好自我介绍
本章小结
第4章 Windows窗体编程你也行
4.1 创建简单的WinForm项目
4.2 创建MDI窗体应用
4.3 获取应用程序路径信息
4.4 回车跳转控件焦点
4.5 窗体间传递复杂数据
4.5.1 构造传递
4.5.2 公有字段传递
4.5.3 委托与事件传递
4.6 实现个性化窗体界面
4.7 无标题窗体拖动的两种方法
4.8 让程序只启动一次——单实例运行
4.9 实现系统托盘和热键呼出
4.10 进程与多线程的区别
4.11 创建多线程应用程序
4.12 WinForm开发常见问题
4.12.1 如何设置运行时窗体的起始位置
4.12.2 如何使一个窗体在屏幕的最顶端
4.12.3 实现窗体渐显效果
4.12.4 设置窗口背景为渐变色
4.12.5 模态窗口和非模态窗口
4.12.6 屏蔽窗口右上角的关闭操作
4.12.7 调用执行外部的程序
本章常见技术面试题
常见面试技巧之经典问题巧回答
本章小结
第5章 数据库开发
5.1 ADO.NET与抽水的故事
5.1.1 ADO.NET的定义
5.1.2 趣味理解ADO.NET对象模型
5.1.3 进水笼头——建立Connection
5.1.4 抽水机——Command
5.1.5 输水管——DataAdapter
5.1.6 输水管——DataReader
5.1.7 随用随关,释放资源
5.1.8 水库管理——DataSet
5.1.9 水池子——DataTable
5.2 数据库操作类的封装详解
5.2.1 执行命令方法的封装
5.2.2 查询数据方法的封装
5.2.3 数据统计方法的封装
5.2.4 实现SqlParameter方式
5.2.5 实现多数据库的访问
5.3 常用经典SQL语句
5.4 事务处理
5.4.1 SQL和存储过程级别的事务
5.4.2 ADO.NET级别的事务
5.4.3 ASP.NET页面级别的事务
5.4.4 企业级服务COM+事务
5.4.5 System.Transactions 事务处理
5.5 Oracle开发常见问题
5.5.1 Oracle和SQL Server的常用函数对比
5.5.2 Oracle和SQL Server的语句区别
5.5.3 ASP.NET连接Oracle失败的解决方法
本章常见技术面试题
常见面试技巧之经典问题巧回答
本章小结
第6章 关于XML
6.1 XML概述
6.1.1 XML和HTML有什么区别
6.1.2 XML的优势
6.2 文档结构与基本语法
6.3 XML操作
6.3.1 XmlDocument创建XML文档
6.3.2 XmlTextWriter创建XML文档
6.3.3 XmlDocument读取XML文档
6.3.4 XmlTextReader读取XML文档
6.3.5 在HTML中显示XML中的数据
6.3.6 JavaScript获取XML内容
6.3.7 项目案例:通用自定义XML配置类
6.4 ADO.NET与XML
6.4.1 读XML文档到DataSet
6.4.2 DataSet转为XML文档
6.5 项目案例1:实现网站的RSS应用
6.6 项目案例2:在线实现RSS阅读器
本章常见技术面试题
常见面试技巧之经典问题巧回答
本章小结
第7章 Web Service开发详解
7.1 Web Service基本概念
7.2 Web Service的应用场景
7.3 创建简单的Web Service项目应用
7.4 Web Service属性介绍
7.5 ASP.NET如何调用Web Service
7.6 JavaScript如何调用Web Service
7.6.1 通过webbehavior.htc调用Web Service
7.6.2 通过Microsoft.XMLDOM调用Web Service
7.6.3 XMLHTTP POST调用Web Service
7.6.4 SOAP调用Web Service
7.7 WinForm如何调用Web Service
7.7.1 .NET的WinForm调用Web Service
7.7.2 手动发送HTTP请求调用Web Service
7.8 实现异步调用Web Service
7.9 如何保证Web Service的安全
7.9.1 通过SoapHeader来增强Web Service的安全性
7.9.2 采用SSL实现加密传输
7.9.3 访问IP限制
7.10 Web Service开发中需要注意的 问题
本章常见技术面试题
常见面试技巧之经典问题巧回答
本章小结
第8章 用户体验的杀手锏——Ajax
8.1 Ajax概述
8.1.1 什么是Ajax
8.1.2 Ajax技术的核心
8.1.3 Ajax的工作原理
8.1.4 Ajax的优点
8.1.5 Ajax的问题
8.1.6 Ajax适用场景
8.1.7 Ajax不适用场景
8.1.8 XMLHttpRequest开发实例
8.2 微软VS.NET的Ajax开发
8.2.1 安装ASP.NET 2.0 Ajax Extensions
8.2.2 创建ASP.NET Ajax应用程序
8.2.3 ScriptManager控件使用技巧
8.2.4 UpdaetPanel控件使用技巧
8.2.5 AsyncPostBackTrigger实现外部控件引发局部刷新
8.2.6 Ajax错误处理
8.2.7 告诉用户你正在做什么——UpdateProgress控件
8.2.8 ASP.NET AjaxControToolKit简介
8.3 使用第三方组件 Ajax.dll 开发
8.4 使用第三方组件AjaxPro的开发
8.5 使用第三方组件MagicAjax的开发
8.6 Ajax开发原则
本章常见技术面试题
常见面试技巧之经典问题巧回答
本章小结
第9章 系统与文件操作
9.1 获取系统信息
9.1.1 用SystemInformation类获取系统信息
9.1.2 用Environment 类获取系统信息
9.1.3 通过WMI获取系统信息
9.1.4 用RegistryKey 类读取系统信息
9.1.5 用API函数获取系统信息
9.1.6 获取系统服务信息
9.2 文件操作
9.2.1 StreamWriter类实现写文件
9.2.2 通过File类创建文件
9.2.3 通过FileStream类创建文件
9.2.4 通过FileInfo类创建文件
9.2.5 追加文本
9.2.6 读取文本文件
9.2.7 读写二进制文件
9.2.8 文件复制、移动、删除
9.3 文件夹目录操作
9.4 读写INI文件
9.5 读写注册表
本章常见技术面试题
常见面试技巧之经典问题巧回答
本章小结
第10章 网络应用开发
10.1 Socket基本编程
10.1.1 Socket基本知识
10.1.2 Socket服务端开发步骤
10.1.3 Socket客户端开发步骤
10.2 异步Socket通信——实现MSN机器人
10.2.1 机器人服务端
10.2.2 客户端实现步骤
10.3 基于TCP协议的客户端和服务端
10.3.1 TcpListener 实现网络服务端
10.3.2 TcpClient实现网络客户端
本章常见技术面试题
常见面试技巧之经典问题巧回答
本章小结
第11章 Windows Service开发
11.1 什么是Windows服务
11.2 创建Windows服务
11.3 Windows服务开发常见问题
11.4 安装/卸载Windows服务
11.4.1 安装Windows服务
11.4.2 卸载Windows服务
11.4.3 Windows服务应用程序体系结构
11.5 调试Windows服务
11.5.1 日志调试法
11.5.2 附加进程断点调试法
本章常见技术面试题
职场智慧之初入江湖
本章小结
第12章 新技术初探
12.1 WPF 421
12.1.1 WPF简介 421
12.1.2 WPF何以令人佩服 422
12.1.3 XAML概述 422
12.1.4 WPF开发环境配置 423
12.1.5 项目示例:开发一个简单的WPF应用程序 424
12.2 WCF 427
12.2.1 SOA是什么 427
12.2.2 WCF是什么 428
12.2.3 WCF的优势是什么 428
12.2.4 WCF开发环境 431
12.2.5 项目示例:订票服务WCF开发步骤 431
12.3 LINQ 440
12.3.1 LINQ的架构 441
12.3.2 传统的查询 441
12.3.3 LINQ查询实例 444
12.3.4 LINQ查询语法 448
本章常见技术面试题 449
职场智慧之学习方法 449
本章小结 450
第二篇 系统架构设计思想
第13章 面向对象思想
13.1 为什么要面向对象 454
13.2 什么是面向对象 456
13.3 面向对象的特点 458
13.3.1 封装 459
13.3.2 继承 459
13.3.3 多态 460
13.4 面向对象设计和开发实例 466
13.4.1 传统过程化设计实现播放器功能 466
13.4.2 基于面向对象设计实现播放器功能 467
13.4.3 面向对象封装、继承、多态的应用 468
13.4.4 设计模式、条件外置及反射技术的应用 471
13.5 面向对象分析(OOA)的方法 475
13.6 面向对象设计的原则 478
13.6.1 优先使用(对象)组合,而非(类)继承 478
13.6.2 针对接口编程,而非(接口的)实现 481
13.6.3 开放-封闭法则(OCP) 482
13.6.4 Liskov替换法则(LSP) 485
13.6.5 单一职责原则(SRP) 486
13.6.6 依赖倒置原则(DIP) 486
13.6.7 接口分离原则(ISP) 489
13.6.8 面向对象设计时需要注意的问题 490
本章常见技术面试题 491
本章小结 491
第14章 三层架构项目开发
14.1 什么是三层架构 494
14.1.1 常用的三层架构设计 494
14.1.2 趣味理解:三层架构与养猪 496
14.2 为什么要用三层架构 497
14.3 三层架构项目开发示例 500
14.3.1 数据库设计 500
14.3.2 创建整体解决方案 501
14.3.3 业务实体Model的实现 502
14.3.4 数据访问层的实现 504
14.3.5 业务逻辑层的实现 509
14.3.6 表示层的实现 510
14.4 实现基于工厂模式的三层架构 512
14.4.1 扩展新增数据访问层 512
14.4.2 IDAL抽象接口的实现 513
14.4.3 创建DAL对象的封装 517
14.4.4 实现抽象工厂模式 519
14.4.5 工厂模式的三层架构图 521
本章常见技术面试题 522
职场智慧之程序员的职业规划 523
本章小结 524
第15章 大型网站的性能优化与安全
15.1 高效C#编码优化 526
15.2 页面(HTML)优化的方法 534
15.3 ASP.NET开发性能优化 540
15.3.1 如没必要,尽量使用静态HTML页面 540
15.3.2 避免不必要的回送操作 541
15.3.3 尽量在客户端进行用户输入验证 541
15.3.4 关闭不必要的Session状态 542
15.3.5 优先使用HTML控件,而非服务器控件 542
15.3.6 不必要时关闭ViewState 542
15.3.7 禁用调试模式 543
15.4 系统缓存管理 543
15.4.1 缓存的分类 544
15.4.2 传统缓存方式 545
15.4.3 页面输出缓存 545
15.4.4 页面输出缓存API 548
15.4.5 页面局部缓存 549
15.4.6 应用程序数据缓存 554
15.4.7 文件缓存依赖 555
15.4.8 数据库缓存依赖 557
15.4.9 Memcached——分布式缓存系统 560
15.4.10 Cacheman——.NET架构下的分布式缓存项目 561
15.5 数据库访问性能优化 562
15.5.1 选择合适的.NET数据供应器 563
15.5.2 及时地关闭数据库连接 563
15.5.3 跟踪监视SQL Server当前链接池状态 564
15.5.4 善用数据库的存储过程 567
15.5.5 SqlDataRead和Dataset的选择 567
15.5.6 ExecuteNonQuery和ExecuteScalar的选择 568
15.5.7 数据的绑定DataBinder 568
15.5.8 使用DataReader的注意事项 568
15.5.9 Command对象的使用 569
15.5.10 反复地执行SQL语句用 Prepare() 569
15.5.11 分页的数据访问 570
15.5.12 SQL命令的优化 570
15.5.13 tempdb的使用技巧 572
15.5.14 使用视图代替跨库操作 572
15.5.15 尽量避免大事务操作 572
15.5.16 尽量避免使用游标 573
15.5.17 为你的表建立适当的索引 573
15.6 网站安全防护 573
15.6.1 什么是SQL注入式攻击 573
15.6.2 如何防范SQL注入式攻击 574
15.6.3 实现页面验证码 575
15.6.4 实现文件防盗链 579
15.6.5 采用HTTPS进行访问 584
15.7 IIS优化 584
15.7.1 如何监测IIS服务器并发数 584
15.7.2 采用Gzip压缩页面优化 585
15.7.3 网站应用程序池配置 588
15.8 网站架构优化策略 593
本章常见技术面试题 596
职场智慧之独善其身 596
本章小结 599
第16章 系统设计的原则和技巧
16.1 系统设计的一些原则 602
16.1.1 最适合的才是最好的 602
16.1.2 以不变应万变 603
16.1.3 可扩展性 603
16.1.4 可复用性 604
16.2 系统设计的常用方法 604
16.3 敏捷软件开发12条原则 608
16.4 系统架构师成长之路 611
本章常见技术面试题 615
职场智慧之职场政治 615
本章小结 616
第三篇 项目实战解析
第17章 权限角色管理项目解析
17.1 权限角色管理概述 620
17.2 项目概述 623
17.3 数据库设计 624
17.3.1 数据库实体关系模型 624
17.3.2 表结构设计 625
17.4 数据访问层 627
17.4.1 类设计 627
17.4.2 代码实现 629
17.5 业务逻辑层 629
17.5.1 类设计 630
17.5.2 扩展.NET Framework用户处理机制 632
17.6 接口调用与Web管理实现 638
17.6.1 Web.config配置 638
17.6.2 用户身份和权限验证 638
17.6.3 用户验证接口方式:权限验证用户控件 640
17.6.4 用户验证接口方式:页面基类 642
17.6.5 用户和角色权限的后台管理 644
职场智慧之如何提升自己在公司的价值 652
本章小结 653
第18章 单点登录系统的设计与实现
18.1 项目概述 656
18.1.1 名词定义 656
18.1.2 项目需求描述 656
18.2 业务流程设计 657
18.2.1 用户认证流程 657
18.2.2 安全验证流程 658
18.3 功能与接口设计 659
18.3.1 接*互设计 659
18.3.2 应用系统接口 660
18.3.3 认证服务器功能和接口 660
18.4 数据库设计 660
18.4.1 数据库实体关系模型 661
18.4.2 表结构设计 661
18.5 实现认证服务器 662
18.5.1 SSO解决方案 663
18.5.2 系统管理后台 664
18.5.3 用户通行证管理中心 665
18.5.4 认证服务器接口开发 673
18.6 应用系统接入接口开发 675
18.6.1 用户身份认证 675
18.6.2 接收状态同步 676
18.6.3 用户注销 678
18.6.4 更新认证服务器状态 679
18.7 接口封装及调用 679
职场智慧之晋升之道 682
本章小结 684
第19章 常用.NET开发工具介绍
19.1 源码版本管理:Visual SourceSafe 2005 686
19.1.1 安装和配置VSS 2005服务端 686
19.1.2 安装和配置VSS客户端 691
19.1.3 将项目加入VSS版本控制 692
19.1.4 客户端连接VSS 服务器获取源代码 694
19.1.5 设置VSS支持通过Internet访问 696
19.1.6 版本控制的几个概念 701
19.1.7 VSS项目权限管理 703
19.1.8 VSS数据备份 705
19.1.9 VSS 2005的使用规范 707
19.2 单元测试工具:NUnit 708
19.2.1 NUnit简介 708
19.2.2 手把手教你在.NET中应用NUnit 708
19.3 日志工具——Log4net 714
19.3.1 Log4net简介 714
19.3.2 使用步骤 717
19.3.3 单独配置文件的使用 719
19.4 代码规范检查工具:Microsoft Source Analysis for C# 721
19.5 生成文档注释工具:GhostDoc 723
19.6 反编译工具:Reflector for .NET 732
19.7 动软.NET代码生成器 733
19.8 帮助文档生成工具:Sandcastle 737
19.8.1 Sandcastle介绍 737
19.8.2 生成方式 738
19.8.3 具体生成步骤 740
本章小结 748
附录A 软件编码规范
A.1 概述 750
A.1.1 规范基本原则 750
A.1.2 术语定义 750
A.1.3 文件命名组织 750
A.2 代码外观 751
A.2.1 列宽 751
A.2.2 换行 751
A.2.3 缩进 751
A.2.4 空行 751
A.2.5 空格 752
A.2.6 括号——() 753
A.2.7 花括号——{} 753
A.3 程序注释 754
A.3.1 注释概述 754
A.3.2 文档型注释 755
A.3.3 类注释 755
A.3.4 单行注释 755
A.3.5 注释标签 756
A.4 声明 758
A.4.1 每行声明数 758
A.4.2 初始化 758
A.4.3 位置 758
A.4.4 类和接口的声明 759
A.4.5 字段的声明 759
A.5 命名规范 759
A.5.1 命名概述 759
A.5.2 大写规则 760
A.5.3 缩写 761
A.5.4 命名空间 761
A.5.5 类 762
A.5.6 接口 762
A.5.7 属性(Attribute) 763
A.5.8 枚举(Enum) 763
A.5.9 参数 763
A.5.10 方法 764
A.5.11 属性(property) 764
A.5.12 事件 765
A.5.13 常量(const) 766
A.5.14 字段 767
A.5.15 静态字段 768
A.5.16 集合 768
A.5.17 措词 768
A.6 语句 769
A.6.1 每行一个语句 769
A.6.2 复合语句 769
A.6.3 return语句 769
A.6.4 if、if-else、if else-if语句 770
A.6.5 for、foreach 语句 770
A.6.6 while语句 771
A.6.7 do-while语句 771
A.6.8 switch-case语句 771
A.6.9 try-catch语句 772
A.6.10 using块语句 772
A.6.11 goto语句 772
A.7 其他 773
A.7.1 表达式 773
A.7.2 类型转换 773
A.8 匈牙利命名法 773
A.9 控件命名规则 774
A.9.1 一般命名方法 774
A.9.2 主要控件名简写对照表 774
Platform: |
Size: 7456954 |
Author: jackws@tom.comjackws |
Hits:
Description: C#编写的高级smtp客户端,控制台程序,可自行改写为Windows程序,功能齐全,除了基本的发件人地址,收件人地址(可以指定多个收件人,目前程序中设定为10个,可自行更改),主题,内容外,还能发附件(能发多个附件),能指定优先级别,能指定按HTML或TEXT发送,能指定发件人名称。一共有五个文件,MailAttachments.cs是负责处理附件的,MailMessage.cs是负责处理邮件消息的,SmtpMail.cs是负责联系SMTP服务器的,SmtpServerHelper.cs是主要的文件,负责与SMTP服务器交互并发送邮件,TestSmtpMail.cs是测试该SMTP客户端用的。可以用户将VS.NET 2003将各个文件添加到一个工程中后进行编译调试,也可分别把前四个文件编译成DLL(注意先后顺序和相互引用),然后把TestSmtpMail.cs编译成EXE后运行进行测试。-C# prepared by the High smtp client, console procedures, may rewritten for Windows programs, a full range of functions, in addition to the address of the sender, the recipient address (you can specify a number of the addressee, the current procedures set for 10, can make changes), the theme, the content, but also the annex (Annex can be made more), will appoint a priority level, can designated by HTML or TEXT sent, the sender can be designated name. A total of five papers MailAttachments.cs are responsible for the annex, MailMessage.cs is responsible for handling e-mail messages. SmtpMail.cs is responsible for liaising SMTP server, SmtpServerHelper.cs is the main document, with interactive SMTP server and send mail, TestSmtpMail.cs is to test the SMTP client use. Users will be VS.NET 200
Platform: |
Size: 19456 |
Author: |
Hits:
Description: opengl做为一款强大的3D API,渲染速度快,效率高。可以为我们实现自己的3D世界。
本程序使用了glut库(下载到http://www.xmission.com/~nate/glut.html),他不仅包含了gl.h,
glu.h
glaux.h还扩充了一些其他高级的功能。所以在我们以后的程序中,只需包含glut.h头文件。
实现细节请下载源代码,熟悉opengl编程的朋友可以从代码中看出,在AX中实现opengl跟在普通应用程序中是一致的。
glut库的安装
目前的glut库是glut-3.7.6.包含glut.h,glut32.lib,glut32.dll
把glut.h放到 vc的include目录中
把glut32.lib放到vc的lib目录中
把glut32.dll放到system32下
对于vs.net include和lib在..\vc7\platformSDK下
参考资料
nehe.gamedev.net 特别经典的opengl教程
www.codeguru.com
-opengl as one powerful 3D API, rendering speed, high efficiency. We can achieve our 3D world. The procedures for the use of a glut (download http://www.xmission.com/ ~ nate/glut.html), he embodies gl.h, glu.h glaux.h has also expanded the number of other senior function. So in our future proceedings, just include glut.h headers. Implementation details please download the source code, the programming opengl familiar friends can see from the code in AX achieve opengl application with the ordinary procedure is the same. Glut library installation for the current glut of glut- 3.7.6. Included glut.h, glut32.lib, glut32.dll put into vc glut.h include the directory into vc glut32.lib put the lib directory put into glut32.dll for system32 vs.net include and lib in .. \ vc7 \ platformSDK under s
Platform: |
Size: 132096 |
Author: 周立 |
Hits:
Description: opengl做为一款强大的3D API,渲染速度快,效率高。可以为我们实现自己的3D世界。
本程序使用了glut库(下载到http://www.xmission.com/~nate/glut.html),他不仅包含了gl.h,
glu.h
glaux.h还扩充了一些其他高级的功能。所以在我们以后的程序中,只需包含glut.h头文件。
实现细节请下载源代码,熟悉opengl编程的朋友可以从代码中看出,在AX中实现opengl跟在普通应用程序中是一致的。
glut库的安装
目前的glut库是glut-3.7.6.包含glut.h,glut32.lib,glut32.dll
把glut.h放到 vc的include目录中
把glut32.lib放到vc的lib目录中
把glut32.dll放到system32下
对于vs.net include和lib在..\vc7\platformSDK下
-opengl A powerful as the 3D API, playing up speed, high efficiency. We can realize their 3 D world. The procedures for the use of the glut (download to http :// www.xmission.com/ ~ nate/glut.html) He not only includes gl.h, glu.h glaux.h also expanded some other senior function. So in our future proceedings, just include glut.h headers. Implementation details please download the source code, programming opengl familiar friends can see from the code, AX in achieving opengl application with the ordinary procedure is the same. Glut for the installation of the current glut is the glut- 3.7.6. Glut.h included, glut32.lib. glut32.dll put into vc glut.h include the directory put glut32. vc lib into the lib directory put into system32 under glut32.dll for vs . net include and lib in .. \ vc7
Platform: |
Size: 132096 |
Author: xian |
Hits:
Description: 主要功能:
后台纪录键盘输入,包括中文内容,记录到指定文件。
开发环境
VS.net 2005
源代码说明:
KeyHookDll目录 为DLL源代码,通过键盘钩子和输入法钩子获取键盘输入内容
LogCmd目录 为应用程序源代码,通过调用KeyHookDll.dll的接口来实现具体功能-main functions : background records keyboard input, including Chinese, recorded in the specified documents. Development Environment VS.net 2005 source code : KeyHookDll DLL directory of the source code, Hook and keyboard input methods hook access to the keyboard input as LogCmd directory for the application source code, By calling KeyHookDll.dll interface to achieve specific functions
Platform: |
Size: 13312 |
Author: islq |
Hits:
Description: 东北大学机器人足球队决策系统设计.开发环境使用 VS.NET 2003
调试 DLL 程序方法: 启动 VS.Net 选择“工具”菜单,“调试进程”,选择机器人足球运行进程,点击“附加”,在机器人足球中运行需要调试的 DLL 策略库,
在相应的程序中设置断点,开始比赛,在条件满足时 VS.NET 会停止在断点处等待调试。-Northeastern University robot soccer team decision-making system design. Development environment using VS.NET 2003 debugging D LL procedures and methods : Start VS.Net choose "Tools" menu, "debugging process," Robot Soccer choice running process, click on the "plus" in robot soccer required for the operation of a testing strategy for the DLL. in the corresponding procedures set breakpoints, to start the game, the conditions were met VS.NET will stop waiting for the Department breakpoint debugging.
Platform: |
Size: 27648 |
Author: 伟 |
Hits:
Description: vs2005 dll 反编译工具 可以反编译vb.net C# 等
Platform: |
Size: 1095680 |
Author: 002 |
Hits:
Description: 在上个PicView上改造的例子程序,多文档查看图片,支持BMP和JPEG两种;重载Openfile对话框实现了选择文件预览功能;利用纯资源DLL支持多语言界面。工程是VS.net 2008生成的,没办法公司不给2003用啊。-PicView on in the last example of the transformation process, multi-document view pictures, BMP and JPEG support two overloaded realize the openFile dialog box select the file preview feature the use of pure resource DLL to support multi-language interface. VS.net 2008 project is generated, no way the company does not use the 2003 ah.
Platform: |
Size: 210944 |
Author: 杨锴 |
Hits:
Description: 本程序修改自飞天BBS 7.0
将原来的ASP语法迁移为ASP.NET并封装成DLL
ASP.NET相对ASP有更快的执行效率以及更高的并发访问量
基于ASP.NET的DLL可以运行在支持ASP.NET的虚拟**上,不需要注册DLL,更新DLL也不需要重起IIS
本程序采用了Web.Config文件的HttpHandlers机制,不需要明文的ASPX文件
VBSource目录为ASP.NET程序的源代码,不需要上传到Web服务器
WebFolder目录为上传到Web服务器的虚拟目录,没有源代码,只有DLL和其他的图片资源
可使用VS.NET 2005打开工程,修改当中的源代码并重新生成DLL
修改内容需要安装Visual Studio.NET 2005开发环境,在运行的服务器上需要开通ASP.NET2.0服务-This procedure modified from the original BBS 7.0 Feitian the ASP to ASP.NET migration grammar and packaged into a DLL ASP.NET relative ASP has faster performance and higher volume of concurrent accesses the DLL based on ASP.NET can run in support of ASP.NET virtual** up, do not need to register DLL, update DLL does not require re-starting IIS This procedure uses Web.Config file HttpHandlers mechanism does not require explicit VBSource the ASPX file directory for the ASP.NET source code do not upload them to Web server WebFolder directory is uploaded to the Web server' s virtual directory, there is no source code, only the DLL and other resources available for picture VS.NET 2005 to open the project, the amendment of the source code and re-generated DLL to amend content need to install Visual Studio.NET 2005 development environment, running on the server need to open ASP.NET2.0 Service
Platform: |
Size: 7179264 |
Author: 阮之 |
Hits:
Description: ompiling
--- ---
If you re not using the VS.NET IDE, this command will compile the project:
vbc -debug- -removeintchecks+ -optimize+ /target:winexe -r:system.dll,system.windows.forms.dll,system.drawing.dll dde.vb DDEwindow.vb
If you re using the VS.NET IDE, the project should build successfully :-)
-ompiling
---------
If you re not using the VS.NET IDE, this command will compile the project:
vbc-debug--removeintchecks+-optimize+ /target:winexe-r:system.dll,system.windows.forms.dll,system.drawing.dll dde.vb DDEwindow.vb
If you re using the VS.NET IDE, the project should build successfully :-)
Platform: |
Size: 11264 |
Author: Nik143532 |
Hits:
Description: VS.net webform Jmail 一个邮件客户端-VS.net webform Jmail a mail client
Platform: |
Size: 6064128 |
Author: mynacky |
Hits:
Description: 本实例是触摸屏的手写笔程序实例
采用VS.net 2005 C#基于wince5.0的实例-This example is the touch screen with the stylus application instance using VS.net 2005 C# examples on wince5.0
Platform: |
Size: 61440 |
Author: lichuanlong |
Hits:
Description: 在VS2005里的引用里引入IrisSkin2.dll文件,再在工具箱里点右键—>选择项—>浏览—>添加进入IrisSkin2.dll文件,然后在上边的.Net Framework组件里找到SkinEngine,打上勾,确定,然后在工具箱里把这个SkinEngine拖到form框架上,再启动项目就可以了.-In a reference in VS2005 in the introduction IrisSkin2.dll file, then right click in the toolbox-> Choose Items-> Browse-> Add into IrisSkin2.dll file, and then on top of. Net Framework components found SkinEngine, check mark OK, and then in the toolbox onto the form to the SkinEngine frame, and then start the project on it.
Platform: |
Size: 3572736 |
Author: mxhbj |
Hits: