透過 Rclone 掛載 google drive,達成本地檔案總管 terminal 訪問 的效果 (rclone mount google drive),將 google drive 作為本地硬碟使用 (updated 20221023)
問題解決:The engine plan file is generated on an incompatible device, expecting compute 6.1 got compute 7.5, please rebuild. (Pytorch TensorRT)
問題解決:t6 usb station the driver has not been matched to this device and usb interface 0 was not enumerated
問題解決:RuntimeError Expected condition, x and y to be on the same device, but condition is on cuda0 and x and y are on cuda0 and cpu respectively
問題解決:rapidjsonGenericMemberIteratortrue, rapidjsonUTF8, rapidjsonMemoryPoolAllocator ] Assertion `IsObject()
問題解決:QObjectmoveToThread Current thread (0x...) is not the object_s thread (0x...). Cannot move to target thread (0x...)
問題解決:Fatal error failed to mount FUSE fs mount stopped before calling Init mount failed cgofuse cannot find FUSE
問題解決:error invalid initialization of reference of type ‘rapidjsonDocument& {aka rapidjsonGenericDocumentrapidjsonUTF8 &}’ from expression of type ‘rapidjsonGenericValuerapidjsonUTF8 ’
問題解決:_error no matching function for call to _rapidjsonGenericValuerapidjsonUTF8 GenericValue(std__cxx11basic_stringchar&)
問題解決: mount helper error fusermount user has no write access to mountpoint mntgoogledrive (rclone mount 問題)
solve LP problems, simplex method 詳細步驟與觀念 圖文說明講解 概念與解題步驟 第二次期中考筆記 - MS (管理科學、Management Science) OR (作業研究、Operations Research)
simplex method 變形, two-phase method 二階解(另解) 第二次期中考筆記 - MS (管理科學、Management Science) OR (作業研究、Operations Research)
Raspberry Pi 3 樹莓派 照相機模組設定 camera module (內含測試範例程式碼) (問題解決:picamera no view, picamera preview anydesk)
Raspberry Pi 3 樹莓派 LCD 模組設定 LCD module 3.5 英吋螢幕顯示 Install 3.5 Inch LCD on Raspberry Pi (updated 2022511)
python - [2274] Maximum Consecutive Floors Without Special Floors 個人解法筆記 293rd LeetCode Weekly Contest
python - [2267] Check if There Is a Valid Parentheses String Path 個人解法筆記 292nd LeetCode Weekly Contest (內含:Memoization 記憶化搜索筆記)
python - [2261] K Divisible Elements Subarrays 個人解法筆記 291th LeetCode Weekly Contest (內含 substring 常見作法)
python - [203] Remove Linked List Elements 個人解法筆記 (內含範例程式碼) 內含 Linked List remove 操作 part 2 (for 新手教學)
LP 問題, LP problem, LP solution procedure 第一次期中考筆記 - MS (管理科學、Management Science) OR (作業研究、Operations Research)
Kobo – Kobo Libra Colour 7吋彩色電子書閱讀器 (白), Kobo Stylus 2 觸控筆, Kobo Libra Colour 保護殼 (折疊殼 or 附筆槽) (圖多) 不專業開箱文
IP problem, 條件式 IP problems (either-or, if-then problem) 第一次期中考筆記 - MS (管理科學、Management Science) OR (作業研究、Operations Research)
Google Sheet API 問題解決:googleapiclient.errors.HttpError The caller does not have permission. Details The caller does not have permission
git checkout - 快速切換為上一次使用的 branch git branch 自動完成 (git checkout branch without typing full name) updated 20211020
Duality & Postoptimality Analysis (敏感度分析) 期末考筆記 - MS (管理科學、Management Science) OR (作業研究、Operations Research)
CC++ 顯示資料的類別 (type) sample code (內含範例程式碼) print C data type, cout C++ data type, get variable type in c++
【Modern C++ 】 C++ 轉型 casting 整理 (C-style cast, static_cast, dynamic_cast, reinterpret_cast, const_cast)
【Modern C++ 】 C++ smart pointers (auto_ptr, unique_ptr, shared_ptr, weak_ptr) 與 make_unique, make_shared 筆記
【Effective Modern C++ 閱讀筆記 】ch4 - Item 18 使用 stdunique_ptr 於 exclusive-ownership (排他的-所有權) 資源管理, stdunique_ptr 介紹