X is a good number if after rotating each digit individually by 180 degrees, we get a valid number that is different from X. Each digit must be rotate... ...
分类:
其他好文 时间:
2019-10-17 13:55:22
阅读次数:
69
工作原因,idea的编码经常需要在utf-8和GBk之间转换 https://blog.csdn.net/u010316188/article/details/89312990 这篇文章很好解决了这个问题 每次修改最好测试一下,不要一次修改太多方式 补充二 有时候只要个别文件的编码格式有问题,可以选 ...
分类:
其他好文 时间:
2019-10-16 11:39:55
阅读次数:
115
"callback" 前言 "ECMAScript 6入门(阮一峰)" setInterval: 另类的callback实现 setInterval同级别的另外一个函数:setTimeout。 设置n秒后,有一定时间延时的,2ms左右; 最低时间为4ms,参考 "传送门" setTimeout中的错 ...
分类:
其他好文 时间:
2019-10-15 13:34:35
阅读次数:
88
项目的目录结构如下: index.html是一个空页面,用来提供html模板作用,主要配置的是webpack.config.js文件 打包后的dist目录下的文件如下: 如果不配置chunks,则生成的home.html和other.html页面里面的内容为: 但这并不是我们想要的结果,我们希望的是 ...
分类:
其他好文 时间:
2019-10-14 10:53:37
阅读次数:
83
1、请求接口时出现 Status (blocked:other) 2、原因分析:安装了Adblock 3、解决办法 1)关掉Adblock2)修改接口名称,不能用 ad 或者 XX ad XX 等名称 其实除了adblock外,还有一些广告拦截的也会有这个提示,我的就是uBlock,关闭即可 关闭步 ...
分类:
其他好文 时间:
2019-10-14 10:21:32
阅读次数:
285
vue项目,在引入element-ui样式时(在react angular项目中也出现此告警) import 'element-ui/lib/theme-chalk/index.css' 报警告: There are multiple modules with names that only dif ...
分类:
Web程序 时间:
2019-10-12 18:43:02
阅读次数:
340
我若将死,给孩子留遗言,只留一句话:Repetition is the mother of all learning重复是学习之母。他们将来长大,学知识,技巧、爱情、事业、交流....倘若懂得行动的力量,不怕重复,不怕犯错误,那就大有希望靠近幸福了。 from 实验楼扫地僧 要认识到自己的能力,制定 ...
分类:
其他好文 时间:
2019-10-12 12:43:02
阅读次数:
128
Lesson 6 The sporting spirit单词sportingadjective, (especially British English) fair and generous in your treatment of other people, especially in a gam... ...
分类:
其他好文 时间:
2019-10-11 23:19:40
阅读次数:
166
You are given two integers xx and yy (it is guaranteed that x>yx>y). You may choose any prime integer pp and subtract it any number of times from xx. ...
分类:
其他好文 时间:
2019-10-10 22:31:13
阅读次数:
185
一、eclipse导入java web项目 1、file-import-git-next-clone URL-填写git上面的URL,然后一直next 二、导入多个版本项目 1、file-switch workspace-other新建一个空白工作区间; 2、右键import 导入git代码,参考前 ...
分类:
系统相关 时间:
2019-10-09 10:51:02
阅读次数:
84