執行sudo dnf update
報錯:
上次元資料過期檢查:0:27:28 前,執行於 fri jul 22 07:42:36 2016。編輯檔案依賴關係解決。
錯誤:該操作將導致移除已啟動的核心:kernel-core-4.5.7-202.fc23.x86_64 。
/etc/dnf/dnf.conf
,移除或注釋掉installonlypkgs=electron
下面是舊的解決方案,忽略:
sudo dnf remove python3-dnf-plugins-core -y
參考:
installing vs code can break dnf
electron inserts itself into dnf.conf and breaks kernel update procedure on fedora
configuring yum and yum repositories
2 3 tensorflow 2 3學習 向量
自己開發了一 票智慧型分析軟體,功能很強大,需要的點選下面的鏈結獲取 方法說明 tf.range start,limit,delta 1,dtype none,name range 等差序列,包括start,不包括limit,delta是增量,預設1 tf.lin space start,stop,...
考研日誌 23
昨天9點才開始學,學到了11點多一點。dm看完了二元關係的第三節,做了6道題。220 23 4錯了3個,講的是北京的教育系統,感覺挺簡單的,結果錯得不少。這兩天做的專案比較煩,工作1年,最喜歡做的是那種協議清晰,需求明確,並且硬體所允許的靈活性比較小的專案。最煩的乙個是修改別人的老的專案,因為這類專...
23 操作標籤
如果標籤打錯了,也可以刪除 git tag d v0.1 deleted tag v0.1 was e078af9 因為建立的標籤都只儲存在本地,不會自動推送到遠端。所以,打錯的標籤可以在本地安全刪除。如果要推送某個標籤到遠端,使用命令git push origin tagname git push...