搜索资源列表
daemon.c
- 使程序后台运行的例子
softhy859
- 本程序是一套文章管理系统,里面加入了留言、会员、链接、投票等功能. 初始后台管理地址:POPadmin/ 用户名:admin 密码:bkye.com-this program is a set of articles management system, joined the voice inside, Member, links, voting function. initial management background Address : POPadmin / user : admin
ppe
- 后台密码截获程序源代码-background password intercepted source code
studentxit
- 学生档案管理系统 后台数据库使用SQL Server,前台开发工具使用Visual Basic。 本系统采用目前比较流行的ADO数据访问技术,并将每个数据库表的字段和操作封装到类中,从而成功地将面向对象的程序设计思想应用到数据库应用程序设计中。这也是本系统的特色和优势-student files background database management system using SQL Server, future development tool Visual Basic. Th
20078211072706
- 邮件收发的后台程序
girlsupport.tar
- 一个公关系统的后台程序-system of a public relations background procedures
serverExt.tar
- 公关系统服务器后台程序-public relations background process servers
后台自动执行任务
- 这是一个利用Delphi提供的系统服务类制作的后台服务程序,演示了定时备份文件的功能。注册服务的方法,在Delphi的Run parameters对话框中输入“/install”,然后运行代码。卸载输入“/uninstall”,然后运行代码。-This is a Delphi system services provided by the class production services for the background, demonstrated a regular backup fil
Shutdown.rar
- 定时关机程序,包括后台运行的服务程序及界面设置程序,shutdown windows on setting time
php-5.3.6.tar
- 这是WINDOWS线程安全版本。PHP是一种新型的CGI程序编写语言,易学易用,运行速度快,可以方便快捷地编写出功能强大,运行速度快,并可同时运行于 Windows、Unix、 Linux平台的Web后台程序, 内置了对文件上传、密码认证、Cookies操作、邮件收发、动态GIF生成等功能,PHP 直接为很多数据库提供原本的连接,包括Oracle、Sybase、Postgres、Mysql、Informix、Dbase、Solid、 Access等,完全支持 ODBC接口,用户更换平台时,无需变
VBbkgndgetcolor
- VB后台获取指定句柄窗口内某点的颜色源码 对于编写程序软件,游戏辅助,有着很大的帮助-VB background for the specified window handle to the color of a point source for the programming software, games, assistance, have a great help
shell
- 完成linux下的shell功能。 实现自己的shell,实现了pipe,进程调度等功能。以及后台程序的显示。-implemented the shell in linux . with the technology pipe , scheduled of processus.
myshell
- 应用UNIX的fork()等系统调用,编写一个c程序具有以下功能: a) 实现Shell的基本功能,包括有:打印提示符;接受和分析命令行(滤去无效的空格、tab符号以及换行符等);执行命令(要有出错处理;输入exit或者bye退出);返回父进程; b) 处理后台程序(不需要wait) c) 处理多行命令(分析命令行中的‘ ’并处理之) d)应用 dup(), pipe()系统调用具有输入输出重定向以及管道功能;-Application of UNIX s fork () system call,
police_service
- delphi 编写的后台服务程序, 可以定时重启 系统服务,比如tomcat服务, 服务名和启动规则可以由用户定义 -delphi service program ,restart system service ,user can define rules
service
- 一个简单的后台服务程序,可以实现注册,启动等功能-a service procedure
01051312.tar
- 应用UNIX的fork()等系统调用,编写一个c程序具有以下功能: a) 实现Shell的基本功能,包括有:打印提示符;接受和分析命令行(滤去无效的空格、tab符号以及换行符等);执行命令(要有出错处理;输入exit或者bye退出);返回父进程; b) 处理后台程序(不需要wait) c) 处理多行 -With C++ Prepared Linux myshell, support the redirect and pipe symbols, support for CD command r
alarm_background
- Linux平台环境下, 告警管理的后台程序的源代码-Linux platform environment, the alarm management daemon source code
ivi_ls
- 目的: 1、应用UNIX的fork()等系统调用,编写一个c程序具有以下功能: a) 实现Shell的基本功能,包括有:打印提示符; 接受和分析命令行(滤去无效的空格、tab符号以及换行符等); 执行命令(要有出错处理;输入exit或者bye退出);返回父进程; b) 处理后台程序(不需要wait) c) 处理多行命令(分析命令行中的‘ ’并处理之) d)应用 dup(), pipe()系统调用具有输入输出重定向以及管道功能;
Idle
- Idle类,用于判断系统是否处于闲置状态,从而可以运行一些后台程序,使用如下: 定义模块变量 dim mIdle as Idle 程序中,如Form_Load中初如化使用: Set mIdle = New Idle mIdle.IdleSeconds = 10 mIdle.Enable = True 程序中,其它地方使用: if mIdle.IsIdle then 系统闲置中,执行其它处理。 end if -Idle Clas
DAYTIME
- 实现DAYTIME服务器和客户端程序 服务器作为后台程序,运行后不退出,接受客户端连接,向客户端返回服务器的日期时间。(Implementation of DAYTIME server and client program Server as a daemon, do not quit after operation, accept client connection, return to the server date and time.)