龍巖易富通網(wǎng)絡科技有限公司

龍巖小程序開發(fā),龍巖分銷系統(tǒng)

placeholder 字體顏色

input::-webkit-input-placeholder{color:#fff;}...

2023.02.19 | 1222閱讀 | 0 條評論 閱讀全文

首頁變成灰色(兼容IE)

首頁變成灰色.zip...

2022.12.05 | 1382閱讀 | 0 條評論 閱讀全文

MySQL Workbench 連接數(shù)據(jù)庫提示SSL connection error: SSL is required but the server doesn't support it

mysql下載器下載了mysqlworbench后無法連接遠端數(shù)據(jù)庫,提示SSL之類的錯誤  解決方案一:不使用SSL,在AdvanceTAB頁的others框中輸入?yún)?shù):us...

2022.07.22 | 2226閱讀 | 0 條評論 閱讀全文

PHP判斷是否微信訪問的方法

PHP方法:/** *判斷是否微信訪問 *@returnbool */functionis_weixin(){ if(strpos($_SERVER...

2022.04.04 | 1679閱讀 | 0 條評論 閱讀全文

scp 遠程下載目錄

從A服務器下載目錄到B服務器scp-rroot@A服務器IP:A服務器目錄路徑 B服務器目錄路徑scp-rroot@192.168.1.100:/www/wwwroot/abc&n...

2021.10.20 | 1747閱讀 | 0 條評論 閱讀全文

微信小程序 獲取上一頁來源頁面

getCurrentPages()[0].__displayReporter.showReferpagepath...

2021.07.22 | 1928閱讀 | 0 條評論 閱讀全文

深入解析CSS FlexBox

justify-contentjustify-content決定了內(nèi)容元素與整個Flexbox的“水平對齊”位置,回想一下最上面講的Flexbox盒子模型,具有mainstart與mainend左...

2021.07.03 | 1807閱讀 | 0 條評論 閱讀全文

file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL

出現(xiàn)這種一般是是訪問https的地址,ssl驗證訪問導致的$opts=array('ssl'=>array('verify_peer'=>f...

2021.04.01 | 2223閱讀 | 0 條評論 閱讀全文

地圖經(jīng)緯度是什么意思

lat:是Latitude的簡寫,表示緯度;lng:是Longtitude的簡寫,表示經(jīng)度;你是在內(nèi)蒙古,屬于北半球、東方,上面表示的就是北緯48.864981度,東經(jīng)119.599162999999...

2021.03.29 | 2026閱讀 | 0 條評論 閱讀全文

微信小程序-ios系統(tǒng)-下拉上拉出現(xiàn)白色

page.json設置"disableScroll":true;表示:設置為true則頁面整體不能上下滾動;只在page.json中有效,無法在app.json中...

2021.03.12 | 2307閱讀 | 0 條評論 閱讀全文