安裝php 7.2
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install php7.2
安裝php擴充套件
sudo apt-get install php7.2-mongodb
sudo apt-get install php7.2-cli
sudo apt-get install php7.2-xml
sudo apt-get install php7.2-mbstring php7.2-intl php7.2-redis -y
apt-get install composer
獲取**
git clone
開始部署eos tracker api
進入eos-tracker/eos-tracker-api
,更新安裝eos tracker api子專案
composer update
composer install
修改mongdb for eos-tracker-api的配置檔案
# this file is auto-generated during the composer install parameters:
secret: 123 //一般預設為空
mongodb_server: 'mongodb://localhost:27017'
db_name: eostest
開始執行
開始部署eos tracker前端專案
進入eos-tracker/eos-tracker-frontend
安裝專案依賴
npm i
npm install -g @angular/[email protected]
eos tracker是乙個基於angular4的前端,連線到eos tracker api。
用於與eos-tracker-api互動的eos-tracker-frontend的配置檔案:
src/environments/environment.ts
export const environment = ;
開始啟動
ng serve --host 0.0.0.0 --port 4200
常見問題
npm uninstall -g @angular/cli
npm install -g @angular/[email protected]
sudo apt-get install python-software-properties
sudo apt-get update
sudo apt install software-properties-common
sudo apt-get update
注意:雲伺服器上4201,8000等的埠需要開啟。
訪問: 即可檢視瀏覽器的資訊。
最後配置一下讀取mongodb庫裡面的資料就ok了。
Electron 搭建檔案瀏覽器
electron electron builder async 類似window系統中的資料夾 顯示指定目錄下的所有檔案列表 區分檔案和資料夾 最好區分每一種檔案型別 點選檔案可以開啟 預設開啟方式 點選資料夾可以進入該檔案目錄 可以返回上一目錄 返回到頂部時,直接關閉視窗 可以通過快捷鍵或按鈕直接...
瀏覽器 瀏覽器高效搜尋
一 常見場景 以場景的形式來說明 1 場景1 網路上查詢一本書的 指定文件型別 如pdf 如 搜尋關鍵字 c primer plus 的 pdf 版本 輸入 格式 關鍵字 空格 filetype pdf 例項 c primer plus中文版 filetype pdf關鍵字 filetype 2 場...
常見瀏覽器 瀏覽器核心
常見瀏覽器介紹 瀏覽器是網頁執行的平台,常用的瀏覽器有ie 火狐 firefox 谷歌 chrome safari和opera等。我們平時稱為五大瀏覽器。瀏覽器核心 理解 瀏覽器核心又可以分成兩部分 渲染引擎 layout engineer 或者 rendering engine 和 js 引擎。渲...