- 博客(8)
- 资源 (1)
- 收藏
- 关注
原创 Windows CMD命令运行springboot jar包
指定目录下运行javar -jar 包名.jar --server.port=7777未指定目录下运行java -jar -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=128m -Xms1024m -Xmx30720m -Xmn256m -Xss256k -XX:SurvivorRatio=8 -XX:+UseConcMarkSweepGC...
2019-06-12 13:58:09 8866 2
原创 Mybatis动态表查询 ${} 预编译使用
controllerpublic void getData() { try { Object obj=userMapper.getInfo("tableName"); } catch (IOException e) { e.printStackTrace(); } }mapperObject getInfo(@Param("tableName")Str...
2019-06-12 13:46:30 636 1
原创 Java Object转JSONObject
JSONObject json=(JSONObject) JSONObject.toJSON(list.get(0));
2019-06-12 13:22:53 54234 5
原创 springBoot文件上传
前端HTML<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity3"><hea...
2019-06-12 11:52:52 208
翻译 template might not exist or might not be accessible by any of the configured Template Resolvers
application.properties配置文件spring.thymeleaf.prefix=classpath:/templates/spring.thymeleaf.suffix=.htmlspring.thymeleaf.mode=LEGACYHTML5#spring.thymeleaf.encoding=UTF-8#spring.thymeleaf.content-t...
2017-06-05 18:34:40 28684
翻译 浏览器控制台console个性化提示!
jQuery(document).ready(function($) { try { if (window.console && window.console.log) { console.log("%c\n\n\n\n哎? 高手%o吧!!!!", "color:#00FF81", "有啥没整明白的可以留言问我。");...
2017-05-31 17:59:27 803
翻译 数据网格分组视图(DataGrid GroupView)
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="keywords" content="jquery,ui,easy,easyui,web" /> <meta name="descr...
2017-05-22 15:02:35 2958
原创 easyUI的data-options修改
form表单定位$("#resObjectform .easyui-textbox").eq(1).textbox({ prompt:'CRMID后四位'});$("#resObjectform .easyui-combobox").eq(1).combobox({ multiple: false });
2017-05-17 10:03:35 5646
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人