-
- [ ] 合并为 nutz-plus单一项目
- [ ] 将springboot的支持独立出一个的库
- [ ] 统一设置为JDK8
- [ ] 将一些不再维护的库归档处理
- [ ] 版本号从2.0开始
-
今天仔细复习一遍文档,看到Mapl 结构文档 处发现有个地方写错了,来报一下issues,如图
![qq 20171125154019](https://user-images.githubusercontent.com/20737062/33228464-5923d780-d1f7-11e7-9044-d82bb218a26a.png)
支持nutz框架,我是蛋蛋哟^_^
http:/…
-
例如:
select t1.a,t1,b,(select t2.a from t2 where t2.b = t1.b limit 1) as c from t1 where t1.b = xx
即:结果集的字段是个子查询
-
https://user-images.githubusercontent.com/83379021/124405156-73a89300-dd03-11eb-8b67-ca52a81db357.mp4
-
@wendal Seata will change the groupId,artifactId and package in 0.5.0 version (detail), which will be released this week, please upgrade the seata version of nutzboot-dubbo-seata samples to 0.5.0 whe…
-
Need a route / url / namespace auto update and sync upon file move either by class move or drag and drop.
This would make your plugin popularity the best plugin made and shoot through the roof!
so…
-
继承FileSqlManager 类复写get方法。实现每次提交请求到后端查询sql文件下的语句之前都重新扫描sql文件目录下的所有sql,这样可以在项目在服务器运行时程序员动态维护优化sql语句并且不用从新百衲衣重启项目
```java
import org.nutz.dao.SqlNotFoundException;
import org.nutz.dao.impl.FileSqlM…
-
**Beim normalen mp4 download für dieses Video:**
_https://www.youtube.com/watch?v=zlxoH2U7zu0_
**kommt immer diese Fehlermeldung:**
_'NoneType' object has no attribute 'span'_
-
The plugins (or middlewares) are important things to enrich original JFinal's functionality. But it's difficult for a user to find the appropriate plugin for his project, because there's no an officia…
-
多线程并行处理定时任务时,Timer运行多个TimeTask时,只要其中之一没有捕获抛出的异常,其它任务便会自动终止运行,使用ScheduledExecutorService则没有这个问题。
//org.apache.commons.lang3.concurrent.BasicThreadFactory
ScheduledExecutorServi…