在這裡紀錄一下,在 git 要如何找特定行數的變更
2020-04-23
2020-04-21
如何在 Ubuntu 安裝 clickhouse-client
使用環境是Windows10 的 WSL 的 Ubuntu 18。
我想在其中安裝 clickhouse client,沒想到依照官網的做法卻無法安裝。
2020-03-15
2019-12-02
2019-07-25
2018-07-02
2018-06-15
利用 autocomplete attribute 來使用自動儲存的資料
如果有看 Chrome Console 的話,就會注意到當你有表單時,有時會出現如下的警告訊息
[DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq)
This page includes a password or credit card input in a non-secure context. A warning has been added to the URL bar. For more information, see https://goo.gl/zmWq3m.
2018-03-26
2018-02-27
2017-04-13
Article / Section lacks heading
根據 W3C 的規則, HTML5 新增的 <article> 、 <section> 這兩個 tag,裡面必須包含 <h2 ~ 6>
要不是我會去使用 The W3C Markup Validation Service 幾乎不會知道地說
是說, w3school 完全沒有告知這個呢
參考資料:HTML/Usage/Headings/Missing - W3C Wiki2017-02-25
2016-03-18
Golang的 Cookie 操作
在 GoLang 出 1.1 版以前,Go lang 雖然已經有定義 type CookieJar interface
了,但是只有 interface,那時候要使用 cookie 還要自己定義 [1]。
當時雖然有人有開源自己寫的 cookie jar,不過在 1.1 出來後也不會用到,現在我要找也找不到了……
2016-03-09
You can't specify target table '資料庫表名' for update in FROM clause
這是最近使用 Hibernate 時遇到的錯誤訊息
查了一下,結果這是 MySQL 特有的問題。說是不能夠在變更資料時 select 同一個 table……
查了一下,結果這是 MySQL 特有的問題。說是不能夠在變更資料時 select 同一個 table……
訂閱:
文章 (Atom)