上一页 1 2 3 4 5 6 ··· 18 下一页
摘要: 开机启动tomcat 新建一个bat文件,内容如下 @echo off E: cd E:\tomcat\bin startup.bat %1(start /min cmd.exe /c %0 :&exit) /mode debug /role admin 然后把这个文件放到系统启动文件夹下面 修改t 阅读全文
posted @ 2021-07-02 12:07 登风360 阅读(479) 评论(0) 推荐(0) 编辑
摘要: js中的getDate() getMonth() getFullYear()方法 getDate() 方法可返回月份的某一天,返回值是 1 ~ 31 之间的一个整数。例子1: var d = new Date() document.write(d.getDate()) 输出:17 例子2:我们定义一 阅读全文
posted @ 2021-06-22 09:43 登风360 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 首先在配置文件头部的必须要有: <xmlns:task="http://www.springframework.org/schema/task"/> 其次xsi:schemaLocation必须为其添加: http://www.springframework.org/schema/task http 阅读全文
posted @ 2021-06-18 15:56 登风360 阅读(506) 评论(0) 推荐(0) 编辑
摘要: import java.text.DecimalFormat; public class TestNumberFormat{ public static void main(String[]args){ double pi = 3.1415927; //圆周率 //取一位整数 System.out. 阅读全文
posted @ 2021-03-11 15:18 登风360 阅读(857) 评论(0) 推荐(0) 编辑
摘要: 一、IDEA的配置JDK,Tomcat,Maven 转载地址:https://blog.csdn.net/lingmao555/article/details/48543063 2015年09月18日 10:32:11 阅读数:4019更多 个人分类: Intellij IDEA 版权声明:本文为博 阅读全文
posted @ 2021-02-27 20:30 登风360 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 1.下载IntelliJ IDEA 2018.1.6 https://www.cnblogs.com/pinghengxing/p/9446664.html idea各种版本选择与下载 2.安装IntelliJ IDEA 2018.1.6 3.下载JetbrainsCrack-3.1-release 阅读全文
posted @ 2021-02-27 17:52 登风360 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 业务场景:商品秒杀减库存操作 一、先简单创一个springBoot项目 pom.xml加入依赖 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instanc 阅读全文
posted @ 2021-02-22 14:19 登风360 阅读(95) 评论(0) 推荐(0) 编辑
摘要: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/P 阅读全文
posted @ 2021-02-20 14:35 登风360 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 码云官网地址:https://gitee.com/ 注册好登录后新建仓库 填写仓库相关信息 新建文件夹 命名好后提交 然后在这个页面创建文件 阅读全文
posted @ 2021-02-18 12:15 登风360 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 1.新建一个普通的mavent项目,该项目也为Eureka注册中心 new maven-project→springcloud-2.0-eureka-8200(jar) pom.xml配置 <project xmlns="http://maven.apache.org/POM/4.0.0" xmln 阅读全文
posted @ 2021-02-03 11:14 登风360 阅读(90) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 18 下一页