windows系统下的程序和服务监测、控制、升级、定时任务等功能
2022-10-18 13:03:31 25.66MB windows服务程序监控系统
1
C#实现Windows服务创建、安装。完全代码实现。对应文章:http://blog.csdn.net/yysyangyangyangshan/article/details/10515035
2022-10-08 15:31:59 69KB C# Windows服务 安装
1
主要为大家推荐了一款C#版Windows服务安装卸载小工具,小巧灵活的控制台程序,希望大家喜欢,感兴趣的小伙伴们可以参考一下
1
微信的小程序后台需要定时获取accesstoken,本人使用delphi2005制作了一个windows后台服务程序,启动后定时获取accesstoken并写入到mysql一个表。
2022-09-18 16:21:31 474KB accesstoken 小程序 微信
1
windows服务器配置与管理
2022-09-11 10:43:26 4.64MB windows
1
Redis7.0.4.zip,解压缩到D盘根目录后,安装后启动为Windows服务 注意是windows 64位系统才可使用,不支持windows 32位系统使用 已经在Win10,Win11,Windows server 2012系统测试运行可用 使用步骤注意事项: 一、修改Redis的持久化数据库文件dump.rdb保存路径,绝对路径的方式:查找到行 dir D:\Redis7.0.4\bin\RedisData 如果Redis7.0.4.zip压缩包直接解压在D盘根目录下,不需要修改,如果放在其它盘,如E盘,请修改绝对路径的D为E,如dir E:\Redis7.0.4\bin\RedisData 二、修改Redis永久密码,打开redis.conf文件,查找requirepass,修改requirepass空格后面的默认密码20220906 亲自用redis-7.0.4.tar.gz打包成的windows 64位系统安装包,测试可用,详细使用参考Readme.txt说明文件
2022-09-07 19:03:55 13.98MB Redis Redis7.0.4 Windows服务 Redis服务
1
自己开发的Windows 服务管理工具 ,包括安装,启动,删除,卸载一条龙服务,帮助你快速安装服务,如有不足欢迎向我提出需要修复的地方,期待下个版本更新
2022-08-23 18:07:32 54.78MB Windows服务安装
1
使用Python 2.7 + pywin32 + wxpython开发 每隔一段时间检测一下服务是否停止,如果停止尝试启动服务。进行服务停止日志记录 AppMain.py 复制代码 代码如下:#!/usr/bin/env python#-*- encoding:utf-8 -*- “””1. 每隔一分钟检测一次服务状态2. 如果发现服务状态已经停止,那么尝试启动服务3. 自动记录日志4. 任务栏图标显示“”” import sys;reload(sys);sys.setdefaultencoding(‘utf-8’); import win32service;import logging;fr
2022-08-21 11:30:19 69KB do dow IN
1
使用JavaService将java程序安装位windows服务
2022-08-20 14:28:56 546KB java windows服务
1
压缩包里包含了windows版本和linux版本。 Title : Super PI Ver1.1e (calculation of pi up to 33.55 million digits) Keywords: PI MATH WINDOWS In August 1995, the calculation of pi up to 4,294,960,000 decimal digits was succeeded by using a supercomputer at the University of Tokyo. The program was written by D.Takahashi and he collaborated with Dr. Y.Kanada at the computer center, the University of Tokyo. This record should be the current world record. ( Details is shown in the windows help. ) This record-breaking program was ported to personal computer environment such as Windows NT and Windows 95. In order to calculate 33.55 million digits, it takes within 3 days with Pentium 90MHz, 40MB main memory and 340MB available storage. The software is free and the circulation of program is also free!
2022-08-18 17:07:57 133KB linux windows 服务器性能 浮点运算
1