1.找到设备的identifier
2.进入https://developer.apple.com
3.点击devices
4.把identifier加入并注册
5.打开xcode,按command+,
6.点击你的证书,进入view details
7.刷新即可...
分类:
移动开发 时间:
2014-06-05 08:31:16
阅读次数:
282
1name=viewport 1、width :控制viewport的大小,可以指定一个值,如600,
或者特殊的值,如device-width为设备的宽度(单位为缩放为100%的CSS的像素)2、height
:和width相对应,指定高度3、initial-scale :初始缩放比例,页面第一....
分类:
Web程序 时间:
2014-05-31 08:28:46
阅读次数:
326
Invalid byte 3 of 3-byte UTF-8 sequence问题的解决。
分类:
其他好文 时间:
2014-05-26 21:31:23
阅读次数:
269
Use bigger datasets for CNN in hope of better
performance. A new data set for sports video classification: sports-1M.CNN in
one frame is about the sam...
分类:
Web程序 时间:
2014-05-26 19:10:33
阅读次数:
597
1) File>Import>General>Existing
Project into Workspace2) File>Import>Android>Existing Code into
Workspace
分类:
系统相关 时间:
2014-05-26 10:51:33
阅读次数:
280
GG同步到sqlserver报错一例 Invalid date format...
分类:
数据库 时间:
2014-05-25 11:01:34
阅读次数:
336
function imgto=color_mark(img, diam,color_to )
%UNTITLED2 Summary of this function goes here
% img is input image which is a rgb image
% diam is a pixel scale in image [208,313,375,705]; [208 313...
分类:
其他好文 时间:
2014-05-25 09:46:14
阅读次数:
1632
clear all
A4=440;%标准音A4 不同的曲调音调不同scale的取值范围不同
pt=44100;p0=pt/2;%频率
scale=A4/2^(9/12)*2.^((-12:11)/12);%这里可以调节音调高低,eg:改变式子中的-12:11为0:23
map=[1 3 5 6 8 10 12 13 15 17 18 20 22 24 25];%音符,这个需要看曲谱编码...
分类:
其他好文 时间:
2014-05-25 07:27:55
阅读次数:
1212
关于php与mysql之间的工作机制,今天蛋疼地考虑php编译安装时不添加--with-mysql参数,是否可以实现mysql_connect()函数。第一次编译只是简单的./configure--prefix=/usr/local/php--with-config-file-path=/usr/local/php/etc
make&&makeinstallmysql_connect()果然使..
分类:
Web程序 时间:
2014-05-24 15:40:47
阅读次数:
1057
/** * 根据手机的分辨率从 dp 的单位 转成为 px(像素) */ public
static int dip2px(Context context, float dpValue) { final float scale =
context.getResources().getDispla.....
分类:
移动开发 时间:
2014-05-24 12:46:52
阅读次数:
313