我在 2026 年 7 月 25 日拿到 NVIDIA NCA-GENL 通過證書,我建立 ChatGPT 專案進行學習,並且看非官方的 CertPro YouTube 課程影片 和 WellWells文章建議。 我認為考題比例不一定像 WellWells 文章
read more
我在 2026 年 7 月 25 日拿到 NVIDIA NCA-GENL 通過證書,我建立 ChatGPT 專案進行學習,並且看非官方的 CertPro YouTube 課程影片 和 WellWells文章建議。 我認為考題比例不一定像 WellWells 文章
read more
問題: 美元回流,對於美國的重要性是什麼? 美國經濟結構的再平衡,又是什麼? 美國經濟結構現況不好嗎? 我不懂,請說明。 這是一個很好的問題!讓我系統
read more
我規劃如何替換我現在服務的小型新創公司,它其中的一個產品如何繼續順利調整結構,讓開發者能夠有更簡潔容易的開發體驗,因為現在仍使用 overkill 的 redux observable 做狀
read more
分享我在2025年第一季到四月為止學習內容。 說英文,訂閱 Speak app,每天用幾分鐘練習講英文,主要上課程學生活會話,從去年十二月訂到現在。例如我
read moreUsing nodejs v18+ built-in datetime formatter, code are below new Intl.DateimeFormat('fr', { timezone: 'Asia/Taipei', year: 'numeric', month: '2-digit', day: '2-digit', hour: '2-digit', minute: '2-digit', second: '2-digit', }).format(new Date('2024-10-24T10:00:03Z')) print 2024-10-24 18:00:03 It can be used to server and serverless environment such as GCP cloudfunction, …etc.
read more
I want to copy data in a table within postgis to another table, so I use following sql statement: INSERT INTO yourtablename (SELECT TO_DATE(name, 'YYYY-MM-DD'), TO_NUMBER(area, '9999999999.999999999'), TO_NUMBER(fd_depth, '9999'), TO_DATE(fdate, 'YYYY-MM-DD'), town_name, address, description, effect_range FROM yourtmptablename); Notice: Before you executing above snippet, please make sure yourtablename has same column names as output of column names from SELECT statement. I have encounter data format problem about “-"(hyphen) for numeric column
read more