原创 解決sublime text3安裝Package Control問題

1. 下載Sublime3 https://www.sublimetext.com/3 2. 安裝Package Control 在線安裝: https://packagecontrol.io/ins... 因爲網絡原因可能失敗。 離線安裝

原创 git解決pre -commit hook failed (add --no-verify to bypass)的問題

在同步本地項目到github是出現這個錯誤: pre -commit hook failed (add --no-verify to bypass) pre-commit鉤子惹的禍 當你在終端輸入git commit -m "xxx",提交

原创 vue 項目使用vue-i18n報錯----爬坑

iview-admin框架克隆到本地,添加路由的時候,稍不注意就會遇到以下情況: Value of key 'xxx' is not string!Cannot translate the value of keypath 'xxx'. U

原创 NodeJS Express 中創建html5的server-sent event服務端

** 1、客戶端代碼 <!doctype html> <html> <head> <meta charset="utf-8"> <title>Server-Sent</title> </head> <body> <div id="resu

原创 centos7安裝mongodb

準備工作:1、在root目錄下創建文件夾software $ mkdir software 2、進入software文件 $ cd software 以下是mongodb的具體安裝步驟和文件配置 1. 下載mongodb3.6.3版本 $