載入中
[筆記] property `style` does not exist on type `Element`
```typescript
Array.from(document.querySelectorAll<HTMLElement>('.selector')).forEach((el: HTMLElement, i: number) => {
// ...
})
```
...(還有更多)
0 則留言
[筆記] change svg color
Use `mask-image` & `background-color` to create a svg with another color.
```css
.colored-svg {
/* for chrome/safari */
...(還有更多)
0 則留言
[筆記] Cannot access class com.sun.javafx.util.Utils (in module javafx.graphics)
`module-info.java`
```
module sample {
requires javafx.controls;
requires javafx.graphics;
...(還有更多)
0 則留言
[筆記] 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 則留言