[转载]Shared mutable state is the root of all evilShared mutable state is the root of all evil(共享的可变状态是万恶之源)-- Pete Hunt有人说 Immutable 可以给 React 应用带来数十倍的... ...
分类:
其他好文 时间:
2017-10-28 00:32:56
阅读次数:
335
1.The backup set holds a backup of a database other than the existing database solution: (1) delete the database which is new created; (2) Right click ...
分类:
数据库 时间:
2017-10-17 12:44:28
阅读次数:
192
之前写了个小程序Node News,用到了MySQL数据库,在本地测试均没神马问题。放上服务器运行一段时间后,偶然发现打开页面的时候页面一直处于等待状态,直到Nginx返回超时错误。于是上服务器检查了遍,发现程序仍然在运行,且能正确记录每次的请求,再修改代码跟踪调试,原来是在查询数据库的时候,回调一 ...
分类:
数据库 时间:
2017-10-15 21:10:59
阅读次数:
693
CVX: Matlab Software for Disciplined Convex Programming IMPORTANT NOTE ABOUT MATLAB R2017a or later: a number of users are reporting issues with CVX a ...
分类:
其他好文 时间:
2017-10-13 16:14:29
阅读次数:
185
来源:https://github.com/zuojj/fedlab/issues/5 Webpack,Webpack 是一个前端资源加载/打包工具,现在版本已经 release 到 v2.6.1,今天的文章不直接介绍Webpack的API及使用,而是对最近项目开发中使用Webpack打包时处理IE ...
分类:
Web程序 时间:
2017-10-12 20:25:04
阅读次数:
1124
在给windows服务器(包括2008R2和2003 Sp2)安装salt-minion时,总是报服务无法启动。 搜索了半天,终于在官方讨论区中找到类似的问题。 https://github.com/saltstack/salt/issues/10716 原来是缺少Visual C++ 2008 R ...
之前在vscode上调试.net core 2.0项目时输出窗口一直是乱码,查了很多资料无法解决 最终在github找到了解决办法 -> https://github.com/OmniSharp/omnisharp-vscode/issues/1775 修改Task.json配置文件可解决此问题 ...
分类:
Web程序 时间:
2017-10-10 13:15:07
阅读次数:
499
官网:https://github.com/ctripcorp/apollo Wiki:https://github.com/ctripcorp/apollo/wiki Issues:https://github.com/ctripcorp/apollo/issues(如果期间有任何问题,请通过这里 ...
分类:
系统相关 时间:
2017-10-10 01:27:48
阅读次数:
379
这是因为你的jdk版本是9,把jdk版本切换到8就行了。 原github issue:https://github.com/facebook/react-native/issues/15552#issuecomment-331943834 ...
分类:
其他好文 时间:
2017-10-02 14:30:38
阅读次数:
137
安装caffe时make all会出现这个错误,按照https://github.com/BVLC/caffe/issues/4988说法,可能时libprotobuf-dev过时了,需要从源码重新变异protobuf。 首先安装:sudo apt-get install autoconf auto ...
分类:
其他好文 时间:
2017-09-30 15:00:56
阅读次数:
5569