虚心使人进步

虚心学习,天天向上......
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

摘要: sudo kill -9 $(lsof -i:8889 -t) sudo kill -9 $(lsof -i:8889 -t) sudo kill -9 $(lsof -i:8889 -t) sudo kill -9 $(lsof -i:8889 -t) sudo kill -9 $(lsof -i 阅读全文

posted @ 2019-09-22 16:29 Showker 阅读(2206) 评论(0) 推荐(0) 编辑

2024年10月16日

摘要: https://free.bkssl.com/ 阅读全文

posted @ 2024-10-16 16:31 Showker 阅读(9) 评论(0) 推荐(0) 编辑

摘要: https://sms-activate.io/cn 阅读全文

posted @ 2024-10-16 09:53 Showker 阅读(3) 评论(0) 推荐(0) 编辑

2024年10月15日

摘要: 大家好,我们是Preetam、Sankalp,是SuperLemon的联合创始人。 我们上的是同一所大学,但毕业后在同一家公司工作时才认识。在2019年1月我们一起辞去了工作,并且准备开始创业。 我们开发了一个简单易用的插件SuperLemon,用于Shopify在线网站与客户聊天,并通过Whats 阅读全文

posted @ 2024-10-15 11:29 Showker 阅读(15) 评论(0) 推荐(0) 编辑

2024年10月2日

摘要: 1、cloudflare问题总结 要自定义内网通道 Install Ngrok from https://ngrok.com/download Run `ngrok http 3000` from the terminal and copy the generated URL for the nex 阅读全文

posted @ 2024-10-02 17:21 Showker 阅读(29) 评论(0) 推荐(0) 编辑

2024年9月30日

摘要: https://free.bkssl.com/ 阅读全文

posted @ 2024-09-30 15:44 Showker 阅读(2) 评论(0) 推荐(0) 编辑

2024年9月25日

摘要: yum安装expect 编写一下sh脚本,另存为gitpull.sh #!/usr/bin/expect # cd /home/wwwroot/b2c_aaa spawn git pull expect "git@1.1.1.4's password:" exp_send "git\r" inter 阅读全文

posted @ 2024-09-25 10:13 Showker 阅读(7) 评论(0) 推荐(0) 编辑

2024年9月21日

摘要: 1.卸载原EWU(Eos Webcam Unity)2.任务管理器禁用Eos Unity的自启动3.百度找EWU的旧版本即1.1版本(官网目前是1.2)。下载链接:https://downloads.canon.com/webcam/EOSWebcamUtility-WIN1.1.zip4.插着相机 阅读全文

posted @ 2024-09-21 19:42 Showker 阅读(121) 评论(0) 推荐(0) 编辑

2024年9月19日

摘要: thinkphp5做的站,也没有多少访问量,CPU总是100%,升级后到4核8G后也不管用,最后查看show processlist发现大量的SHOW COLUMNS FROM语句,拖慢了mysql 解决办法:生成表缓存 php think optimize:schema --db b2c_name 阅读全文

posted @ 2024-09-19 14:56 Showker 阅读(21) 评论(0) 推荐(0) 编辑

2024年7月24日

摘要: centos7 升级curl命令 开篇:默认的curl版本太旧,需要升级,才可以支持http2协议 1、安装repo 代码语言:javascript 复制 [root@ ~]# rpm -Uvh http://www.city-fan.org/ftp/contrib/yum-repo/rhel6/x 阅读全文

posted @ 2024-07-24 21:26 Showker 阅读(86) 评论(0) 推荐(0) 编辑

摘要: How to Build and Install Latest cURL Version on CentOS # Written by The Suhu (2021). # Tested on CentOS 7 and CentOS 8 Previously I've written about H 阅读全文

posted @ 2024-07-24 18:02 Showker 阅读(65) 评论(0) 推荐(0) 编辑