git如何新建分支 1) 切换到基础分支,如主干 git checkout master 2)创建并切换到新分支 git checkout -b panda git branch可以看到已经在panda分支上 3)更新分支代码并提交 git add * git commit -m "init pan Read More
1 <?xml version='1.0' encoding='UTF-8'?> 2 <configuration> 3 <springProperty name="logFile" source="log.file"/> 4 <springProperty name="DataFileNettyU Read More
在从版本控制库中拉代码: https://gitee.com/zhang.w/boot-backend 1 此项目源码采用前后端分离方式,spring boot开发后端,使用shiro进行权限控制,layui、bootstrap、jquery、html为前端,基于json进行交互,接口完全采用Res Read More
三种注释方式 行注释、块注释、方法或类说明注释。 一、快捷键:Ctrl + / 使用Ctrl+ /, 添加行注释,再次使用,去掉行注释 二、演示代码 if (hallSites != null && hallSites.size() > 0) { //行注释 //最大行号 int maxRow = Read More
https://blog.csdn.net/bornonew/article/details/68941510 在VS2008中创建一个web service项目。 创建两个WebMethod。 1.启动Tomcat方法 1 /// <summary> 2 /// 启动权限系统 3 /// </su Read More
Corporation 1.8.0_211 C:\Program Files\Java\jdk1.8.0_211\jre ERROR | Failed to start Apache ActiveMQ (localhost, ID:SUJIE10-55704-1597277598596-0:1)ja Read More
netstat -aon|findstr "8161" TCP 127.0.0.1:64065 127.0.0.1:8161 SYN_SENT 23076 tasklist|findstr "23076" taskkill /f /t /im Tencentdl.exe C:\Users\sujie Read More
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance Read More
关于SSH与SSM的组成及其区别 https://www.cnblogs.com/mYunYu/p/11401037.html 前言 当下SpringBoot盛行,咱再聊聊SpringBoot盛行之前的框架组合,当做复习巩固哈。 在聊之前,得先说说MVC,MVC全名是Model View Contr Read More