目前分類:未分類文章 (69)

瀏覽方式: 標題列表 簡短摘要

若購買 7-11 未當場拆開 , 到家後才發現 商品有異常
超商店員一般是會叫你自己去聯繫廠商 , 

文章標籤

nL 發表在 痞客邦 留言(0) 人氣()

詐騙網站 www.weixinhao.app 提交後不會出貨 請各位使用者小心

詐騙網站 www.weixinhao.app 提交後不會出貨


文章標籤

nL 發表在 痞客邦 留言(0) 人氣()

文章標籤

nL 發表在 痞客邦 留言(0) 人氣()

---- Fedora ----
$ sudo dnf -y update

--- CentOS 7 ------
$ sudo yum -y update

Step 2: Install Node.js 12 LTS on CentOS 7 & Fedora 32/31/30/29

To install Node.js 12.x LTS on CentOS 7 & Fedora 31/30/29, use NodeSource binary distributions.

curl -sL https://rpm.nodesource.com/setup_12.x | sudo bash -

The command above will install the NodeSource Node.js 12.x repo. Once the repository has been added, install Node.js 12 LTS.

nL 發表在 痞客邦 留言(0) 人氣()

 

S__38354955S__38354950S__38354952

文章標籤

nL 發表在 痞客邦 留言(0) 人氣()

整體的做工來說還不錯,質感上比起普通的塑膠感,有霧面的感覺,

文章標籤

nL 發表在 痞客邦 留言(0) 人氣()

如何看待日媒爆料福原愛已離婚,並曝光她與男性約會的照片?

《某周刊》爆料福原愛江宏杰離婚 ,福原愛約會男生的照片也一同曝光。照片拍攝於2月下旬,她與一男子相互依偎著散步,還一起臉貼臉吃小籠包和燒麥,兩人一同回酒店,第二天再次約會一整天,隨後一起回到了住處。爆料稱男方是一流企業的白領,通過朋友介紹與福原愛認識,今年開始交往頻繁,這次約會是福原愛進行策劃的。

文章標籤

nL 發表在 痞客邦 留言(0) 人氣()

文章標籤

nL 發表在 痞客邦 留言(0) 人氣()

Centos 7.2
前置過程需先安裝 httpd ( apache ) server

yum install httpd
systemctl start httpd
 iptables -I INPUT -p tcp --dport 80 -j ACCEPT
chkconfig httpd on

參考
https://wiki.centos.org/zh-tw/HowTos/Subversion

文章標籤

nL 發表在 痞客邦 留言(0) 人氣()

解法有 2 種 
1. 將 nodejs 重新安裝 , 重開機 再安裝 npm install 

文章標籤

nL 發表在 痞客邦 留言(0) 人氣()

文章標籤

nL 發表在 痞客邦 留言(0) 人氣()

1、擴容是很重要的數據操作,在執行擴容之前,請先做好快照備份,建議對所有云盤都創建快照。

2、快照創建後,請運行這兩行命令,進行文件系統擴容

nL 發表在 痞客邦 留言(0) 人氣()


nL 發表在 痞客邦 留言(0) 人氣()


 var _tt = new Date().toLocaleString('en-us', {year: 'numeric', month: '2-digit', day: '2-digit'}).replace(/(\d+)\/(\d+)\/(\d+)/, '$3-$1-$2'); Date.prototype.yyyymmdd = function() { var yyyy = this.getFullYear(); var mm = this.getMonth() < 9 ? "0" + (this.getMonth() + 1) : (this.getMonth() + 1); // getMonth() is zero-based var dd = this.getDate() < 10 ? "0" + this.getDate() : this.getDate(); return "".concat(yyyy+"-").concat(mm+"-").concat(dd); }; Date.prototype.yyyymmddhhmm = function() { var yyyymmdd = this.yyyymmdd(); var hh = this.getHours() < 10 ? "0" + this.getHours() : this.getHours(); var min = this.getMinutes() < 10 ? "0" + this.getMinutes() : this.getMinutes(); return "".concat(yyyymmdd).concat(hh).concat(min); }; Date.prototype.hhmm = function() { var hh = this.getHours() < 10 ? "0" + this.getHours() : this.getHours(); var min = this.getMinutes() < 10 ? "0" + this.getMinutes() : this.getMinutes(); return "".concat(hh+":").concat(min); }; Date.prototype.yyyymmddhhmmss = function() { var yyyymmddhhmm = this.yyyymmddhhmm(); var ss = this.getSeconds() < 10 ? "0" + this.getSeconds() : this.getSeconds(); return "".concat(yyyymmddhhmm).concat(ss); }; var d = new Date(); //hhmm()

nL 發表在 痞客邦 留言(0) 人氣()


Laravel: share session data over multiple domains

在 laravel 任一處判斷網址後

nL 發表在 痞客邦 留言(0) 人氣()

CDN a,b,c三种鉴权的PHP代码

KB: 40207
 · 

nL 發表在 痞客邦 留言(0) 人氣()



nL 發表在 痞客邦 留言(0) 人氣()



nL 發表在 痞客邦 留言(0) 人氣()


nL 發表在 痞客邦 留言(0) 人氣()


先前有介紹到在 React Native上做動畫

nL 發表在 痞客邦 留言(0) 人氣()

1 234