默认情况下Intellij IDEA是关闭了继承了Serializable接口的类生成serialVersionUID的警告。如果需要ide提示生成serialVersionUID,那么需要做以下设置: 1、setting->Inspections->Serialization issues,将se ...
分类:
其他好文 时间:
2016-05-24 22:23:12
阅读次数:
236
http://www.freebuf.com/sectool/104045.html Panopticon 使用GPLv3授权许可,其免费。 项目文档:https://panopticon.re。 问题追踪:https://github.com/das-labor/panopticon/issues ...
分类:
其他好文 时间:
2016-05-22 22:57:21
阅读次数:
179
小白搞appium,遇到启动不了activity的问题: 查找解决方案说是跟AndroidManifest.xml有关系,参考:https://github.com/appium/appium/issues/4313 之后打开AndroidManifest.xml,在主activity和intent ...
分类:
移动开发 时间:
2016-05-19 14:50:27
阅读次数:
6584
In some rare cases, you need to ask user to refresh the browsser to update the version. Maybe because some secrity issues. As we have learnt so far. A ...
分类:
其他好文 时间:
2016-05-17 06:22:03
阅读次数:
305
https://github.com/FuckTheWorld/chromedriver/issues/1145 https://bugs.chromium.org/p/chromedriver/issues/detail?id=845&thanks=845&ts=1404927199 https: ...
分类:
其他好文 时间:
2016-05-13 14:31:54
阅读次数:
151
原文转自:https://github.com/fouber/blog/issues/6 这是一个非常有趣的 非主流前端领域,这个领域要探索的是如何用工程手段解决前端开发和部署优化的综合问题,入行到现在一直在学习和实践中。 在我的印象中,facebook是这个领域的鼻祖,有兴趣、有梯子的同学可以去看 ...
分类:
其他好文 时间:
2016-05-07 13:20:25
阅读次数:
195
看到很多人在Docker问题区讨论:如何在OS X和Windows的Docker上运行GUI程序, 随手记录几个参考资料: https://github.com/docker/docker/issues/8710 http://sourceforge.net/projects/xming/ http ...
分类:
Windows程序 时间:
2016-05-01 09:50:36
阅读次数:
2310
1. Preferences > Editor > Inspections > Java > Serialization issues > Serializable class without 'serialVersionUID' 勾选上 2. 将光标放在类名上,alt + enter 生成 ser ...
分类:
其他好文 时间:
2016-04-25 17:58:46
阅读次数:
160
Matlab R2014a保存较大变量(大于2G时)时,出现如下错误: >> save('D.mat','D');Warning: Variable 'D' cannot be saved to a MAT-file whose version is older than 7.3.To save t ...
分类:
其他好文 时间:
2016-04-21 18:22:24
阅读次数:
188
.Net Core下如何管理配置文件 一、前言 根据该issues来看,System.Configuration在.net core中已经不存在了,那么取而代之的是由Microsoft.Extensions.Cnfiguration.XXX一系列的类库提供,对应的开源地址为点击这里。 从当前开源的代 ...
分类:
Web程序 时间:
2016-04-21 08:40:51
阅读次数:
244