安裝PIP 和JUPYTER
先進行pip版本升級 pip3 install --upgrade pip
進行安裝 pip3 install jupyter
開始使用JUPYTER
jupyter-notebook.exe
安裝PIP 和JUPYTER
先進行pip版本升級 pip3 install --upgrade pip
進行安裝 pip3 install jupyter
開始使用JUPYTER
jupyter-notebook.exe
之在前我們可以使用REMOTE_ADDR =就可以找到遠端的位址
現在還是一樣的簡單.
$ip=Request::ip();
這樣就可以取得IP了
發文日期:中華民國108年12月16日
發文字號:勞動保1字第1080140622號
主旨:「勞動部勞工保險局辦理一百零九年勞工保險被保險人紓困貸款」事項,並自即日生效。
公告事項:
理論上應該是因為Python 2會在2020年走入歷史了.
Attempting to renew cert (xxx.php5.idv.tw) from /etc/letsencrypt/renewal/xxx.php5.idv.tw.conf produced an unexpected error: urn:ietf:params:acme:error:malformed :: The request message was malformed :: Method not allowed. Skipping.
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/xxx.php5.idv.tw/fullchain.pem (failure)
好像上應該是因為Python 2會在2020年走入歷史了.
所以certbot怪怪的?
解決方法
sudo apt-get update
sudo apt-get install –only-upgrade certbot
certbot又復活了
同步播放ANDROID的手機畫面
adb shell screerecord –output-format=h264 – | ffplay –
App\Http\Middleware\VerifyCsrfToken.php
<?php namespace App\Http\Middleware;
use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken as BaseVerifier;
class VerifyCsrfToken extends BaseVerifier
{
protected $except = [
‘addhere/*’,
];
}
這兩天YUM 突然不能用了.其實平時也沒在用呵.
解法….
Edit your /etc/yum.conf file and add
http_caching=packages
樹苺派-組合電腦平台看起來是一個木頭的電腦組成器,讓小朋友可以了解電腦的構造,透過其中的感測組件了解各項運作的原理.
裡面只有幾個電燈和,麵包板和一些小組小,感測器的元件可能需要外購.
原購買網址:
18.04 / 19.10
研究專案前端開發工具,耳FLUTTER 開發非常的簡單易懂所以就來幫自己的UBUNTU開發環境加上了FLUTTER的功能.
準備
https://flutter.dev/docs/get-started/install/linux
建立環境路徑及FLUTTER檔案
mkdir -p ~/development
cd ~/development
tar xf ~/Downloads/flutter_linux_v1.12.13+hotfix.5-stable.tar.xz
設置環境路徑
export PATH="$PATH:pwd/flutter/bin"
完成後可以進行一些元件的下載.
flutter precache
flutter doctor
果然發生了一大堆的錯誤需要安裝. (哭哭
安裝一下
ANDROID STUDIO
Download LINUX SDK
系統就會下載一堆的LINUX用的ANDROID 開發環境
再次檢查:
flutter doctor –android-licenses
Accept? (y/N): y
All SDK package licenses accepted
然後就是一堆的同意…..
FILE>Setting >Plugins >
找到flutter並安裝
安裝後的格式就會像這樣.
又解開了一條….
安裝VSCode 的flutter
又解開了一條….
最後connect to device ?是什麼?
這鬼東西終於全部完成了.
果然需要安裝很多的東西現代的程式開發是多樣的綜合.
更改密碼使用舊的方法
ALTER USER ‘root’@’localhost’ IDENTIFIED WITH mysql_native_password BY ‘password’;
設定MYSQL設定檔加入語法支援舊的密碼方法
[mysqld]
default_authentication_plugin=mysql_native_password