上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 68 下一页
摘要: 我们有时候会安装浏览器扩展程序,正常情况下,我们回去谷歌应用商店里面进行下载,但是这个需要VPN,有时候我们没法使用VPN,想从其他已安装扩展程序的浏览器上直接安装就可以使用我们下面这个方法 win10系统: C:\Users\你电脑的用户名\AppData\Local\Google\Chrome\ 阅读全文
posted @ 2021-02-10 01:31 yvioo 阅读(985) 评论(0) 推荐(0) 编辑
摘要: 官网:https://www.openoffice.org/download/index.html 下载完成后 直接点击安装即可 阅读全文
posted @ 2021-01-29 17:28 yvioo 阅读(1609) 评论(0) 推荐(0) 编辑
摘要: 先安装openoffice4 Linux系统安装参考:https://www.cnblogs.com/pxblog/p/11622969.html Windows系统安装参考:https://www.cnblogs.com/pxblog/p/14346148.html 引入jar包 https:// 阅读全文
posted @ 2021-01-29 17:07 yvioo 阅读(3301) 评论(0) 推荐(0) 编辑
摘要: SpringBoot启动报错 ***************************APPLICATION FAILED TO START*************************** Description: The bean 'XXX', defined in class path re 阅读全文
posted @ 2021-01-29 13:53 yvioo 阅读(4600) 评论(0) 推荐(0) 编辑
摘要: 安装vsftp yum install vsftpd -y 安装完成之后进入vsftp的配置文件夹 cd /etc/vsftpd/ 文件夹内容如下 [root@VM-0-12-centos vsftpd]# ll total 20 -rw 1 root root 125 Oct 14 00:10 f 阅读全文
posted @ 2021-01-28 16:04 yvioo 阅读(10538) 评论(1) 推荐(1) 编辑
摘要: import java.util.regex.Matcher; import java.util.regex.Pattern; /** * 判断是否为移动端设备访问 * */ public class CheckMobile { // \b 是单词边界(连着的两个(字母字符 与 非字母字符) 之间的 阅读全文
posted @ 2021-01-22 10:12 yvioo 阅读(1155) 评论(0) 推荐(0) 编辑
摘要: import org.springframework.web.bind.annotation.ControllerAdvice; import org.springframework.web.bind.annotation.ExceptionHandler; import org.springfra 阅读全文
posted @ 2021-01-21 14:07 yvioo 阅读(108) 评论(0) 推荐(0) 编辑
摘要: Summernote 是一个简单灵活的所见即所得的 HTML 在线编辑器,基于 jQuery 和 Bootstrap 构建,支持快捷键操作,提供大量可定制的选项。 但是却只有图片上传功能,没有视频上传功能,这里演示怎么增加一个视频上传功能 (批量上传写法在最下方) 基于v0.8.12版本 修改sum 阅读全文
posted @ 2021-01-20 13:43 yvioo 阅读(964) 评论(2) 推荐(0) 编辑
摘要: 加入 -Dfile.encoding=UTF-8 以及 阅读全文
posted @ 2021-01-19 14:47 yvioo 阅读(138) 评论(0) 推荐(0) 编辑
摘要: JAVA验证身份证号码是否正确:https://www.cnblogs.com/pxblog/p/12038278.html /** * 通过身份证号码获取出生日期(birthday)、年龄(age)、性别(sex) * @param idCardNo 身份证号码 * @return 返回的出生日期 阅读全文
posted @ 2021-01-14 09:56 yvioo 阅读(6718) 评论(0) 推荐(0) 编辑
上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 68 下一页