摘要: Xdebug3 相对于Xdebug2改动挺大的。在php.ini 里下面的设置就够了,不需要多余的。默认调试端口 9003 [XDebug] zend_extension = "php_xdebug.dll" xdebug.mode = debug xdebug.start_with_request 阅读全文
posted @ 2023-06-07 22:46 johnsonshu 阅读(43) 评论(0) 推荐(0) 编辑
摘要: Japanese Shift-JIS Character Mapping - IBM Documentation Characters that Cause Problems The following table describes the Shift-JIS characters that ca 阅读全文
posted @ 2022-07-13 16:51 johnsonshu 阅读(24) 评论(0) 推荐(0) 编辑
摘要: https://support.cloudbees.com/hc/en-us/articles/216118748-How-to-Start-Stop-or-Restart-your-Instance- URL http://<jenkins.server>/restart http://<jenk 阅读全文
posted @ 2022-01-07 18:51 johnsonshu 阅读(43) 评论(0) 推荐(0) 编辑
摘要: You can use %%~nf to get the filename only as described in the reference for for: @echo off for /R "C:\Users\Admin\Ordner" %%f in (*.flv) do ( echo %% 阅读全文
posted @ 2022-01-06 09:49 johnsonshu 阅读(50) 评论(0) 推荐(0) 编辑
摘要: You have to pass the -np/--no-parent option to wget (in addition to -r/--recursive, of course), otherwise it will follow the link in the directory ind 阅读全文
posted @ 2022-01-06 00:04 johnsonshu 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 设置: export all_proxy=socks5://127.0.0.1:1086 取消: unset all_proxy 阅读全文
posted @ 2021-12-29 17:58 johnsonshu 阅读(358) 评论(0) 推荐(0) 编辑
摘要: final String html = "<p><b>This <i>is</i></b> <i>my sentence</i> of text.</p>"; Document docHtml = Jsoup.parse(html); Document docXml = Jsoup.parse(ht 阅读全文
posted @ 2021-10-21 22:05 johnsonshu 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 挺好的教程 curl https://www.pgadmin.org/static/packages_pgadmin_org.pub | sudo apt-key add - sudo sh -c 'echo "deb https://ftp.postgresql.org/pub/pgadmin/p 阅读全文
posted @ 2021-10-15 11:58 johnsonshu 阅读(629) 评论(0) 推荐(0) 编辑
摘要: 没事就提醒我安全更新, GUI界面里只能禁一部分,烦死了。 网上找了一个老版本的方法,不知道对20.04 是不是有用 sudo systemctl disable apt-daily.service apt-daily-upgrade.service sudo systemctl disable a 阅读全文
posted @ 2021-10-15 11:14 johnsonshu 阅读(324) 评论(1) 推荐(0) 编辑
摘要: 都忘了从哪里扒过来的。 写得挺好的。 @ECHO OFF FOR /R %%G IN (*.aac) DO (CALL :SUB_VLC "%%G") rem FOR /R %%G IN (*.m4a.mp*) DO (CALL :SUB_RENAME "%%G") GOTO :eof :SUB_V 阅读全文
posted @ 2021-10-04 12:08 johnsonshu 阅读(58) 评论(0) 推荐(0) 编辑