執行此命令搜尋matplotlibrc檔案
sudo find / -name matplotlibrc
修改配置資訊
4.1編輯matplotlibrc檔案
vim matplotlibrc
4.2修改資料(建議直接cv即可)
font.family : sans-serif
font.sans-serif : simhei
axes.unicode_minus : false
重啟jupyter搞定
如果這種方式還不能解決,建議清理一下快取rm -r ~/.cache/matplotlib
apache 不支援 chkconfig 解決方法
將apache新增為開機啟動有兩個方法 1 在 etc rc.d rc.local內加入啟動命令 usr local apache2 bin apachectl start 2 將http新增為系統服務 httpd 0 關閉 1 關閉 2 關閉 3 關閉 4 關閉 5 關閉 6 關閉 httpd 0...
Hive的on不支援非等值連線解決,不支援or
oracle select a.b.id asb id,b.class as b class from lpx test a a left outer join lpx test b b on a.id b.id and a.class b.class 連線條件的第二個是非等值的,不能照搬上面 hi...
mysql不支援 MySQL不支援的特性
mysql 1 不支援物化檢視。2 不支援位圖索引。3 不支援並行查詢。4 不支援雜湊關聯,mysql的所有關聯都是巢狀迴圈關聯。不過,可以通過建立乙個雜湊索引來曲線實現。5 不允許對同一表同時進行查詢和更新。報錯 update tb1 as outer tb1 set cnt select cou...