No provisioned iOS devices are available with a compatible iOS version. Connect an iOS device with a recent enough version of iOS to run your application or choose an iOS simulator as the destination....
分类:
移动开发 时间:
2014-06-07 01:56:57
阅读次数:
361
本程序主要测试:
context = clCreateContext(NULL, 1, &device, NULL, NULL, &err);
创建一个context
clRetainContext(context);//Context的reference +1
clReleaseContext(context);//Context的reference -1
#inc...
分类:
其他好文 时间:
2014-06-05 07:04:25
阅读次数:
265
??
从视频序列中抓取一帧
OpenCV支持从摄像头或视频文件(AVI)中抓取图像.从摄像头获取初始化:
CvCapture* capture = cvCaptureFromCAM(0); // capture from video device #0
从视频文件获取初始化:
CvCapture* capture = cvCaptureFromAVI("infile.avi");...
分类:
其他好文 时间:
2014-06-05 06:06:49
阅读次数:
196
AUTOLIST
线程阻塞,命令发送后,会等待viewserver反馈结果。viewserver在检测到界面跳转以后才会回馈结果。
private class WindowChangeMonitor implements Runnable {
private IDevice device;
public WindowChangeMonitor(IDevice devi...
分类:
其他好文 时间:
2014-06-05 01:11:43
阅读次数:
213
查询rman备份信息常用指令
----登陆到rman
$rman target /
----以精简的格式查看备份信息
RMAN> list backup of database summary;
List of Backups
===============
Key TY LV S Device Type Completion Time#Pieces #Copies Co...
分类:
其他好文 时间:
2014-06-05 01:06:36
阅读次数:
383
之前移植了6410后,就没有测试过,今天编写程序烧进去后运行才发现触摸屏不起作用。
于是试了下系统里tslib的bin文件夹下的命令:
./ts_caliberate
结果总是报错:selected device is not a touchscreen I understand
先去飞凌的官方论坛逛了一圈,好多人有这个问题,但没一个解决办法有效。
先用cat命令试了下几个event...
分类:
其他好文 时间:
2014-06-05 01:04:27
阅读次数:
321
将控制面板添加删除程序中带有以下字样的全部卸载。带*的,说明带这个字符的不只一个项目。如果带有语言包先删语言包,如果带有有SP先删SP!Microsoft
Visual Studio 2008Microsoft Document Explorer 2008 *Microsoft Device Emu...
分类:
其他好文 时间:
2014-06-03 11:27:25
阅读次数:
222
ProblemYou want to find the latitude and
longitude of a device.SolutionUse the CLLocationManager class:#import
"WSYViewController.h"#import @interface...
分类:
其他好文 时间:
2014-06-03 07:15:49
阅读次数:
275
今天看到下面这两个函数:struct resource
*platform_get_resource(struct platform_device *dev, unsigned int type, unsigned
int num){ int i; for (i = 0; i n...
分类:
系统相关 时间:
2014-06-02 22:15:28
阅读次数:
438
1name=viewport 1、width :控制viewport的大小,可以指定一个值,如600,
或者特殊的值,如device-width为设备的宽度(单位为缩放为100%的CSS的像素)2、height
:和width相对应,指定高度3、initial-scale :初始缩放比例,页面第一....
分类:
Web程序 时间:
2014-05-31 08:28:46
阅读次数:
326