{"Unterminated string literal.": "未终止的字符串文本。","Identifier expected.": "应为标识符。","'{0}' expected.": "应为“{0}”。","A file cannot have a reference to itself ...
分类:
Web程序 时间:
2017-03-08 12:28:08
阅读次数:
2822
报错 三月 07, 2017 8:09:52 下午 org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh信息: Refreshing org.springframework.context. ...
分类:
其他好文 时间:
2017-03-07 20:41:31
阅读次数:
824
在使用fab的时候报错:pkg_resources.DistributionNotFound:The‘cryptography>=1.1‘distributionwasnotfoundandisrequiredbyparamiko语义翻译:cryptography版本过低,需要安装1.1以上版本;所以执行:pipinstallcryptography报类似错误:build/temp.linux-x86_64-2.6/_open..
分类:
其他好文 时间:
2017-03-06 22:27:00
阅读次数:
590
1.beforeEach(inject(){...})中的代码会在beforeEach所在的describe中的每一个it(包括子describe中的it)前执行一次。2.假如it不是写在describe中而是写在另一个it中则it中的内容不会被执行,且beforeEach不会执行。同理inject ...
分类:
其他好文 时间:
2017-03-06 19:17:36
阅读次数:
192
本文参考Yann LeCun的LeNet5经典架构,稍加ps得到下面适用于本手写识别的cnn结构,构造一个两层卷积神经网络,神经网络的结构如下图所示: 输入-卷积-pooling-卷积-pooling-全连接层-Dropout-Softmax输出 第一层卷积利用5*5的patch,32个卷积核,可以 ...
分类:
其他好文 时间:
2017-03-03 22:14:38
阅读次数:
1575
这几天在做微信退款接口,按照api写完之后,在本地测试了下没有问题,于是交给测试让他们在测试环境开测。他们说退款没有成功,感觉去查日志,发现后台报了 javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: j ...
分类:
微信 时间:
2017-03-03 14:57:03
阅读次数:
898
软件测试中的错误Failure, Error, Fault的区别: Failure: External, incorrect behavior with respect to the requirements or other description of the expected behavior ...
分类:
其他好文 时间:
2017-03-01 21:12:08
阅读次数:
497
用了别人的代码,一直总有一个报错,一开始没注意,最近项目快完期了,得处理下警告之类的东西, 后面发现之前那个大神代码是这样写的 援引:http://www.cnblogs.com/songxing10000/p/6297542.html ...
分类:
其他好文 时间:
2017-02-27 13:38:04
阅读次数:
323
Prioritized Experience Replay JAN 26, 2016 Schaul, Quan, Antonoglou, Silver, 2016 This Blog from: http://pemami4911.github.io/paper-summaries/2016/01/ ...
分类:
其他好文 时间:
2017-02-26 11:09:43
阅读次数:
411