最近想整理一下工作室官网的东西,那是一个用github pages写的网站,在上传一些post文章的时候,突然给我发邮件说有错误: The page build failed with the following error: The submodule `52FeidianStudio...
分类:
其他好文 时间:
2015-07-24 21:00:52
阅读次数:
160
iWatch 开发 Optional (Error "Missing come.apple.developer.healthkit entitlement.") Userinfo = 0X15daab50(NSLocalizedDescription = Missing com.apple.developer.healthkit entitlement.))...
分类:
移动开发 时间:
2015-07-24 12:47:36
阅读次数:
253
RPM有个作用是可以校验系统软件包或系统命令是否被修改校验时若发现文件丢失,RPM将输出"missing文件名"。若有属性方面错误,RPM将用如下格式输出:SM5DLUGTc文件名
其中:S:表示文件大小;
M:表示权限;
5:表示MD5检查和;
D:表示主从设备号;
L:表示符号连接;
U:表示属主;
G:表示属组..
分类:
其他好文 时间:
2015-07-24 00:05:03
阅读次数:
297
参考:http://scikit-learn.org/stable/modules/preprocessing.html
主要讲述The sklearn.preprocessing package的utility
function and transformer classes,包括standardization、normalization、binarization、encoding...
分类:
其他好文 时间:
2015-07-23 09:29:56
阅读次数:
188
原文错误提示:
Error:(16, 0) Gradle DSL method not found: 'android()'
Possible causes:The project ‘XXXXXXX' may be using a version of Gradle that does not contain the method.
Open Gradle wrapper fileThe b...
分类:
移动开发 时间:
2015-07-22 14:48:42
阅读次数:
267
某些字段出现这样的红色字。
找了半天,发现android:content 竟然不是android:name。实现在想不到什么时候被修改的。改回来就好了。...
分类:
移动开发 时间:
2015-07-21 18:39:31
阅读次数:
303
missing semicolon的字面意思是“丢失分号”,是对js的检查时发现js文件缺少分号而报的错,只需要去掉eclipse对js的检查即可。 1.选中当前工程,右键单击properties,弹出properties界面。 2.然后选择MyEclipse—...
分类:
Web程序 时间:
2015-07-21 15:28:37
阅读次数:
132
【独立开发者er Cocos2d-x实战 011】Cocos2dx 3.x命令行生成APK详解...
分类:
其他好文 时间:
2015-07-21 12:47:15
阅读次数:
146
Cocos2dx 3.6源码编译错误:syntax error : missing ')' before '{'...
分类:
其他好文 时间:
2015-07-21 10:42:59
阅读次数:
126
题目链接:http://acm.hust.edu.cn/vjudge/problem/visitOriginUrl.action?id=114468题目大意: 多组案例T,每个案例含n+2个数据,这n+2个数据构成一组有序列,现在已知这组数据中的n个,请找出缺失的两个数据。案例: Sample In...
分类:
其他好文 时间:
2015-07-18 18:29:07
阅读次数:
123