会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
冯元春
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
下一页
2022年11月21日
laravel 秒级定时任务
摘要: public function handle($data){ for($i = 0; $i < 60; $i++) { $this->logic($data); sleep(1); } }
阅读全文
posted @ 2022-11-21 14:59 冯元春
阅读(163)
评论(0)
推荐(0)
2022年8月3日
centos 安装rabbitmq
摘要: https://www.cnblogs.com/andreamwu/p/14723420.html
阅读全文
posted @ 2022-08-03 17:04 冯元春
阅读(9)
评论(0)
推荐(0)
2022年7月18日
腾讯云 对象存储 文件列表
摘要: $cosClient = new Client(array( 'region' => env('Q_CLOUD.region'), 'schema' => 'http', 'credentials' => array( 'secretId' => env('Q_CLOUD.SECRETID'), '
阅读全文
posted @ 2022-07-18 15:19 冯元春
阅读(123)
评论(0)
推荐(0)
2022年7月15日
redis进程状态
摘要: ps -ef|grep redis 启动 ./redis-server ../redis.conf 关闭 redis-cli -a password shutdown
阅读全文
posted @ 2022-07-15 18:47 冯元春
阅读(54)
评论(0)
推荐(0)
linux systemctl 守护进程
摘要: [Unit] Description=workerman守护进程 [Service] WorkingDirectory=/var/workerman ExecStart=php /var/workerman/start.php start -d ExecRestart=php /var/worker
阅读全文
posted @ 2022-07-15 17:57 冯元春
阅读(193)
评论(0)
推荐(0)
2022年7月1日
thinkphp6 session_id 生成规则
摘要: /** * session_id设置 * @access public * @param string $id session_id * @return void */ public function setId($id = null): void { $this->id = is_string($
阅读全文
posted @ 2022-07-01 11:11 冯元春
阅读(737)
评论(0)
推荐(0)
2022年6月14日
ubuntu docker 命令
摘要: docker停止 sudo systemctl stop docker.socket 无法停止 sudo systemctl stop docker 开始 sudo systemctl start docker docker状态 sudo systemctl status docker 版本 doc
阅读全文
posted @ 2022-06-14 13:46 冯元春
阅读(99)
评论(0)
推荐(0)
2022年6月10日
git忽略文件权限
摘要: git config core.filemode false
阅读全文
posted @ 2022-06-10 17:38 冯元春
阅读(43)
评论(0)
推荐(0)
ubuntu 多版本php
摘要: sudo add-apt-repository -y ppa:ondrej/php sudo apt update sudo apt install php7.3 sudo update-alternatives --set php /usr/bin/php7.3 选择php版本 sudo upda
阅读全文
posted @ 2022-06-10 14:57 冯元春
阅读(55)
评论(0)
推荐(0)
2022年2月24日
c语言 单词统计
摘要: 原文 The fourth in our series of useful programs counts lines, words, and characters, with the loose definition that a word is any sequence of character
阅读全文
posted @ 2022-02-24 10:49 冯元春
阅读(39)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
下一页
公告