Set E and error handle gpt
Exception to set -e in bash set +e # your command which would fail set -e or your_command_which_would_fail || true https://stackoverflow.com/questions/48079029/exception-to-set-e-in-bash c...
Exception to set -e in bash set +e # your command which would fail set -e or your_command_which_would_fail || true https://stackoverflow.com/questions/48079029/exception-to-set-e-in-bash c...
網頁清理與MHTML保存 You: 想要解決的問題:想要保存網頁成.mhtml網頁。但是往往保存的檔案太大。 思路,想寫一個程式,要保存網頁之前執行,移除掉網頁不必要的原件,這樣應該可以有效降低.mhtml檔案的大小 ChatGPT: 這個思路可行!你可以用 Python 搭配 Selenium 或 Playwright 來載入網頁,然後透過 JavaScript 移除不必要的元素,比...
→ erisiss0: 真空機不挑袋的都很破,因為抽真空是需要特定軟度和壓 05/15 21:53 → erisiss0: 花才能提高效率 不挑袋的多半效果不佳 05/15 21:53 https://www.ptt.cc/bbs/cookclub/M.1684131086.A.7AD.html → pikalu: 不過格紋袋不好處理液體是事實 我多半封肉類 所以還好 微 03/20 2...
棒球規則1.09\ 中華民國棒球協會公告之棒球規則1.09,球是由軟木、橡膠或類似材料為蕊,捲以絲線並由兩片白色馬皮或牛皮緊緊包紮並縫合。其重量不得少於 5 盎司(ounces)(141.8~148.8公克)或重於5.25盎司(ounces),周圍不得少於 9 吋或大於9.25吋(22.9~23.5公分)。 軟式和硬式棒球的不同 硬式棒球:是以軟木或橡膠為芯,以毛線纏繞其外,最外面用牛皮包...
choco install -y fnm fnm install –lts add eval “$(fnm env –use-on-cd –shell bash)” in ~/.bashrc reopen cmder ref cmder in C:\tools\Cmder .bashrc https://github.com/cmderdev/cmder/issues/56...
node js npm packages scripts windows ./ error in package.json: "scripts": { "bloggerconvert": "./index.js", "pretest": "npm run bloggerconvert ./test-data/test-blog-with-simple-default-th...
choco install -y fnm fnm install --lts **還要shell setup 後才可用** git for windows in cmder: add eval "$(fnm env --use-on-cd --shell bash)" in ~/.bashrc reopen cmder WinCMD: 1. ; Run a command when...
PNPM can manage Node.js version itself. However, there are four downsides to using PNPM as a Node version manager. The first one is that PNPM is not a Node version manager at its core. It is a pa...
// ==UserScript== // @name Image Download4 // @namespace http://tampermonkey.net/ // @version 1.2 // @description Add a download icon to images larger than 400px when hovered. // @...
tailwind https://npmtrends.com/bootstrap-vs-sass-vs-tailwindcss 優點 Css檔案變小非常很多 因為html和css綁定在一起,所以沒有樣式汙染問題,在寫scss時,時常有的會將共同樣式一起寫,之後再單獨寫獨特樣式,造成一個component,有好幾處scss需要更改,造成維護困難,在tailwind也不會發生。...