摘要: CuteEditor 6.0 在线HTML编辑器的领航者 ComponentArt.Charting.WebChart.dll ComponentArt Web.UI 2008.1源码+... 阅读全文
posted @ 2008-11-07 23:53 TONYBINLJ 阅读(448) 评论(0) 推荐(0) 编辑
摘要: 名称:快速入门 地址:http://chs.gotdotnet.com/quickstart/ 描述:本站点是微软.NET技术的快速入门网站,我们不必再安装.NET Framework中的快速入门示例程序,直接在网上查看此示例即看。 名称:微软官方.NET指导站点 地址:http://www.gotdotnet.com/ 描述:上面的站点是本站的一个子站点,本站点提供微软.NET官方信息,并且... 阅读全文
posted @ 2008-11-07 14:14 TONYBINLJ 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 一、.NET框架 开发人员应该熟悉.NET FrameWork体系结构和基本原理,熟悉CLR(公共语言运行时)和MSIL(中间语言),熟悉.NET框架中的委托、线程、序列化、集合、垃圾回收机制、反射等内容。 二、面向对象软件开发 开发人员应该熟悉面向对象软件开发(OOP)基本概念,熟悉面向对象软件开发中的类、继承、封装、多态等概念,具备良好的面向对象软件开发思想和设计原则。 不论是... 阅读全文
posted @ 2008-11-07 14:01 TONYBINLJ 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 如果利用C#获取系统有关环境和属性,这个也是在网上问得比较多的问题,不过大部分只有提问没有回答,最近正好想做有关方面的东西,整理了一下,提供给大家,希望能给大家提供参考意见: 首先需要定义几个结构(struct) ,便于DllImport作为返回参数调用。以下是代码: CpuInfo.cs using System; using System.Configuration; using Sys... 阅读全文
posted @ 2008-11-07 13:53 TONYBINLJ 阅读(284) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> 1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.IO; ... 阅读全文
posted @ 2008-11-07 13:52 TONYBINLJ 阅读(248) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> 1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.Servi... 阅读全文
posted @ 2008-11-07 13:50 TONYBINLJ 阅读(234) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> 1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.Diagn... 阅读全文
posted @ 2008-11-07 13:48 TONYBINLJ 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 这是一个获取系统所有服务的程序 核心代码: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->using System; using System.Collections.Generic; using System.Data.Sql; us... 阅读全文
posted @ 2008-11-07 13:42 TONYBINLJ 阅读(463) 评论(0) 推荐(0) 编辑
摘要: Rundll32.exe是什幺?顾名思意,“执行32位的DLL文件”。它的作用是执行DLL文件中的内部函数,这样在进程当中,只会有Rundll32.exe,而不会有DLL后门的进程,这样,就实现了进程上的隐藏。如果看到系统中有多个Rundll32.exe,不必惊慌,这证明用Rundll32.exe启动了多少个的DLL文件。当然,这些Rundll32.exe执行的DLL文件是什幺,我们都可以从系统自... 阅读全文
posted @ 2008-11-07 13:38 TONYBINLJ 阅读(339) 评论(0) 推荐(0) 编辑