cjs / console
The cjs console package.
1.0.2
2017-08-06 13:54 UTC
Requires
- php: >=5.4.0
- cjs/cron: ^1.0.0
This package is not auto-updated.
Last update: 2025-01-13 12:47:33 UTC
README
echo "# cjsConsole" >> README.md
git init
git add README.md
git commit -m "readme"
git remote add origin https://github.com/jellycheng/cjsConsole.git
git push -u origin master
#在已经存在的工程
git remote add origin https://github.com/jellycheng/cjsConsole.git
git push -u origin master
#修改和提交代码
git clone https://github.com/jellycheng/cjsConsole.git
git add .
git commit -m "xxx"
git push origin master
###https://github.com/mtdowling/cron-expression
###http://guzzlephp.org/ "guzzlehttp/guzzle": "~4.0|~5.0|~6.0"
分 时 日 月 周 命令
exec(sprintf("taskkill /F /T /PID %d 2>&1", $pid), $output, $exitCode);