码迷,mamicode.com
首页 >  
搜索关键字:jetty deployment descriptor file    ( 53151个结果
Proetheus常用参数
./premetheus -h 命令行常用参数: ?--config.file="prometheus.yml" # 指定配置文件 ?--web.listen-address="0.0.0.0:9090" # 监听地址和端口 ?--log.level=info # 日志级别 ?--alertmana ...
分类:其他好文   时间:2021-04-30 12:19:22    阅读次数:0
macOS Big Sur 11.3,在安全方面的进步
已知macOS 11.3修复了一个主要漏洞(该漏洞使Shlayer恶意软件绕过了GateGeeper和File Quarantine等苹果公司的保护措施。) 各位Mac用户,笔者建议尽快更新到Apple的新macOS 11.3软件,因为它包含重要的恶意软件修复程序。可以极大地提高Mac的安全性能 除 ...
分类:系统相关   时间:2021-04-30 11:56:56    阅读次数:0
php写入文本,文件夹不存在则创建
// 安全文件路径,$fileName:完成文件路径 function securityFilePath($fileName,$read_write = '0777'){ $path = dirname($fileName); if(!file_exists($path)){// 判断路径是否存在, ...
分类:Web程序   时间:2021-04-29 11:54:35    阅读次数:0
docker部署springBoot项目
Dockerfile 文件 写法1(实际用过) FROM openjdk:8-jdk-alpine VOLUME /tmp ADD testdocker-1.0-SNAPSHOT.jar app.jar ENTRYPOINT ["java","-Djava.security.egd=file:/de ...
分类:编程语言   时间:2021-04-28 12:04:08    阅读次数:0
IDEA中避免修改后台代码后手动install和重启 Maven
1、File--Setting--bulid--compiler 作用:每次修改类文件的时候会自动编译;若不勾选,则需每次手动编译。 2、Shift+Ctrl+Alt+/,选择Registry 勾上compiler.automake.allow.when.app.running 这个东西的作用:允许 ...
分类:其他好文   时间:2021-04-28 12:02:11    阅读次数:0
mybatis 自动生成mapper文件
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE generatorConfiguration PUBLIC "-//mybatis.org//DTD MyBatis Generator Configuration 1.0//EN" "http:// ...
分类:移动开发   时间:2021-04-28 11:48:02    阅读次数:0
centos8编译安装php8
2021年4月24日17:29:22 环境: php8.0.3 centos 8.3 ./configure \ --prefix=/usr/local/php8 \ --with-config-file-path=/usr/local/php8/etc \ --with-curl \ --with ...
分类:Web程序   时间:2021-04-27 15:21:59    阅读次数:0
常用工作命令集合
1. find . -regex '.*\.c\|.*\.cc' | xargs grep "string" --color --line-number 2. sed -n '5,10p' filename 查看文件的第5行到第10行。 3. grep -o hello test.log | wc ...
分类:其他好文   时间:2021-04-27 15:16:42    阅读次数:0
java遍历文件
java遍历文件 package com.vfsd.test; import java.io.File; import java.io.IOException; public class ListFileName { public static void main(String[] args) { ...
分类:编程语言   时间:2021-04-27 15:01:42    阅读次数:0
图片转Base64格式
<input type="file" name="dddd" id="imgs"> <input type="button" onclick="ck()" value="submit" /> var reader = new FileReader(); var AllowImgFileSize = ...
分类:其他好文   时间:2021-04-27 14:37:23    阅读次数:0
53151条   上一页 1 ... 29 30 31 32 33 ... 5316 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!