載入中
Java - Annotation Processing 紀錄
最近試著用了一下 Java 的 Annotation 跟 Annotation Processor ,在這裡做個紀錄。
# Scenario
## Problem
需要不同的子類來區分不同的東西。但是目的只是像標記那樣,子類裡面不用做別的事。
...(還有更多)
0 則留言
[筆記] mpc 安裝時找不到 libgmp.la
因為系上工作站沒有 gmp 跟他的快樂夥伴 library 們 所以要自己編譯
又因為我沒權限 所以只能安裝在自己的家目錄
但在 make mpc 的時候他沒吃到我設的路徑 一直跳 `'/usr/local/lib/libgmp.la' is not a valid libtool archive`
後來發現是 `libgmp.la` 裡面的路徑壞掉了 變成寫死的 `/usr/local...
...(還有更多)
0 則留言
[筆記] ArchLinux VSCode 無法登入 GitHub
~~在試著登入 GitHub 帳號的時候 VSCode 會跳通知說
`Writing login information to the keychain failed with error 'GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.secrets was not provide...
...(還有更多)
0 則留言
[心得] AIS3 2022 Pre-exam WriteUp
[TOC]
## 成績

看[完整 Profile](https://img.stoneapp.tech/t510599/ais3-2022/pre-exam/profile.jpeg)
...(還有更多)
0 則留言
[筆記] 雙系統的藍芽耳機配對
藍芽配對成功後 兩邊的裝置都會有一把 key
但是當你切換到另一個系統之後 因為沒有原本系統的 key 所以就無法連線
紀錄一下怎麼從 Windows dump bluetooth key 再設定到 archlinux 中
Retrieve key:
...(還有更多)
1 則留言
PDOGS logs
這學期為了當個學分小偷,去修了資管系的[商管程式設計](https://www.ptt.cc/bbs/NTUcourse/M.1611571292.A.E08.html)。
這堂課有個 [PDOGS judge system](https://pdogs.ntu.im),限台大師大台科大三校學生使用,裡面可以任意上傳 python 或 C++ code
不過,寫作業時忍不住手殘弄了一下,發現有...
...(還有更多)
4 則留言
[筆記] HTML font preload still fetched twice
Must add `crossorigin` attribute
Reference:
https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types/preload#cors-enabled_fetches
0 則留言
Software Craftsmanship
> Not only working software, but also **well-crafted software**
Not only responding to change, but also **steadily adding value**
Not only individuals and interactions, but also **a community of ...
...(還有更多)
0 則留言
Latex 筆記
- tab row padding without affecting matrix row inside
- https://tex.stackexchange.com/questions/563115/how-to-add-more-padding-to-table-rows-when-table-has-array-inside-it/563117
- put table side by side
- https://tex.stackexchange.com/questions/2832/how-can-i-have-two-tables-side-by-side
0 則留言
[筆記] "most vexing parse" of C++
Reference:
- https://stackoverflow.com/questions/26007898/error-expression-must-have-a-class-type
- https://en.wikipedia.org/wiki/Most_vexing_parse
0 則留言