Easter79 Easter79
4年前
springboot分环境打包(maven动态选择环境)
分环境打包核心点:spring.profiles.activepom.xml中添加:<profiles<profile<iddev</id<activation<activeByDefaulttrue</activeB
Easter79 Easter79
4年前
SpringBoot打包部署简单说明
SpringBoot项目打包部署1\.jar包部署添加一个插件<!打包插件<build<plugins<plugin<groupId
Wesley13 Wesley13
4年前
Java 8内存分析
添加参数启动java进程:javajarXms512mXmx512mXX:UseConcMarkSweepGCXX:HeapDumpOnOutOfMemoryErrorXX:PrintGCDetailsXX:PrintGCDateStampsdemo0.0.1SNAPSHOT.jar
Wesley13 Wesley13
4年前
Ubuntu18.04 安装 Docker CE
Ubuntu18.04安装DockerCE1.添加使用https传输的软件包和CA证书sudoaptupdatesudoaptinstallapttransporthttpscacertificatescurlsoftwarepropertie
Stella981 Stella981
4年前
IntelliJ IDEA 自定义类注解模板和方法注解模板
1、类注解模板FilesettingsEditorFileandCodeTemplatesIncludes FileHeaderIDEA中在创建类时会自动给添加注释/@date${DATE}${T
Stella981 Stella981
4年前
Chrome浏览器新标签页设置首页主页修改添加网站Infinity插件好用
!Chrome浏览器新标签页怎么设置首页主页修改添加网站Infinity插件好用(http://static.oschina.net/uploads/img/201501/03120739_g7Nz.jpg)Infinitynewtab是一款美观实用的chrome新标签页。最常访问的网站添加,修改,删除网址都有,每日一图,云备份等功能都具备。
Stella981 Stella981
4年前
Nuxt.js是什么,为什么使用它、Nuxt.js环境搭建
1\.Nuxt.js概述1.1我们一起做过的SPASPA(singlepagewebapplication)单页Web应用,Web不再是一张张页面,而是一个整体的应用,一个由路由系统、数据系统、页面(组件)系统 等等,组成的应用程序。Vue就是SPA
Stella981 Stella981
4年前
Linux下编写自己的service
今天在Linux下源码安装好MySQL后,将mysql添加到系统的服务的过程引起了我的兴趣,我能不能自己写一个简单的脚本,也添加为系统的服务呢?于是开干:suvi myservice然后模仿着mysql在里面开写:!/bin/bash start() {    echo 'This
Stella981 Stella981
4年前
Nocas学习(2)
添加依赖官方提供版本:<dependency<groupIdcom.alibaba.boot</groupId<artifactIdnacosconfigspringbootstarter</artifactId<version${latest.version}</version</dependency
Stella981 Stella981
4年前
DateTimePicker 控件的使用
(1)创建一个基于对话框的工程,命名为DateTimePicker。(2)为对话框添加一个DateTimePicker控件,并为其添加一个CTime类型的关联变量m\_pickerTime。!(https://oscimg.oschina.net/oscnet/1bee38e8314566e500fcff049f94e6c33da.png)