摘要:
安裝完成啟動停止在加載頁 vim hudson.model.UpdateCenter.xml將url 更改為 https://mirrors.tuna.tsinghua.edu.cn/jenkins/updates/update-center.json
閱讀全文
posted @ 2024-12-25 15:50
mrma1989
閱讀(11)
推薦(0)
摘要:
Their offer: ssh-rsa,ssh-dss
閱讀全文
posted @ 2024-12-24 09:53
mrma1989
閱讀(192)
推薦(0)
posted @ 2020-11-30 11:19
mrma1989
閱讀(189)
推薦(0)
摘要:
創建bat文件 開機 "C:\Program Files (x86)\VMware\VMware Workstation\vmrun" start "D:\Virtual Machines\dev\dev.vmx" nogui 掛起 "C:\Program Files (x86)\VMware\VM
閱讀全文
posted @ 2020-11-20 18:45
mrma1989
閱讀(383)
推薦(0)
摘要:
SHOW VARIABLES LIKE 'general%'; set GLOBAL general_log='ON'; --開啟本地日志
閱讀全文
posted @ 2020-11-17 17:03
mrma1989
閱讀(351)
推薦(0)
摘要:
修改php.ini 中的值重啟 php-fpm 無效。 配置中有個 opcache.ini 其中也有opcache.revalidate_freq 的設置,進行修改保存。重啟 php-fpm 生效了。 參考:https://zhuanlan.zhihu.com/p/136291205
閱讀全文
posted @ 2020-10-26 21:44
mrma1989
閱讀(334)
推薦(0)
摘要:
git config --global https.proxy http://127.0.0.1:1080 git config --global https.proxy https://127.0.0.1:1080 git config --global --unset http.proxy gi
閱讀全文
posted @ 2020-10-14 15:19
mrma1989
閱讀(366)
推薦(0)
摘要:
在pom.xml中添加 <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> <version>2.4.3</version> <executions> <ex
閱讀全文
posted @ 2020-07-25 15:53
mrma1989
閱讀(1053)
推薦(0)
摘要:
FAILED: SemanticException org.apache.hadoop.hive.ql.metadata.HiveException: java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient
閱讀全文
posted @ 2020-07-05 22:02
mrma1989
閱讀(2676)
推薦(0)
摘要:
pom.xml中配置 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.a
閱讀全文
posted @ 2020-06-14 18:52
mrma1989
閱讀(557)
推薦(0)