Welcome![Sign In][Sign Up]
Location:
Search - windows service CSharp

Search list

[Search Enginewindows应用程序版的google搜索引擎源码

Description: 很多时候感觉用www.google.com搜索网站挺麻烦的,查阅MSDN的知识库后用C#写了这个windows应用程序版的google搜索引擎,主要调用了google开放出来的web service,不过搜索时速度还不是很快,但至少省去了右键[在新窗口中打开]的麻烦,以下是程序的源码. -often feel www.google.com search site with a very troublesome to access the knowledge base after MSDN C# to write this application windows version of the Google search engine, Google called the opening of web service, but a search speed is not fast, but at least saved the right [in the new window opens] trouble, the following procedure is the source.
Platform: | Size: 4096 | Author: | Hits:

[CSharp(code)VisualCSharpBaseOfComponent

Description: Visual C#基于组件的开发,包括WEB组件,WEB服务,WINDOWS服务组件,企业级组件,多线程组件-Visual C# component-based development, including Web components, Web services, WINDOWS service components, enterprise-class components, multi-threaded components
Platform: | Size: 1604608 | Author: demon | Hits:

[CSharpWindowsService1

Description: CSharp windows timer
Platform: | Size: 15360 | Author: yisun | Hits:

[CSharpPPClient

Description: 一个用于智能手机上的联网的数据管理的终端程序,运行平台Windows mobile 5,基于Web service的数据收集,并具有自动更新功能。-One for the smart phones on the interconnection of the terminal data management procedures, operating platform Windows mobile 5, based on Web service data collection, and have the automatic update feature.
Platform: | Size: 32768 | Author: wangtao | Hits:

[CSharpjingtongCSharpshujuku

Description: 本书通过大量的典型实例,循序渐进地介绍了使用Visual C# .NET 2003开发数据库应用程序的方法和技巧。全书共8章,第1章介绍了.NET平台数据库编程与ADO.NET的基础知识,第2~8章通过7个具体案例的设计与实现,详细地介绍了运用C#语言进行数据库编程的方法。 本书选材新颖,案例由浅到深,内容完整,涵盖了Windows窗体的数据库编程和Web窗体的数据库编程,以及XML Web Service等高级应用,是一本易懂、实用、极具参考价值的实例教程。本书主要面向有一定CSharp语言编程基础、准备学习CSharp数据库编程或者想提高CSharp编程技巧的读者-err
Platform: | Size: 17126400 | Author: 范中浩 | Hits:

[Windows DevelopDynWinServiceInstaller_SourceCode

Description: 一个用来安装windows服务程序的源码!-Used to install a windows service program source code!
Platform: | Size: 215040 | Author: caowei | Hits:

[CSharpCareEye

Description: 我自已写的windows服务程序,用c#编写,程序加入服务后,定时提醒放松眼睛,离开电脑休息一会儿-I have written in their own windows service program, with c# Prepared, the program joined the service, from time to time to remind relax the eyes, a short break away from your computer
Platform: | Size: 23552 | Author: 张志文 | Hits:

[Windows DevelopIntelligentUpdate

Description: 基本C/S架构的通用智能升级程序,使用Windows自带的Automatic Updates服务-The basic C/S structure of the generic smart upgrade procedures, use Windows built-in Automatic Updates service
Platform: | Size: 506880 | Author: chenxinmiao | Hits:

[Windows MobileMoblileWebServices

Description: 这是在Windows Mobile 上进行开发的Web Service 源码.演示了在Windows Mobile 上怎样访问Web Service.-This is in Windows Mobile on the development of the Web Service source. Demonstration in the Windows Mobile on how to access Web Service.
Platform: | Size: 41984 | Author: yulinlu | Hits:

[Windows DevelopwindowService

Description: windows服务实例 Service windows服务实例 Servicewindows服务实例 Service-Examples of windows service Service windows service instance Servicewindows service instances Service
Platform: | Size: 65536 | Author: kyle | Hits:

[OS programMalwareDetectAndEmailService

Description: 一个windows服务程序,用来从数据库读取url,检测是不是含有木马-A windows service program, used to read from the database url, detection is not a Trojan horse containing
Platform: | Size: 221184 | Author: 20070303 | Hits:

[CSharpWith_tray_control_windows_services_csharp_implemen

Description: 本程序是用c#实现托盘控制windows服务,功能较完善。-This procedure is used to control c# implementation tray windows Service, function better.
Platform: | Size: 1024 | Author: stu | Hits:

[CSharpwenkong

Description: 机房温度报警系统,通过短信通知,系统后台自动运行(windows服务).-Room temperature alarm system, through the SMS notification, the system automatically run the background (windows service).
Platform: | Size: 448512 | Author: 纪纲 | Hits:

[Windows MobileMyWeatherApp

Description: 基于windows mobile、XML和Web Service的天气预报系统源码,由本人开发测试,对从事相关的系统设计具有较好的参考价值!-Based on windows mobile, XML and Web Service source of weather forecasting system, developed by me and testing related to system design has a good reference value!
Platform: | Size: 416768 | Author: 王涛 | Hits:

[.netWindowsServices

Description: 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.
Platform: | Size: 188416 | Author: Eds | Hits:

[Compress-Decompress algrithmsControlService

Description: windows服务 控制程序,有安装、启动windows服务等功能-windows service control program, there are installed, start the windows service etc.
Platform: | Size: 71680 | Author: 曾先生 | Hits:

[ApplicationsASP.NETRestarant

Description: 酒店客房集餐饮管理系统.采用ASP.NET技术,以Windows XP为平台,Microsoft SQL Server 2005为设计环境,构建基于Web数据库的动态服务系统.主要模块 客房管理和餐饮管理,具备客房查询,客房状态,客房分类,价客房格,客户入住,菜单,客户点菜,账单,结账(折扣)等功能.-Hotel room set dining management system. Using ASP.NET technology to Windows XP as a platform, Microsoft SQL Server 2005 for the design of the environment, to build a database of dynamic Web-based service system. The main room management and catering management module, with room information, room status , room classification, price Georgia room, the customer admitted, menus, customer ordering, billing, checkout (discount) and other functions.
Platform: | Size: 75776 | Author: 417 | Hits:

[CSharpqydoc2.7

Description: 一、系统特点: 1、强大文件上传:普通浏览器上传支持单个电子文档最大2G,浏览器ActiveX插件上传支持单个电子文档最大4G。支持多文件批量上传、断点续传、进度显示上传。 2、超强易用性能:采用BS(浏览器/服务器)模式服务,类WINDOWS操作方案,即使仅会用鼠标的用户也可在无培训情况下快速应用。加强版OFFICE文件的在线编辑和版本管理能力提供强大、丰富、有效的公文处理能力。 3、应用安全可靠:具有灵活的权限分配机制和文档管理体系,提供多层次安全解决方案,最大限度保护了用户关键信息和文件的可靠管理与应用。 4、组织结构:可动态添加管理公司名称、部门结构、工作组、用户,按照本公司的结构组织出来,方便文件按部门或用户流传签收。 5、完美兼容性:兼容firefox等非IE浏览器。 6、海量电子文档存储:支持单服务器多分区、多硬盘、多服务器分布式数据存储,轻松实现海量电子文档的存储服务,支持硬件存储存储平台。 -First, the system features: 1, a powerful file upload: normal browser upload electronic documents to support the largest single 2G, ActiveX plug-in browser upload electronic documents to support the largest single 4G. Support batch multi-file upload, HTTP, upload progress display. 2, super easy to use properties: BS (browser/server) mode service, the class WINDOWS operating plans, even if only the user with the mouse can also be the case in the absence of rapid application training. OFFICE enhanced version of the file on-line editing and management capabilities provide a powerful, rich, effective document processing capabilities. 3, the application of safe and reliable: a flexible allocation mechanism and document rights management system, providing multi-layered security solutions that maximize the protection of critical information and documentation of user management and application reliability. 4, the organizational structure: can be added dynamically manage the company nam
Platform: | Size: 2612224 | Author: IRyan | Hits:

[OtherDYCom

Description: DYCom全称(DY Communication)是一套跨平台的通信套件,产品包括服务器端组件和各客户端组件.让开发者高效地开发多人应用及游戏. 该开发套件主要让使用者可以快速开发多玩家游戏,各种回合制游戏和实时游戏都可以胜任。 DYCom 的客户端支持库有:Silverlight,Winform,Windows mobile,Flash AS3.0, Android. 版权所有:黎东海-Message service, supports a variety of platforms, network protocols, http, tcp ...
Platform: | Size: 663552 | Author: lampson | Hits:

[CSharpcsharp

Description: C#高级编程 第2版 本书为一本综合性C#的图书,第一章 .NET结构, 第二章 c#简介,第三章 c#基础,第四章 类和继承,第五章 面向对象的c#语言,第六章 C#的高级论题,第七章 c#和基类, 第八章 在.NET环境中编程,第九章 windows应用程序,第十章 装配件,第十一章 .NET的数据访问,第十二章 查看.NET的数据,第十三章 XML,第十四章 文件和注册表制作,第十五章 使用Active Directory,第十六章 ASP.NET页面,第十七章 Web服务 第十八章 定制控件,第十九章 COM的互操作性 ,第二十章 COM+服务,第二十一章 会用GDI+绘图,第二十二章 访问Internet,第二十三章 带有.NET Remoting的分布式应用程序 第二十四章 windows服务 第二十五章 .NET的安全性-This book is a comprehensive C# books, chap. NET architecture, c# Introduction Chapter II, Chapter III c# base class and inherit Chapter IV, Chapter V c# object-oriented languages​ ​ , the sixth chapter of C# senior thesis, and Chapter VII c# base class, in Chapter VIII. NET programming environment, Chapter windows application, chapter assembly, Chapter XI. NET data access, see Chapter XII. NET data, Chapter XIII XML, making files and registry XIV, Chapter XV using Active Directory, ASP.NET page Chapter XVI, Chapter XVII Chapter XVIII custom controls Web services, the tenth IX COM interoperability, Chapter COM service, twenty-first chapter will use GDI drawing, Chapter XXII access the Internet, with twenty-three chapters. NET Remoting twenty-fourth of distributed applications Chapter XXV windows service. NET security
Platform: | Size: 35188736 | Author: fangwei | Hits:
« 12 »

CodeBus www.codebus.net