-
@stevehu are you going to run those tests?
-
I wanted to extract the dosage from a long string which was stored in a column 'concept_name', and convert the digits of dosage into numeric type. Here is my code:
alter table scratch_tzhang83_226.…
-
- 描述
定义两个路由
```java
@Override
public void configRoute(Routes me) {
me.add(new ViewRoutes());
me.add(new DataRoutes());
}
```
分别给两个路由设置baseViewPath:view和data
```java
import x.y.j…
-
项目之前用的2.2。想看看有没有必要换成3.0
-
```
public class Hello {
public static void main(String[] args){
JFinal.start("src/main/webapp", 8081, "/");
}
}
```
Exception in thread "main" java.lang.NoClassDefFoundError: o…
-
jdk都快到9了,希望能将jfinal升级到高的jdk版本,带来更好的体验
-
您好,谢谢您做出的贡献,学习您的代码让我受益良多。
现在有一个问题,使用jfinal-quartz插件写定时任务,会有下面的日志:
`894 [RMI TCP Connection(5)-127.0.0.1] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
9…
ssbg2 updated
7 years ago
-
MySQL 数据库,使用分页函数 paginate ,其中排序为别名,抛异常,比如以下 SQL 语句:
select id,name,a,b,(a+b) as c from user order by c desc
使用了 分页函数 dao.paginate 执行,就会抛异常:com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException:…
-
# HIBERANTE TINYINT(1) 取值问题
-
这2个框架都是类似ssh的集成。都做了很多精简,适合快速开发。
**nutz**
官网:http://nutzam.com/
github: https://github.com/nutzam/nutz
**jfinal**
官网:http://www.jfinal.com/
osc: http://git.oschina.net/jfinal/jfinal