- 博客(5)
- 收藏
- 关注
原创 java判断中文字符是否乱码
private static boolean iisWinFileNameEncoding(String fileName) { try { for (int i = fileName.length(); --i >= 0; ) { int chr = fileName.charAt(i); // 符合文件路径要求的字符 0-9(30-39) a-z(97-122) A-Z(56-90) 汉字(19
2022-01-27 09:55:18 1734
原创 bat/cmd处理文件内容替换 乱码解决
bat/cmd处理文件内容替换 乱码解决bat实现替换bootstrap.yml中的端口号: 替换bootstrap.yml中的端口号set bootstrap_file=project_name\src\main\resources\bootstrap.ymlset port_old=8080set port=80for /f "tokens=*" %%i in ('dir /b /s /a:-d %bootstrap_file%') do ( powershell -Command "(
2021-10-25 17:54:38 558 1
原创 spring boot入门
基于spring-boot spring-mvc mybatis创建用户权限管理系统github源代码链接https://github.com/vvyun/springboot.git使用 spring boot 创建web系统(水平有限,并不完善,只适用于入门学习该框架): spring boot spring mvc mybatis thymel...
2018-07-23 16:02:35 2276 2
原创 python 图片爬虫
如何批量爬取某个网站的图片(4chan/a的动漫图片)1. 先写一个网页处理的工具# -*- coding=utf-8 -*-# author vvyunimport urllib.requestimport reimport json"""http工具"""def getcontent(url): """获取链接html内容""" header...
2018-07-23 15:49:44 1906
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人