摘要:
Google Sheets API: https://developers.google.com/sheets/api/guides/concepts?hl=zh_CN https://developers.google.com/sheets/api/guides/concepts?hl=zh_CN
閱讀全文
posted @ 2025-11-04 16:59
lshan
閱讀(5)
推薦(0)
摘要:
github: https://github.com/firecrawl/firecrawl 文檔: https://docs.firecrawl.dev/introduction firecrawl-mcp-server : https://github.com/firecrawl/firecra
閱讀全文
posted @ 2025-10-17 12:04
lshan
閱讀(11)
推薦(0)
摘要:
mcp-server-chart github : https://github.com/antvis/mcp-server-chart gpt-vis-ssr 用戶數(shù)據(jù)渲染成圖片 https://github.com/antvis/GPT-Vis/blob/main/bindings/gpt-vi
閱讀全文
posted @ 2025-10-15 19:14
lshan
閱讀(20)
推薦(0)
摘要:
官網(wǎng): https://stalw.art/docs/install/platform/docker/ 優(yōu)秀文章請(qǐng) 參考 ; https://blog.csdn.net/weixin_50841758/article/details/150879147 1 安裝Stalwart Stalwart 是
閱讀全文
posted @ 2025-10-10 11:07
lshan
閱讀(20)
推薦(0)
摘要:
文檔: 官方文檔:https://lightgbm.readthedocs.io/en/stable/ 中文文檔:https://lightgbm.apachecn.org/ github: https://github.com/microsoft/LightGBM
閱讀全文
posted @ 2025-08-20 17:30
lshan
閱讀(21)
推薦(0)
摘要:
參數(shù)名稱 默認(rèn)值 描述 springdoc.swagger-ui.path /swagger-ui.html String,用于 swagger-ui HTML 文檔的自定義路徑。 springdoc.swagger-ui.enabled true Boolean.禁用 swagger-ui 端點(diǎn)(
閱讀全文
posted @ 2025-08-15 16:55
lshan
閱讀(31)
推薦(0)
摘要:
github:Quickstart | Superset https://superset.apache.org/docs/quickstart 1. Get Superset git clone https://github.com/apache/superset 2. Start the lat
閱讀全文
posted @ 2025-07-24 16:46
lshan
閱讀(64)
推薦(0)
摘要:
1.檢查網(wǎng)關(guān) eg: ens160 route -n ?2. 添加臨時(shí)網(wǎng)關(guān)?:以接口 eth160 和網(wǎng)關(guān)地址 192.168.1.1 為例(替換為您的實(shí)際接口和網(wǎng)關(guān)地址),執(zhí)行: 默認(rèn)替換提第一個(gè) (重啟后失效) sudo route add default gw 192.168.1.1 刪除:
閱讀全文
posted @ 2025-07-22 11:54
lshan
閱讀(24)
推薦(0)
摘要:
打開終端,進(jìn)入 Netplan 配置文件目錄: cd /etc/netplan/ 一般會(huì)有一個(gè) .yaml 文件,比如 50-installer-config.yaml,編輯它: sudo nano 50-installer-config.yaml 修改配置示例(假設(shè)網(wǎng)卡為 ens33): netw
閱讀全文
posted @ 2025-07-21 18:26
lshan
閱讀(1458)
推薦(0)
摘要:
問題:類似配置中心 apollo ,修改后, 無法自動(dòng)刷新 , 或者確實(shí)配置比較復(fù)雜, 確實(shí)需要通過前綴獲取配置信息 @Component @ConfigurationProperties(prefix="apollo.test") public class SeaUtil { private Ma
閱讀全文
posted @ 2025-07-16 10:40
lshan
閱讀(14)
推薦(0)