摘要:
ActiveRecordPlugin ActiveRecord是作为JFinal的Plugin而存在的,所以使用时需要在JFinalConfig中配置ActiveRecordPlugin。 以下是Plugin配置示例代码: public class DemoConfig extends JFinal 阅读全文
摘要:
创建 JTextField//创建默认默认文本框JTextField textField = new JTextField();12new JTextField(),创建默认文本框 new JTextField(int columns),创建文本框并设定可以显示的列数 new JTextField( 阅读全文
摘要:
项目在编译的时候,报错: Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! 在项目pom.xml中增加如下配置: <properties> <! 阅读全文
摘要:
新建maven项目时,Run中报警告:No archetype found in remote catalog. Defaulting to internal catalog.【在远程目录中没有找到原型。默认为内部编录。】,如图: 解决办法1:可以不用管【因为使用了maven模版构建项目,要从网上获 阅读全文