本系列博文包含 h5全栈 java全栈Python基础、前端开发、Web框架、缓存以及队列等,希望可以给正在学习编程的童鞋提供一点帮助!!!

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 32 下一页
  2019年11月13日
摘要: <?xml version="1.0" encoding="UTF-8"?><beans:beans xmlns="http://www.springframework.org/schema/security" xmlns:beans="http://www.springframework.org/ 阅读全文
posted @ 2019-11-13 22:59 李俊互联网技术传播者 阅读(103) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?><web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xsi:sch 阅读全文
posted @ 2019-11-13 22:58 李俊互联网技术传播者 阅读(94) 评论(0) 推荐(0)
摘要: <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> <depende 阅读全文
posted @ 2019-11-13 22:56 李俊互联网技术传播者 阅读(121) 评论(0) 推荐(0)
  2019年11月10日
摘要: <dependencies> <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper</artifactId> </dependency> <!-- Mybatis --> <dependency> < 阅读全文
posted @ 2019-11-10 23:41 李俊互联网技术传播者 阅读(429) 评论(0) 推荐(0)
摘要: <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> <!-- Spr 阅读全文
posted @ 2019-11-10 21:14 李俊互联网技术传播者 阅读(133) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 阅读全文
posted @ 2019-11-10 19:42 李俊互联网技术传播者 阅读(177) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?><web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xsi:sch 阅读全文
posted @ 2019-11-10 19:40 李俊互联网技术传播者 阅读(189) 评论(0) 推荐(0)
摘要: <!-- 集中定义依赖版本号 --> <properties> <junit.version>4.12</junit.version> <spring.version>4.2.4.RELEASE</spring.version> <pagehelper.version>4.0.0</pagehelp 阅读全文
posted @ 2019-11-10 13:24 李俊互联网技术传播者 阅读(180) 评论(0) 推荐(0)
  2019年11月8日
摘要: <!-- Ribbon 相关依赖,eureka会自动引入Ribbon --> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix-eureka-clien 阅读全文
posted @ 2019-11-08 00:35 李俊互联网技术传播者 阅读(97) 评论(0) 推荐(0)
  2019年11月7日
摘要: <parent> <artifactId>microservice-cloud-01</artifactId> <groupId>com.mengxuegu.springcloud</groupId> <version>1.0-SNAPSHOT</version> <relativePath>../ 阅读全文
posted @ 2019-11-07 13:28 李俊互联网技术传播者 阅读(394) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 32 下一页