前些天發現了一個巨牛的人工智能學習網站,通俗易懂,風趣幽默,忍不住分享一下給大家。點擊跳轉到教程。
1. 原本可以正常運行的項目,突然出現這個錯:
Command line is too long. In order to reduce its length classpath file can be used.
Would you like to enable classpath file mode for all run configurations of your project?Enable
2. 解決方法:
修改項目下 .idea\workspace.xml,找到標簽?<component name="PropertiesComponent">?, 在標簽里加一行??<property name="dynamic.classpath" value="true" />
?