摘要: onclick = contentmap("'+useridarr[i]+'") 阅读全文
posted @ 2019-07-18 17:07 _Lawrence 阅读(2166) 评论(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 阅读(2002) 评论(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 阅读(7096) 评论(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 阅读(257) 评论(0) 推荐(0) 编辑
摘要: Eureka Client:负责将这个服务的信息注册到Eureka Server中。Eureka Server:注册中心,里面有一个注册表,保存了各个服务所在的机器和端口号。ribbon:负载均衡,获取服务信息,feign调用服务。feign:调用服务。Hystrix是隔离、熔断以及降级的一个框架。 阅读全文
posted @ 2019-04-11 09:58 _Lawrence 阅读(803) 评论(0) 推荐(0) 编辑
摘要: action: struts: or: 请求路径: 阅读全文
posted @ 2019-04-06 15:34 _Lawrence 阅读(269) 评论(0) 推荐(0) 编辑
摘要: 执行sql: alter table table_name AUTO_INCREMENT=100 阅读全文
posted @ 2019-03-28 10:22 _Lawrence 阅读(3450) 评论(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 阅读(339) 评论(0) 推荐(0) 编辑
摘要: traditional:true,加上这个就好,默认为false,即允许深度序列化参数,但是servlet api不支持,所有设为true阻止就好了。 $.ajax({ type:'post', url:'/lst', async:true, data:{"arr_id":arr_id}, trad 阅读全文
posted @ 2019-03-26 15:23 _Lawrence 阅读(2298) 评论(0) 推荐(0) 编辑
摘要: /** * @description: 监听器 * @author: Lawrence * @create: 2019-03-18 10:35 * @Version: 2.0 **/@Component@ComponentScanpublic class Listerner implements H 阅读全文
posted @ 2019-03-18 10:56 _Lawrence 阅读(237) 评论(0) 推荐(0) 编辑