自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(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

Delphi锁屏

1.字符串长500解锁 2.时间锁小时加分钟(不包含‘:’)3.不告诉你,自己看代码

2016-01-12

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除