Cavern.sigma
Welcome to Cavern.sigma
載入中
[筆記] property `style` does not exist on type `Element`
石頭吐司 2021-05-04
```typescript Array.from(document.querySelectorAll<HTMLElement>('.selector')).forEach((el: HTMLElement, i: number) => { // ... }) ``` ...(還有更多)
0 則留言
[筆記] change svg color
石頭吐司 2021-04-30
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)
石頭吐司 2021-04-30
`module-info.java` ``` module sample { requires javafx.controls; requires javafx.graphics; ...(還有更多)
0 則留言
[筆記] javafx with command line support
石頭吐司 2021-04-30
```java public class Launcher { public static void main(String[] args) { Application.launch(App.class, args); } ...(還有更多)
0 則留言
[筆記] vue edit component
石頭吐司 2021-04-29
- 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
石頭吐司 2021-04-28
``` <policy domain="coder" rights="read | write" pattern="PDF" /> ``` Extra: ...(還有更多)
0 則留言
[筆記] EZ100PU 讀卡機驅動
石頭吐司 2021-04-23
我家的讀卡機驅動找很久終於找到ㄌ 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 則留言
去你的位元組順序
秒分時 口巴 2021-04-17
我每次都記反 氣死 豆頁痛 ㄋㄋㄋ
4 則留言
[筆記] Something you might not know about URLs
石頭吐司 2021-04-10
``` <scheme>://<username>:<password>@<host>:<port>/<path>;<parameters>?<query>#<fragment> ``` - There is a uncommonly used part called `param... ...(還有更多)
0 則留言
好想瀟灑的說出一句
aoaaceai 2021-04-02
從伽利略斷氣的那一刻,你的企業形象就已經爛得一塌糊塗了
1 則留言
<- 上一頁下一頁 ->