摘要:
onclick = contentmap("'+useridarr[i]+'") 阅读全文
摘要:
CREATE TABLE text(id INT(20) COMMENT '主键',NAME VARCHAR(20) COMMENT '姓名',PASSWORD VARCHAR(20) COMMENT '密码',PRIMARY KEY(id) KEY indexname (NAME))ENGINE 阅读全文
摘要:
pom.xm里写入swagger依赖: <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>2.9.2</version></dependency><dep 阅读全文
摘要:
页面:<form enctype = "multipart/form-data" action="http://localhost:8080/PoliceSystem/excel/importpublic" method="post" id="importingFile"> <input type= 阅读全文
摘要:
Eureka Client:负责将这个服务的信息注册到Eureka Server中。Eureka Server:注册中心,里面有一个注册表,保存了各个服务所在的机器和端口号。ribbon:负载均衡,获取服务信息,feign调用服务。feign:调用服务。Hystrix是隔离、熔断以及降级的一个框架。 阅读全文
摘要:
action: struts: or: 请求路径: 阅读全文
摘要:
执行sql: alter table table_name AUTO_INCREMENT=100 阅读全文
摘要:
hibernate.cfg.xml <?xml version='1.0' encoding='UTF-8'?><!DOCTYPE hibernate-configuration PUBLIC"-//Hibernate/Hibernate Configuration DTD 3.0//EN""htt 阅读全文
摘要:
traditional:true,加上这个就好,默认为false,即允许深度序列化参数,但是servlet api不支持,所有设为true阻止就好了。 $.ajax({ type:'post', url:'/lst', async:true, data:{"arr_id":arr_id}, trad 阅读全文
摘要:
/** * @description: 监听器 * @author: Lawrence * @create: 2019-03-18 10:35 * @Version: 2.0 **/@Component@ComponentScanpublic class Listerner implements H 阅读全文