Merging collapsible if statements increases the code's readability.
訂閱:
張貼留言 (Atom)
Aider及gemini合併使用心得
嘗試Aider SDD套用gemini 我發現ai全自動產code有一個現象, 就是我心中有一個完美的想法, ai可能基於他的背景資訊未必想得到, 也或著就是ai已經被各種知識訓練過, 他可能選擇了一種, 但是並沒有查覺到其中有什麼問題, 很多時候的solution就是想得太簡單...
-
如果想到快, 可能直覺就是Redis, 但是... 問:瞬間有100-200萬筆資料量進來, 如果存到redis, 這樣操作有沒有可能壓垮redis? 答: 在瞬間大量資料(如100-200萬筆)快速進入Redis,確實有可能導致Redis的性能瓶頸甚至崩潰,特別是在以下情況下:...
-
把JSON存進資料庫的欄位, 要做以下的設置 @Entity(name = "patient_xxx") @TypeDef(name = "json", typeClass = JsonType.class) public class ...
-
declare p_service d_services.id%type; begin -- Test statements here p_service :=方法包.get_latest_instance(p_service=>700562803); ...
沒有留言:
張貼留言