
jeecg
不负勇往丶
这个作者很懒,什么都没留下…
展开
-
jeecg 图标编码表 font-awesome.css样式
.fa-search:before { content: “\f002”; } NAME CODE NAME CODE .fa-glass \f000 .fa-github-alt \f113 .fa-music \f001 .fa-folder-o \f114 .fa-search \f002 .fa-folder-open-o \f115 .fa-envelope-o \f003 .fa-smile-o \f118 .fa-heart \f004 .fa-frown-o \f119 .fa-star \原创 2020-11-26 15:36:06 · 1145 阅读 · 0 评论 -
Jeecg 角色权限管理,菜单树出现underfed
如下图: 点击权限管理 右侧出现underfed 原因: 1.重置了 2.未加载完就点击保存了 解决办法: sql执行就可以了 delete from t_s_role_function where functionid not in (select id from t_s_function)原创 2020-11-23 16:47:51 · 297 阅读 · 0 评论 -
jeecg项目在idea用tomcat运行找不到报表文件的问题
jeecg项目在idea用tomcat运行找不到报表文件的问题 大家只需要修改一下tomcat的访问路径就行原创 2020-11-11 10:01:34 · 171 阅读 · 0 评论 -
jeecg封装好的加的模糊查询
jeecg封装好的加的模糊查询 if (StringUtil.isNotEmpty(yhpcYhxx.getYhLx())) { cq.like(“yhLx”, yhpcYhxx.getYhLx() + “%”); }原创 2020-09-23 13:48:24 · 449 阅读 · 0 评论