mac上brew安裝mysql更改數據存儲位置1、創(chuàng)建數據存儲目錄mkdir /data/mysqldb2、移動或復制數據庫文件sudo cp -rp /usr/local/...
1、homebrew安裝/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/i...
golang安裝gRpc安裝官方安裝命令: go get google.golang.org/grpc 是安裝不起的,會報: package google.golang.or...
修改配置文件/etc/netplan/50-cloud-init.yamlnetwork:version: 2ethernets:ens33:dhcp4: nodhcp6: ...
git clone 特別慢是因為github.global.ssl.fastly.Net域名被限制了。只要找到這個域名對應的ip地址,然后在hosts文件中加上ip–>域名的...
1.將下載源加入系統(tǒng)源列表 sudo wget http://www.linuxidc.com/files/repo/google-chrome.list -P /etc/a...
Ubuntu 添加用戶到sudoers 首先以root進入系統(tǒng)打開文件sudo vim /etc/sudoers如果沒有讀寫權限sudo chmod u+w /etc/sud...
ES6學習筆記-字符串與正則表達式 JS字符串編碼 在ES6之前,JS的字符串以16位字符編碼(UCS-2)為基礎。每個 16 位序列都是一個碼元( code unit ),...
ES6學習筆記 1.塊級綁定 在類C語言中變量是在聲明的地方創(chuàng)建。在JS中變量實際創(chuàng)建位置取決于你如何聲明它。es6提供了控制變量作用域的塊級作用域。 1.1 var聲明與變...
世界杯預測:西班牙、巴西以及德國被看好奪冠 The 2018 FIFA World Cup began Thursday in Russia. Football fans h...
美國廢除互聯(lián)網服務的網絡中立規(guī)定 Internet users in the United States likely did not notice anything dif...
1.The remote system refused the connection ps -e | grep sshsudo apt-get install openssh...