原创 PowerDesigner生成數據庫時報錯Reflexive and mandatory reference

生成數據庫時勾選檢查模型(check model)時報Reflexive and mandatory reference錯誤。 解決方案一 如果是單純不想看到錯誤信息在創建數據庫時取消勾選check model 選項,則在生成數據

原创 Mac使用brew安裝Python時報錯:Error: The following directories are not writable by your user:

今天在使用brew安裝Python的時候出現這個錯誤,翻譯過來大概意思是“你當前用戶沒有下列目錄的寫權限” 如下 Error: The following directories are not writable by your

原创 SpringBoot——無法訪問templater下的ftl文件

添加配置文件信息 spring: freemarker: request-context-attribute: req suffix: .ftl content-type: text/html

原创 Spring boot問題——spring boot configuration annotation processor not found in classpath

打開之前學習代碼然後出現spring boot configuration annotation processor not found in classpath的問題,如圖 然後在pom.xml文件中添加一項依賴就好了 <de

原创 Oracle報錯no privileges on tablespace 'USERS'

在Oracle中我新建了用戶,併爲他分配了connect權限和resource權限,創建表成功,但是插入數據時報錯no privileges on tablespace ‘USERS’。 解決辦法 爲用戶在users表空間上設置配

原创 Mac突然無法連接WiFi

寫在開頭 這篇博文挺偶然的,故事要從那一天說起…… 一天,發現我的天貓精靈總是聯網失敗,重置、換WiFi都不行,以爲是天貓精靈壞了,就沒管了。幾天後,電腦連接WiFi異常,新增的WiFi密碼是正確的,卻顯示密碼無效。過了一會兒網絡

原创 spark-shell計算某大學計算機系的成績

數據集Data01.txt如下 Aaron,OperatingSystem,100 Aaron,Python,50 Aaron,ComputerNetwork,30 Aaron,Software,94 Abbott,DataBas

原创 Hadoop第一個程序wordcount命令運行jar包報錯Usage: wordcount

第一次使用命令運行jar包使用Hadoop,然後報錯。網上百度了好多都是在eclipse裏面的解決方案,我是着實頭大。 環境 IDEA centos 7 hadoop 2.7.7 jdk1.8.0 報錯 代碼那些我就不貼了,網上很

原创 curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused解決辦法

網上很多資料https://raw.githubusercontent.com/Homebrew/install/master/install說的都是打開着個網址,我fq也打不開。 ping該地址返回超時 但我手機上又能打開,然

原创 Mac Pycharm引入sklearn包失敗ReadTimeoutError: HTTPSConnectionPool

首先試試從Pycharm裏直接安裝 然後等着安裝完成,但是若出現錯誤,可以嘗試命令行安裝 命令行安裝 需要安裝一下三個擴展 pip install -U NumPy pip install -U Scipy pip insta

原创 springboot調用資源報錯:The following has evaluated to null or missing:

本文章用以記錄使用過程中報錯The following has evaluated to null or missing:時候的一些可能的情況,主要是排查解決方案,具體錯誤情況視情況而定。 1、當調用對象屬於私有類型時 2、當調用