03 2021 档案

摘要:在Windows下操作nginx,需要打开cmd 进入到nginx的安装目录下 如果使用命令关闭nginex失败,检查下是否是权限不够,切换成管理员命令窗口 1.启动nginx: start nginx 或 nginx.exe 2.停止nginx(stop是快速停止nginx,可能并不保存相关信息; 阅读全文 »
posted @ 2021-03-29 09:39 皮军旗 阅读(15175) 评论(0) 推荐(1) 编辑
摘要:public class CleanCommons { private static Pattern pattern = Pattern.compile("/\\*.+?\\*/", Pattern.DOTALL); public static void main(String[] args) th 阅读全文 »
posted @ 2021-03-18 08:52 皮军旗 阅读(418) 评论(0) 推荐(0) 编辑
摘要:import org.springframework.beans.BeansException; import org.springframework.context.ApplicationContext; import org.springframework.context.Application 阅读全文 »
posted @ 2021-03-12 09:09 皮军旗 阅读(153) 评论(0) 推荐(0) 编辑
摘要:如果你的项目没有用到sockjs,vuecli3 运行npm run serve 之后network里面一直调用一个接口:http://localhost:8080/sockjs-node/info?t=1556418283950方案:从根源上关闭此调用1、node_modules/sockjs-c 阅读全文 »
posted @ 2021-03-06 11:50 皮军旗 阅读(910) 评论(0) 推荐(0) 编辑
摘要:示例一:只有画面,没有声音 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" / 阅读全文 »
posted @ 2021-03-04 15:03 皮军旗 阅读(438) 评论(0) 推荐(0) 编辑
摘要:大框 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>大框</title> </head> <body> <h2>我是大框</h2> <iframe src="https://www.word.com:225 阅读全文 »
posted @ 2021-03-04 14:51 皮军旗 阅读(278) 评论(0) 推荐(0) 编辑
摘要:import java.io.File; /** * 删除文件和目录 * */ public class DeleteFileUtil { /** * 删除文件,可以是文件或文件夹 * * @param fileName * 要删除的文件名 * @return 删除成功返回true,否则返回fals 阅读全文 »
posted @ 2021-03-02 17:31 皮军旗 阅读(702) 评论(0) 推荐(0) 编辑
摘要:网上大多数博客的代码经过测试都是无用的,因为业务需要所以自己实现并封装了工具类供大家参考。 引入jave(多媒体处理包) pom依赖 <!-- jave 核心依赖 --> <dependency> <groupId>ws.schild</groupId> <artifactId>jave-core< 阅读全文 »
posted @ 2021-03-02 17:19 皮军旗 阅读(3245) 评论(0) 推荐(0) 编辑
摘要:如何通过访问某一个网页上的一个下载链接下载文件到本地呢?我学习了一下,利用httpget1,httpResponse1来判断网络是否连接访问成功,又通过httpget2,httpResponse2来访问下载链接实现文件下载。 注意:在使用httpget2之前需使用语句“ httpget1.abort 阅读全文 »
posted @ 2021-03-02 14:32 皮军旗 阅读(3117) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示