平時自己專案中用到的CSS

2022-03-11 16:18:27 字數 566 閱讀 3380

outline  當選中input元素的時候會出現狀態線,

outline設定成none就沒了

input

contentditable  設定元素內的文字是否可編輯

可編輯user-select  禁止使用者選中文字

-webkit-user-select:none;

-moz-user-select:none;

-ms-user-select:none;

user-select:none;

清除手機 tab 事件後element後出現的乙個高亮

*css開啟硬體加速

-webkit-transform: translatez(0);

使用css transform或者animation是可能會有頁面閃爍的bug

-webkit-backface-visibility: hidden;

-webkit-touch-callout 禁止長按鏈結與彈出選單

-webkit-touch-callout:none;

calc(),計算屬性值

div後續追加,有錯誤請指正,謝謝

專案中用到的python

import scipy.io as scio 資料輸入輸出,載入和儲存matlab檔案,例如下面 train norm scio.loadmat train norm file 這裡面包含兩個矩陣 train datan train labeln test norm scio.loadmat te...

git 專案中用到的命令

1 git status 檢視修改內容 2 git add 提交修改內容到快取 3 git commit m 修改內容 用來提交 到倉庫並顯示修改內容 4 git fetch origin develop git拉取同步遠端 5 git rebase orgin develop git同步本地 可能...

專案中用到的各種註解

repository 作用於持久層 autowired 自動注入 qualifier sessionfactory 指定自動注入裡面的哪個屬性 suppresswarnings 告訴它對被批註的 元素內部的某些警告保持靜默 repository dao 實現dao訪問 component 把普通po...