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

上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 32 下一页
  2019年9月5日
摘要: <?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-09-05 11:54 李俊互联网技术传播者 阅读(243) 评论(0) 推荐(0)
摘要: <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> <!-- Spr 阅读全文
posted @ 2019-09-05 11:52 李俊互联网技术传播者 阅读(350) 评论(0) 推荐(0)
  2019年9月4日
摘要: 1、打开File菜单,选择Setting,在Version Control下找到Github。 2、分别在Login与Password中输入自己在Github注册的用户名和密码,然后点击Test按钮: 如果提示连接成功,那么说明这个账号是可用的。 3、继续在这个目录下面找到Git 4、添加git.e 阅读全文
posted @ 2019-09-04 17:03 李俊互联网技术传播者 阅读(351) 评论(0) 推荐(0)
摘要: 当所有的东西都配好以后 就是不上数据 解决方案是在所属右键 点击Git BashHere后 输入:git pull origin master –allow-unrelated-histories git push -u origin master -f 然后根据提示输入账户和密码 就可以解决 具体 阅读全文
posted @ 2019-09-04 17:02 李俊互联网技术传播者 阅读(1376) 评论(0) 推荐(0)
  2019年8月27日
摘要: <!--springboot web启动器--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <depe 阅读全文
posted @ 2019-08-27 06:59 李俊互联网技术传播者 阅读(173) 评论(0) 推荐(0)
摘要: <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.0.7.RELEASE</version> <relativePat 阅读全文
posted @ 2019-08-27 06:38 李俊互联网技术传播者 阅读(229) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> 阅读全文
posted @ 2019-08-27 05:17 李俊互联网技术传播者 阅读(498) 评论(0) 推荐(0)
  2019年8月26日
摘要: <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:security="http://www.springframework.org/schema 阅读全文
posted @ 2019-08-26 16:37 李俊互联网技术传播者 阅读(217) 评论(0) 推荐(0)
摘要: DROP DATABASE IF EXISTS springcloud_db01;CREATE DATABASE springcloud_db01 CHARACTER SET utf8;USE springcloud_db01;CREATE TABLE product( pid BIGINT NOT 阅读全文
posted @ 2019-08-26 12:19 李俊互联网技术传播者 阅读(175) 评论(0) 推荐(0)
摘要: 官网: http://spring.io/projects/spring-cloud 各组件说明(中文版):https://springcloud.cc/spring-cloud-netflflix.html 详细文档版: 英文版:https://cloud.spring.io/spring-clo 阅读全文
posted @ 2019-08-26 10:36 李俊互联网技术传播者 阅读(548) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 32 下一页