-
使用 jquery form plugin 进行ajax表单提交 表单中存在input type="file" 元素 且,file元素没有选中文件提交时报出如下错误:
java.lang.ClassCastException: java.lang.String cannot be cast to org.nutz.mvc.upload.TempFile
at org.nutz.mvc.up…
-
```
What steps will reproduce the problem?
1.
同樣的mysql資料架在window下可以查詢到,可是在linux下會找不�
��
2.
3.
What is the expected output? What do you see instead?
基礎的Nutz.Dao程式碼
Category cat = fetch(Category.class…
-
```
log4j.xml:
运行TestAll结果:
org.nutz.log.impl.AbstractLog.debug(AbstractLog.java:16)
[DEBUG][main]- Get 'dao'
org.nu…
-
```
samsung induldge and and HTC
firmware
2.2.1
kernel
2.6.32.9
version
3.1-beta6
enduser computers connected to the wifi tethering cannot access certain
websites like google but youtube works f…
-
```
问题产生的条件:
mysql数据库,数据库所有的编码都为utf-8,java的编码也为utf-8
发生问题的调用代码:
Dao dao = new NutDao(new DataSource());
Person p = new Person();
p.setName("中国");
p.setAge(20);
…
-
```
代码:
配置文件:
{
transactionLevel2 : {
type : "org.nutz.aop.interceptor.TransactionInterceptor"
},
transactionIoc : {
type : "features.Transaction"
}
}
类:
public class T…
-
```
What steps will reproduce the problem?
1.運作new NutIoc(new JsonLoader("xxx.js"));
2.
3.
What is the expected output? What do you see instead?
failed to create logger from logAdapter: org.nutz.log.…
-
```
问题产生的条件:
使用Ioc ioc = new NutIoc(new JsonLoader("context.js"));
context.js的開頭格式如下:
var ioc = {
dataSource : {
type : 'org.apache.commons.dbcp.BasicDataSource',
singleton : true,…
-
目前Nutz的所有IocProvider实现都不是对Ioc容器只构造一次,这样在某些特定的情况会重复构造Ioc容器,不注意就会掉进各种坑啊,为Nutz的IocProvider添加只构造一次Ioc容器的实现吧
-
在我的项目中使用了hibernate。目前发现的问题是:
在action中,代码如下
List l = service.find(filter);//查询所有车辆对象(车辆对象里面有设备类型对象)
Object j = Mapl.toMaplist(l);//转成mapl格式
Object json = Mapl.excludeFilter(j, Arrays.asList("deviceType…