摘要: Javascript刷新页面的几种方法:1 history.go(0) 2 location.reload() 3 location=location 4 location.assign(location) 5 document.execCommand('Refresh') 6 window.nav 阅读全文
posted @ 2019-06-18 16:06 GGGG6666 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cnblogs.com/hgmyz/p/7451461.html 1、jQuery插件支持的转换方式: 示例: $.parseJSON( jsonstr ); //jQuery.parseJSON(jsonstr),可以将json字符串转换成json对象 2、浏览器支持 阅读全文
posted @ 2019-06-18 15:56 GGGG6666 阅读(176326) 评论(1) 推荐(1) 编辑
摘要: 内容 标题 代码 去广告 我自己的样式 阅读全文
posted @ 2019-06-10 13:30 GGGG6666 阅读(296) 评论(0) 推荐(0) 编辑
摘要: public class PositionController { // 读取txt内容 public static String txt2String(File file) { StringBuilder result = new StringBuilder(); try { BufferedRe 阅读全文
posted @ 2019-05-10 16:44 GGGG6666 阅读(5234) 评论(0) 推荐(0) 编辑
摘要: 作者:Sun1956 原文:https://blog.csdn.net/sun1956/article/details/45096117 我们在Java中如果用到处理要分隔字符串,不免会用到String的split(String regex)函数,这时候我们要注意的。 如果想以回车来分隔字符串,很多 阅读全文
posted @ 2019-05-10 16:29 GGGG6666 阅读(3537) 评论(0) 推荐(0) 编辑
摘要: let curTime = Date.now(); //获取到当前时间 curTime: 1555120690696 //是指从1970.1.1到现在的毫秒(ms)数 时间与时间戳之间的转换 将时间戳转换成日期格式 更多方法可以在这查到 -> http://www.w3school.com.cn/j 阅读全文
posted @ 2019-04-13 14:07 GGGG6666 阅读(1016) 评论(0) 推荐(0) 编辑
摘要: 1.display:inline-block 内容上下移动 原因:inline-block 默认对齐方式是底部对齐 方法:加一个 vertical-align:top; 属性 把垂直对齐方式改为顶部 阅读全文
posted @ 2019-01-05 14:19 GGGG6666 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 安装参考:https://www.cnblogs.com/ayyl/p/5978418.html mysql 百度网盘下载地址 ( 包括版本 5.7.25 和 8.0.14 ) 链接:https://pan.baidu.com/s/1zbNZ1p-H6_QuTwVXCnmz4A 提取码:4efi m 阅读全文
posted @ 2019-01-04 10:01 GGGG6666 阅读(567) 评论(0) 推荐(0) 编辑
摘要: 1.问题:android studio 安装 apk 闪退 方法: Build → Clean Project 一下再安装 2.问题:Gradle failed: already disposed module 原因:Android studio 中删除或者移除原有的 module 方法:进入 Fi 阅读全文
posted @ 2018-12-24 15:21 GGGG6666 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 问题:vs code 无法启动 双击无反应 方法:控制台 输入 netsh winsock reset 重启 vs 问题:RN Debugger Network 不显示 源网页:https://github.com/jhen0409/react-native-debugger/blob/master 阅读全文
posted @ 2018-11-26 11:48 GGGG6666 阅读(550) 评论(0) 推荐(0) 编辑