載入中
[筆記] javafx with command line support
```java
public class Launcher {
public static void main(String[] args) {
Application.launch(App.class, args);
}
...(還有更多)
0 則留言
[筆記] vue edit component
- https://stackoverflow.com/questions/56697228/inject-markup-into-existing-vue-component
- https://stackoverflow.com/questions/53087210/modify-render-function-of-external-react-component-with-no-access/53087481#53087481
- https://mini-ghost.dev/blog/vue-render-function-dynamic-component/
- https://medium.com/nsoft/wrapping-vue-components-by-using-render-function-983b396a3bfa
0 則留言
[筆記] ImageMagick security policy 'PDF' blocking conversion
```
<policy domain="coder" rights="read | write" pattern="PDF" />
```
Extra:
...(還有更多)
0 則留言
[筆記] EZ100PU 讀卡機驅動
我家的讀卡機驅動找很久終於找到ㄌ
https://www.castlestech.com/zh-hant/%e6%aa%94%e6%a1%88%e4%b8%8b%e8%bc%89/
[backup](https://file.stoneapp.tech/EZ100_Driver_64bit.zip)
0 則留言
去你的位元組順序
我每次都記反
氣死
豆頁痛
ㄋㄋㄋ
4 則留言
[筆記] Something you might not know about URLs
```
<scheme>://<username>:<password>@<host>:<port>/<path>;<parameters>?<query>#<fragment>
```
- There is a uncommonly used part called `param...
...(還有更多)
0 則留言
好想瀟灑的說出一句
從伽利略斷氣的那一刻,你的企業形象就已經爛得一塌糊塗了
1 則留言
[筆記] position: sticky not working in overflow: hidden ancestor
Reference:
- https://github.com/w3c/csswg-drafts/issues/865
- https://stackoverflow.com/questions/47095596/body-overflow-x-hidden-breaks-position-sticky
0 則留言
[筆記] percentage-sized children not work in flex with dynamic main size
Example:
```scss
div.mobile.event.container {
display: flex;
justify-content: center;
...(還有更多)
0 則留言
2021/03/18 中央大霧
這天中央起了很大的霧
隨手拍了幾張照片 放在這裡備份ㄍ


...(還有更多)
0 則留言