-
xml-write
c# .net ,使用XmlDocument,实现xml的写入。(c#. net, using XmlDocument, implement xml writes.)
- 2013-09-28 16:40:21下载
- 积分:1
-
DotNETFrameworkEssentials
程序员将会非常喜欢.NET框架精髓这本书,这本书用简练的语言系统、彻底的讲解了使用.NET框架创建网络应用程序和网络服务所必须了解的技术细节。和其他一些类似文档不同的是,这本书减掉了很多夸大其词或者不相关的杂音,从而提供了清晰、使用的技术知识。(programmers will be very fond of.NET framework essence of this book, this book with concise language, thorough presentation use.NET framework for creating network applications and network services to be aware of the technical details. And other similar documents is different is that this book lose a lot of exaggeration or not related to the noises. thus providing a clear, the use of technical knowledge.)
- 2007-04-12 14:51:59下载
- 积分:1
-
APDL-for-Flange-Stress-Analysis
螺栓、法兰、垫片系统ANSYS应力分析APDL命令流程序(ANSYS stress bolts, flanges, gaskets APDL command flow system analysis program)
- 2020-09-05 19:08:06下载
- 积分:1
-
kelijinchazhi
运用ArcEngine 10.2 功能库,实现点数据进行克里金差值并保存差值结果的功能(Use ArcEngine 10.2 function library that implements the data point kriging difference and save the difference between the results of the function)
- 2017-03-03 11:22:34下载
- 积分:1
-
cadtomagpis
详细介绍cad转mapgis的过程及方法。(Cad details mapgis to the process and methods.)
- 2009-04-08 15:09:28下载
- 积分:1
-
DotNetSkin
说明: vb.net 界面自定义主题控件。破解版(vb.net interface custom theme control.)
- 2010-03-25 09:00:53下载
- 积分:1
-
HX8368-A_AN_v01_090727
最新发布的 lcdic hx8368 用于手机屏幕的控制芯片(The latest release of lcdic hx8368 screen controller chip for mobile phones)
- 2010-03-03 12:49:24下载
- 积分:1
-
青岛租车企业网站源码
说明: E:
- 2020-06-18 06:20:01下载
- 积分:1
-
Online-calendar-notepad
在线日历记事本,使用.net自带控件,实现基本的按日历记事功能。(Online calendar notepad use. Net own control, to achieve the basic functions by calendar notes.)
- 2013-07-29 11:29:15下载
- 积分:1
-
WindowsServices
Simple Windows Services
Describe Windows Service under Visual Studio
Introduction
As a matter of fact Microsoft Windows services, formerly known as NT services enable you to create long-running executable applications that run in its own Windows session, which then has the ability to start automatically when the computer boots and also can be manually paused, stopped or even restarted.
This makes services ideal for use on a server or whenever you need long-running functionality that does not interfere with other users who are working on the same computer. You can also run services in the security context of a specific user account that is different from the logged-on user or the default computer account.
Windows services don抰 have any interface to the user, so it can not be debugged like any regular application, but it抯 debugged as a process. .NET has a very nice tool that enables processes debugging while it抯 in the run status, by easily pressing Ctrl + Alt + P shortcut.
(Simple Windows Services
Describe Windows Service under Visual Studio
Introduction
As a matter of fact Microsoft Windows services, formerly known as NT services enable you to create long-running executable applications that run in its own Windows session, which then has the ability to start automatically when the computer boots and also can be manually paused, stopped or even restarted.
This makes services ideal for use on a server or whenever you need long-running functionality that does not interfere with other users who are working on the same computer. You can also run services in the security context of a specific user account that is different from the logged-on user or the default computer account.
Windows services don抰 have any interface to the user, so it can not be debugged like any regular application, but it抯 debugged as a process. .NET has a very nice tool that enables processes debugging while it抯 in the run status, by easily pressing Ctrl+ Alt+ P shortcut.
)
- 2009-06-29 05:15:08下载
- 积分:1