前言
今天同事詢問一個奇怪的問題,他在本機上參考某個 DLL 來執行程式是沒有問題的。
但將它移到 VM Server 上去測試就會發生「找不到方法: ‘System.Object System.Reflection.PropertyInfo.GetValue(System.Object)’。」的錯誤。
Hello! 我是 RM
最近寫一個 Fake 的 Java 程式,想要將它直接 Build 成 JAR 檔案。
但是在執行 java -jar 時,卻會出現 no main manifest attribute, in rm.jar
因為在建立 jar 時沒有跟他說 main 的 class 是那一個,所以會噴那個錯誤。
參考 Java Setting an Application’s Entry Point ,
所以在建立 jar 時,記得給它 main 所在的那個類別就可以了,如下 (MyApp 就是有 main method 的 class),
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true