-
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
-
stm32_EPP_LPT
说明: 利用stm32f4系列的微处理器模拟电脑的并口通信,实现数据的传输等功能。(using stm32f4XX to complete the comunication with PC.)
- 2021-03-15 18:59:22下载
- 积分:1
-
HardwareShadowMap
NVIDIA实现硬件阴影贴图的源代码
需要硬件支持DX8.1的显卡。(NVIDIA hardware shadow mapping of the source code necessary hardware support 24x graphics.)
- 2006-07-06 15:02:58下载
- 积分:1
-
基于OpenDWG Toolkit访问AutoCAD DWG图形文件
说明: AutoCA D D W G 图形文件结构,针对其复杂的数据格式提供了一种基于O penD W G T oolkit
直接访问D W G 图形文件的方法, 并给出了部分 C + + 实现代码(According to the structure of AutoCA's DWG graphics file, a kind of opendwg toolkit based on its complex data format is provided
The method of accessing DWG graphic file directly, and some C + + implementation codes are given)
- 2020-06-15 12:35:34下载
- 积分:1
-
rxjh
热血江湖服务端C++源代码vs8应用程序向导已为您创建了这个 GameServer 应用程序。
此文件包含组成 GameServer 应用程序
的每个文件的内容摘要。
(RXJH_source)
- 2009-05-18 00:25:08下载
- 积分:1
-
8-30
说明: C sharp程式.
可自動排列撲克牌順序,並比大小.(C sharp code. Can be automatically arranged in order of playing cards, and more than size.)
- 2010-04-30 21:15:17下载
- 积分:1
-
jishuqi
大家都认为用SDK做非常难,就是建立框架然后再对框架进行消息处理。 跟Windows自带的计数器很类似,在这里和各位WIN32 SDK爱好者交流交流。(We all think that is very difficult to do with the SDK is to establish a framework and then right framework for message processing. Windows comes with a counter is very similar to VC lovers here and you exchange exchanges.)
- 2016-04-29 19:01:08下载
- 积分:1
-
cocos3d-0.7.1
非常流行的iOS 下的 3d 开发引擎。
- 2020-09-12 13:38:00下载
- 积分:1
-
gps
GPS卫星坐标计算,通过卫星星历表数据的参数传递来计算卫星坐标(GPS satellite coordinates calculated parameters passed via satellite ephemeris data to calculate the satellite coordinates)
- 2012-10-20 17:55:25下载
- 积分:1
-
CoordConvert-master
说明: 基于C#开发的大地坐标转换程序,程序功能包括空间坐标、经纬度坐标的七参数、四参数转换以及高斯投影正反算。(Based on the program of geodetic coordinate transformation developed by C#, the function of the program includes the conversion of seven parameters, four parameters of spatial coordinates, longitude and latitude coordinates, and the forward and backward calculation of Gauss projection.)
- 2020-05-13 11:35:23下载
- 积分:1