这两天In House签名的时候,提示SSL证书过期了。又折腾了一把iOS In House方式发布。这里开一篇文章记录一下过去折腾In House的经过,未来再修改也更新在这里。
最早在12年的时候,我们写了一个重签名的shell脚本
IPA="xxx.ipa"APPNAME="xxx.app"PROVISION="embedded.mobileprovision"CERTIFI...
分类:
移动开发 时间:
2014-12-24 20:14:17
阅读次数:
355
ejs是Embedded JavaScript的简写 1.创建一个ejs模板 var ejs = require(‘ejs‘);
var template = ‘<%= message %>‘;
var context = {message: ‘Hello template!‘};
console.log(ejs.render(template, context)); ...
分类:
Web程序 时间:
2014-12-24 14:57:09
阅读次数:
293
ld: warning: embedded dylibs/frameworks only run on iOS 8 or later
ld: embedded dylibs/frameworks are only supported on iOS 8.0 and later (@rpath/XXX.framework/XXX) for architecture armv7
clang: error...
分类:
移动开发 时间:
2014-12-23 12:24:35
阅读次数:
226
总结的不错的Volley介绍:
Volley主页 https://android.googlesource.com/platform/frameworks/volley
http://www.youtube.com/watch?v=yhv8l9F44qo&feature=player_embedded
1. 什么是Volley
在这之前,我们在程序中需要和网络通...
分类:
其他好文 时间:
2014-12-23 00:19:09
阅读次数:
269
微软近期Open的职位:Do you have a passion for embedded devices and services?   Does the following make you excited: Internet of Things, Industrial, Home A...
分类:
其他好文 时间:
2014-12-21 12:40:55
阅读次数:
158
??
微软从 NT4.0开始搞嵌入式,但是和CE是分开的版本。当时是我使用NT4.0 Embedded做一个14MB的版本有了explorer图形界面。
XPE是一个非常组件化的版本,有1万多个组件,最新可以裁剪到100多兆,可玩性很强。
WES7和WES8也有组件化版本,组件只有1千多个,基本没有什么可玩性。
WES8.1没有组件化版本,...
参考论文:
Srikant R, Agrawal R.Mining sequential patterns: Generalizations and performance improvements[M].Springer Berlin Heidelberg, 1996.
1. 参考论文描述:
Srikant R, Agrawal R. 提出的算法,在原有aporiori的基础上,引入了3...
分类:
其他好文 时间:
2014-12-19 22:01:13
阅读次数:
241
只是过来人,说点看法: 基础篇: 1. 读书《Introduction to Data Mining》,这本书很浅显易懂,没有复杂高深的公式,很合适入门的人。另外可以用这本书做参考《Data Mining : Concepts and Techniques》。第二本比较厚,也多了一些数据仓库方面的知...
分类:
其他好文 时间:
2014-12-19 00:33:49
阅读次数:
264
第一步:使用font-face声明字体@font-face {font-family: 'iconfont'; src: url('iconfont.eot'); /* IE9*/ src: url('iconfont.eot?#iefix') format('embedded-open...
分类:
其他好文 时间:
2014-12-18 20:20:32
阅读次数:
340
@font-face{ font-family: "lee"; src: url("../fonts/lee.eot");/* IE9兼容 */ src: url("../fonts/lee.eot?#iefix") format("embedded-opentype"), ...
分类:
其他好文 时间:
2014-12-18 14:59:36
阅读次数:
135