摘要: 1、解决列文字隔开问题,及文字太长问题解决。 yAxis: [ { type : 'category', data : message.data[0].dataone, axisLabel: { interval:0, formatter: function(value) { if (value.l 阅读全文
posted @ 2019-08-16 16:04 _Lawrence 阅读(229) 评论(0) 推荐(0)
摘要: 引入pom <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency> 配置文件 redis: datab 阅读全文
posted @ 2019-08-09 11:06 _Lawrence 阅读(247) 评论(0) 推荐(0)
摘要: onclick = contentmap(&quot;'+useridarr[i]+'&quot;) 阅读全文
posted @ 2019-07-18 17:07 _Lawrence 阅读(2184) 评论(0) 推荐(0)
摘要: CREATE TABLE text(id INT(20) COMMENT '主键',NAME VARCHAR(20) COMMENT '姓名',PASSWORD VARCHAR(20) COMMENT '密码',PRIMARY KEY(id) KEY indexname (NAME))ENGINE 阅读全文
posted @ 2019-06-11 15:14 _Lawrence 阅读(2066) 评论(1) 推荐(0)
摘要: pom.xm里写入swagger依赖: <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>2.9.2</version></dependency><dep 阅读全文
posted @ 2019-06-06 15:55 _Lawrence 阅读(7185) 评论(1) 推荐(1)
摘要: 页面:<form enctype = "multipart/form-data" action="http://localhost:8080/PoliceSystem/excel/importpublic" method="post" id="importingFile"> <input type= 阅读全文
posted @ 2019-05-24 15:57 _Lawrence 阅读(277) 评论(0) 推荐(0)
摘要: Eureka Client:负责将这个服务的信息注册到Eureka Server中。Eureka Server:注册中心,里面有一个注册表,保存了各个服务所在的机器和端口号。ribbon:负载均衡,获取服务信息,feign调用服务。feign:调用服务。Hystrix是隔离、熔断以及降级的一个框架。 阅读全文
posted @ 2019-04-11 09:58 _Lawrence 阅读(832) 评论(0) 推荐(0)
摘要: action: struts: or: 请求路径: 阅读全文
posted @ 2019-04-06 15:34 _Lawrence 阅读(288) 评论(0) 推荐(0)
摘要: 执行sql: alter table table_name AUTO_INCREMENT=100 阅读全文
posted @ 2019-03-28 10:22 _Lawrence 阅读(3489) 评论(0) 推荐(0)
摘要: hibernate.cfg.xml <?xml version='1.0' encoding='UTF-8'?><!DOCTYPE hibernate-configuration PUBLIC"-//Hibernate/Hibernate Configuration DTD 3.0//EN""htt 阅读全文
posted @ 2019-03-27 22:44 _Lawrence 阅读(356) 评论(0) 推荐(0)