Giter Club home page Giter Club logo

beetl1.2's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

beetl1.2's Issues

换行输出问题

<% for (item in compileLibItemList) {%>
<%print(@item.toLibDefineString());%>
<%}%>

生成的文件是:
aaa bbb ccc

我期望的是
aaa
bbb
ccc

循环增强

@ for(user in userList){
${userLP.even} ${userLP.odd} ${userLP.first} ${userLP.last} ${userLP.size}
@}

jfinal 编译模式下出错

C:\Users\Administrator.bee\WebRoot\src\blog\blog_html.java:18: 找不到符号
符号: 类 JFinalSession
位置: 类 blog.blog_html
final JFinalSession<String,String> session;

jfinal 版本为1.4

减少模板对perm区的占用

减少模板编译成class后对perm区占用,包括:
1 模板变更后无效的class应该能移除perm
2 模板静态变量不占用perm区

int数组 遍历出错

template.set("array",new int[]{1,2,3})
模版里:
for(i in array) 将报错,只能
template.set("array",new Integer[]{1,2,3})

宏支持

虽然可以通过macor来获得同样效果,但不如宏效果好,希望支持:
<#select list=${users} style="" class="" value=${user} >
</#select>

异步编译

异步编译以避免系统启动的过高访问被阻塞

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.