会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
shuzu渊
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
下一页
2023年2月8日
新建vue项目(学习版笔记)
摘要: 1、确保电脑安装了Node.js node -v npm -v 2、 全局安装vue-cli npm install -g vue-cli 如果遇到以下问题: vue : 无法加载文件 C:\Users\saffi\AppData\Roaming\npm\vue.ps1,因为在此系统上禁止运行脚本。
阅读全文
posted @ 2023-02-08 10:13 shuzu渊
阅读(62)
评论(0)
推荐(0)
2022年7月26日
笔记-将XML文件读取为String字符串
摘要: import java.io.File; import java.io.IOException; import java.io.StringWriter; import java.net.URL; import org.jdom.input.SAXBuilder; import org.jdom.o
阅读全文
posted @ 2022-07-26 15:40 shuzu渊
阅读(1426)
评论(0)
推荐(0)
笔记-获取APK的版本信息
摘要: import java.io.File; import java.io.InputStream; import java.util.Enumeration; import java.util.zip.ZipEntry; import java.util.zip.ZipFile; import and
阅读全文
posted @ 2022-07-26 15:39 shuzu渊
阅读(178)
评论(0)
推荐(0)
笔记-获取APK的MD5值
摘要: import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.security.MessageDigest; /** * MD5加密工具类 * */ public final
阅读全文
posted @ 2022-07-26 15:38 shuzu渊
阅读(390)
评论(0)
推荐(0)
2022年7月20日
LayUI时间组件根据日/周/月/季度/年切换渲染
摘要: 页面代码: <div class="layui-form-item" style="margin-left: 10px"> <div class="layui-inline layui-form"> <label class="layui-inline" id="worldlable" style=
阅读全文
posted @ 2022-07-20 15:28 shuzu渊
阅读(1315)
评论(0)
推荐(0)
2022年7月19日
MySQL数据恢复(执法仪版本)
摘要: 1、备份ivehicle文件夹 目录:C:\Program Files (x86)\iVS-100\iVS-100-Server\iVS_DataBase\data\ivehicle 关键文件为ivehicle文件夹目录下的所有.frm文件和.ibd 1.1 打开任务管理器,在服务中停掉这两个服务,
阅读全文
posted @ 2022-07-19 17:43 shuzu渊
阅读(446)
评论(0)
推荐(0)
2021年11月2日
Ubuntu开机自启动jar包和Nginx
摘要: 一、自启动Nginx 1、编辑etc目录下的rc.local文件 vim /etc/rc.local #!/bin/bash /usr/local/nginx/sbin/nginx exit 0 其中 /usr/local/nginx/sbin/nginx 为Nginx的启动项,请根据自己安装的路径
阅读全文
posted @ 2021-11-02 11:34 shuzu渊
阅读(1412)
评论(0)
推荐(0)
2021年9月8日
Java高德地图两点间距离、地理编码、逆地理编码
摘要: 请注意编码方式一定要是UTF-8,否则地理编码返回count为0,并且报错: Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.6.0:exec (default-cli) on project education: Comma
阅读全文
posted @ 2021-09-08 11:09 shuzu渊
阅读(800)
评论(0)
推荐(0)
IDEA运行Main报错Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.6.0:exec (default-cli) on project education: Command execution failed.
摘要: 1、一般是由于出现中文乱码的原因,最直接有效的方法是配置运行类VM options: -Dfile.encoding=UTF-8 2、还不行的话试试别的配置 -Dfile.encoding=UTF-8
阅读全文
posted @ 2021-09-08 11:02 shuzu渊
阅读(3609)
评论(0)
推荐(0)
2021年7月23日
Java使用Jsoup获取全国省市区(县)街道村等信息
摘要: 1、在pom.xml文件中配置jsoup <!-- https://mvnrepository.com/artifact/org.jsoup/jsoup --> <dependency> <groupId>org.jsoup</groupId> <artifactId>jsoup</artifact
阅读全文
posted @ 2021-07-23 15:58 shuzu渊
阅读(3385)
评论(0)
推荐(0)
1
2
3
4
5
下一页
公告