Code Monkey home page Code Monkey logo

Comments (4)

ysc avatar ysc commented on June 2, 2024

你这个表达我看不懂呀,不知道你在说什么

from apdplat.

liubenhui avatar liubenhui commented on June 2, 2024

在代码生成器输入数据的Excel模板内,添加一个字段英文名称为:“AAA”或者“bbb”(全大写或全小写字符),且字段类型为DicItem的Model属性。用PopulationGenerator生成出Action、JSP和JS,能正常运行CURD。
如果改成“字段英文名称”为:aAA、Bbb这样的大小写混合字符,执行CURD时就会报错。
此问题仅发生在DicItem类型,其他类型无此问题。

from apdplat.

ysc avatar ysc commented on June 2, 2024

你在Excel模板中要么就是全大写,如AAA,会给你生成getAAA和setAAA,使用这种全大写的方式,是因为有些复杂的领域的名词只能用拼音首字母来表示,用汉语拼音当然也可以,太长,用英文就太扯了,有些都不知道怎么翻译或者太太长;要么就遵守Java变量命名规范如:userName、startTime等。满意了吗?

from apdplat.

liubenhui avatar liubenhui commented on June 2, 2024

已解决!,谢谢!

from apdplat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.