摘要: MAPE 电脑权限代理 live-server html本地服务器 阅读全文
posted @ 2019-06-08 16:38 小狗吃月亮 阅读(132) 评论(0) 推荐(0) 编辑
摘要: sublime text 3安装package console https://www.cnblogs.com/cyttina/p/4084308.html 阅读全文
posted @ 2019-06-06 21:06 小狗吃月亮 阅读(426) 评论(0) 推荐(0) 编辑
摘要: 3.创建package.json文件,输入命令 npm init,一路enter,完后输入yes或Y,这样在工程目录下就会生成一个package.json文件(全局安装webpack) 4.安装webpack,输入命令 npm install webpack -g 5.安装 webpack 依赖,输 阅读全文
posted @ 2019-06-04 22:10 小狗吃月亮 阅读(786) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/ypr-09-23/p/10797153.html 4.到这个步骤以后,打开mysql-8.0.16-winx64文件,在当前目录下,新建一个名为my.ini的文件,然后打开该文件,将下列代码加入到该文件中; 注意:将my.ini文件中的设置mysql 阅读全文
posted @ 2019-06-04 21:09 小狗吃月亮 阅读(946) 评论(0) 推荐(0) 编辑
摘要: 提交代码到自己分支 git status git add 文件名 git status git commit -m 注释 git push origin 分支名 更新最新主分支代码到自己分支 git checkout develop // 切到主分支 git pull origin develop 阅读全文
posted @ 2019-06-04 20:06 小狗吃月亮 阅读(85) 评论(0) 推荐(0) 编辑
摘要: maven依赖 @EnableAutoConfiguration和@ComponentScan等于@SpringBootApplication freemarker controller FreemarkerController.java 约定在src/main/resources/template 阅读全文
posted @ 2019-06-02 20:59 小狗吃月亮 阅读(133) 评论(0) 推荐(0) 编辑
摘要: mysql8.0.16 阅读全文
posted @ 2019-06-01 22:45 小狗吃月亮 阅读(1615) 评论(0) 推荐(0) 编辑
摘要: eureka服务器 配置 pom.xml <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http 阅读全文
posted @ 2018-10-31 15:27 小狗吃月亮 阅读(1857) 评论(0) 推荐(0) 编辑
摘要: oracle procedure代码 CREATE OR REPLACE PROCEDURE dept_insert_proc( v_deptno dept.deptno%TYPE, v_dname dept.dname%TYPE, v_loc dept.loc%TYPE, v_result OUT 阅读全文
posted @ 2018-10-29 18:08 小狗吃月亮 阅读(1045) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html><head> <meta charset="utf-8"> <title>登录页面</title> <script type="text/javascript" src="jquery-2.0.3.min.js"></script> <link rel="s 阅读全文
posted @ 2018-10-29 17:32 小狗吃月亮 阅读(2078) 评论(0) 推荐(0) 编辑