1 Star 0 Fork 52

Fork Bomb / project_13384759

forked from chuanjiao10 / kasini3000 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
u库定时任务_线程级别_缓存进程_读pid.ps1 493 Bytes
一键复制 编辑 原始数据 按行查看 历史
chuanjiao10 提交于 2020-03-23 17:49 . 新增u库定时任务脚本
#建议保存编码为:bom头 + utf8
#
$log日志文件全目录 = "${global:主控机db目录}/d当前库"
if (Test-Path -LiteralPath $log日志文件全目录)
{
$u库定时任务的pid文件 = "$log日志文件全目录/u库_线程级别_缓存进程_pid.txt"
if (Test-Path -LiteralPath $u库定时任务的pid文件)
{
$upid = Get-Content -LiteralPath $u库定时任务的pid文件
return $upid
}
}
else
{
Write-Error '找不到日志文件目录'
exit 1
}
exit 0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PowerShell
1
https://gitee.com/forkbomb/kasini3000.git
git@gitee.com:forkbomb/kasini3000.git
forkbomb
kasini3000
project_13384759
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891