-
浏览/创建文件夹的类
浏览/创建文件夹的类 -Class for creating and browsing folders
- 2023-05-30 11:20:03下载
- 积分:1
-
窗口技术软件
technical software for windows
- 2022-01-24 14:05:54下载
- 积分:1
-
shell 编程的例子4
shell 编程的例子4-shell Programming Example 4
- 2022-06-29 15:43:39下载
- 积分:1
-
程序缩小时缩为系统托盘(system tray)的小图标
程序缩小时缩为系统托盘(system tray)的小图标 -System tray example
- 2022-04-30 16:33:12下载
- 积分:1
-
shell
shell欣赏是学习脚本的好东西,有很多实用的例子(shell script to learn to appreciate the good things, there are many practical examples)
- 2009-06-03 17:36:45下载
- 积分:1
-
十六进制编辑显示工具。
十六进制编辑显示工具。-hexadecimal editor displays.
- 2022-10-07 04:05:02下载
- 积分:1
-
Linux入门常用命令.doc
【实例简介】
- 2021-08-17 00:31:23下载
- 积分:1
-
zabbix自动安装及卸载脚本
@echo offREM *********************************************REM 用途:用于windows自动安装zabbix客户端REM 编制人:REM 修订人:无REM *********************************************REM 变量定义set homepath=C:zabbixset confname=zabbix_agentd.win.confset confdir=%homepath%confset win32dir=%homepath%win32set win64dir=%homepath%win64set ostype=%PROCESSOR_IDENTIFIER:~0,3%REM 获取主机名for /f "delims=" %%x in ("hostname") do set Hname=%%xREM 更新conf文件内容(for /f "delims=" %%i in (%confdir%\%confname%) do ( Set str=%%i SetLocal EnableDelayedExpansion Set str=!Str:tempname=%Hname%! echo !str! EndLocal ))>%confdir% mp.txtren %confdir%\%confname% %confname%.bakren %confdir% mp.txt %confname%REM 判断操作系统为64位还是32位if /i %ostype% == x86 ( goto WIN32
- 2022-08-07 13:39:57下载
- 积分:1
-
View edit box content after the password* to support any operating system
察看编辑框中密码*后面的内容,支持任何操作系统-View edit box content after the password* to support any operating system
- 2022-03-15 05:43:10下载
- 积分:1
-
模拟银行家算法
银行家可以把一定数量的资金供多个用户周转使用,为保证资金的安全银行家规定:
本程序包括:银行家算法...
模拟银行家算法
银行家可以把一定数量的资金供多个用户周转使用,为保证资金的安全银行家规定:
本程序包括:银行家算法
-simulation algorithm bankers bankers can be a certain amount of funds for a number of users working capital use, To ensure the safety of funds bankers : The procedures include : Bankers Algorithm
- 2022-11-24 15:20:03下载
- 积分:1