最新文章
-
计算机网络面试题总结与理解2
什么是SQL注入? 把sql命令插入到页面请求的查询字符串中,达到欺骗服务器执行恶意的sql命令比如查询用户的SQL为select * from table where username='' and…… -
垃圾回收相关概念
文章目录 垃圾回收相关概念3.1 System.gc()的理解3.2 内存溢出与内存泄漏常见例子 3.3 Stop theWorld3.4 对象引用3.4.1概述3.4.2 强引用3.4.3 软引用(Sof…… -
-
-
linux下优雅执行springboot的jar文件
linux下优雅执行springboot的jar文件 环境条件 必须springboot2.x版本工程 配置步骤 1,配置插件 org.springframework.boot spring-boot-maven-plugin…… -
-
-
pbmplus-图像文件格式转换包与PBM/PGM/PPM 格式图像文件
pbmplus-图像文件格式转换包 PBMPLUS 是一个用于多种图像类型和可移植格式(portble formats)之间来回转换的工具包。官方网站主页介绍,和下载地址在这里。该…… -
springboot 在线调整日志级别
WEB应用项目生产环境一般日志级别是ERROR级别,但有时候碰到有问题的时候想看一下DEBUG级别的日志,可能需要项目重启,单个项目还好说,像现在微服务的项目动…… -
unity编写计时表(不使用UI)
1.关键代码 using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class Test : Mo……
友情链接