設定寬高比
關於資料庫設定
對於字型
@media (max-width: 600px)
}@media (max-width: 414px)
}@media (max-width: 375px)
}@media (max-width: 320px)
}
暫時的路徑跳轉使用302
判斷滾動到頁面底部
if((window.innerheight + window.scrolly) >= document.body.offsetheight)
對於插入節點
使用insertadjacenthtml
插入字串型別;
列印五星制
function getrating(rating)
最簡單的居中方式
// left: 50%;
-webkit-transform: translatex(-50%);
-ms-transform: translatex(-50%);
transform: translatex(-50%);
獲取函式的引數名稱function getargs(func) ).filter(function(arg) );
}undefined
.gitigonre
檔案*.csv
*.dat
*.iml
*.log
*.out
*.pid
*.seed
*.sublime-*
*.swo
*.swp
*.tgz
*.xml
.ds_store
.idea
.project
node_modules
npm-debug.log
直接用js修改樣式div.style.setattribute('style','height:100px');
毛玻璃效果
new date的陷阱
啟動nodejs
程式注意
node_env=production npm start;
時間格式處理
格林尼治標準時間gmt
;
世界標準時間utc
:yyyy-mm-dd|yyyy-mm-ddthh:mm:sstzd
new date('2015-12-12t00:00:00+0800');
new date('2015-12-12t00:00:00+0800').toutcstring(); //utc格式的格林尼治標準時間
new date('2015-12-12t00:00:00+0800').toisostring(); //iso格式的格林尼治標準時間
表單上傳的注意let formdata = new formdata(document.forms[0]);
//設定disable=false的input型別不會被新增到formdata中
同時使用漸變和背景body
簡單地設定字型自適應function resize () ;
resize(); window.onresize = resize;
工作中遇到的問題
1.環境oracle9 vs2008 問題 aspnet提示 無法載入 dll oramts.dll 找不到指定的模組。異常來自 hresult 0x8007007e 翻來覆去折騰了好久最後終於解決方法是 執行oracle安裝檔案增加oracle windows inte ces 模組功能。糾結啊!...
工作中遇到的問題
問題背景 第二天領導要去給客戶演示專案,讓我在演示電腦上部署我們的專案。由於我們的專案的資料庫使用的是oracle 10g,但是我從來沒有進行過導資料庫和還原資料庫的操作,第一次操作都是找度娘,而且還是很迷茫。剛開始我一直想辦法在我的plsql上把資料庫匯出來,但是一直摸不到竅門,而且我們的資料庫較...
工作中遇到的問題
一 cannot connect to the docker daemon at unix var run docker.sock.is the docker daemon running?docker本身已安裝正常,當執行docker images命令時,出現 cannot connect to ...