Cocos Studio is EOL'd Cocos Studio has been EOL'd as of April 2016. There will be no more releases of Cocos Studio. The last version of Cocos Studio i ...
分类:
其他好文 时间:
2017-09-27 09:59:02
阅读次数:
173
Hi Everyone, Chrome 55 has removed the Encoding menu and Chrome will do auto-encoding detection now: https://bugs.chromium.org/p/chromium/issues/detai ...
分类:
Web程序 时间:
2017-09-26 10:43:58
阅读次数:
140
https://github.com/Microsoft/msphpsql/issues/116 4.1.1驱动下载地址 https://github.com/Microsoft/msphpsql/releases/tag/v4.1.1-Windows 还有一说是 在数据库配置中加入 ‘poolin ...
分类:
数据库 时间:
2017-09-25 13:09:08
阅读次数:
451
http://google.github.io/styleguide/javaguide.html Google Java Style Guide Table of Contents 1 Introduction1.1 Terminology notes1.2 Guide notes2 Source ...
分类:
编程语言 时间:
2017-09-23 23:17:38
阅读次数:
283
在 issue 里并没有找到官方的解决办法:不过下面这段代码,就可以不在崩溃! https://github.com/facebook/react-native/issues/10865#issuecomment-269847703 ...
public class MemoryCache { private static final String TAG = "MemoryCache"; private Map<String, Bitmap> cache=Collections.synchronizedMap( new LinkedH ...
分类:
移动开发 时间:
2017-09-22 12:02:40
阅读次数:
176
本文为译文,原文链接https://issues.apache.org/jira/browse/YARN-1963 1.1 前言 在许多应用场景中,我们希望YARN的作业能够按照优先级的先后顺序来执行。在现有的机制下,为了满足这个需求,只能在使用CapacityScheduler时通过创建不同资源量 ...
分类:
其他好文 时间:
2017-09-22 00:48:27
阅读次数:
229
错误提示&处理方法 参考链接:https://github.com/OmniSharp/omnisharp-vscode/issues/1742 错误:The .NET Core debugger cannot be installed. The debugger requires macOS 10 ...
分类:
Web程序 时间:
2017-09-17 00:28:37
阅读次数:
545
Amd和Cmd的区别有哪些? 1. 对于依赖的模块,AMD 是提前执行,CMD 是延迟执行。不过 RequireJS 从 2.0 开始,也改成可以延迟执行(根据写法不同,处理方式不同)。CMD 推崇 as lazy as possible. 2. CMD 推崇依赖就近,AMD 推崇依赖前置。看代码: ...
分类:
Web程序 时间:
2017-09-16 18:44:48
阅读次数:
232
解压到/home/oracle下面 $ cp /home/oracle/rda $ perl rda.pl -cv 运行上面的命令,如果最后一行出现下面所示,说明没问题 No issues found [oracle@zhu rda]$ ls -l rda* -r-xr-xr-x 1 oracle ...
分类:
其他好文 时间:
2017-09-16 12:05:30
阅读次数:
197