CoreBluetooth Framework本文主要是介绍iphone、ipad设备之间相互通信的蓝牙知识。1.相关的类 在CoreBluetooth框架中,有两个主要的角色:周边和中央(Peripheral and Central),整个框架都是围绕这两个主要角色设计的,他两之间有一系列的...
分类:
其他好文 时间:
2014-06-28 20:26:18
阅读次数:
191
什么是GCD?Grand Central Dispatch或者GCD,是一套低层API,提供了一种新的方法来进行并发程序编写。从基本功能上讲,GCD有点像NSOperationQueue,他们都允许程序将任务切分为多个单一任务然后提交至工作队列来并发地或者串行地执行。GCD比之NSOpertion....
分类:
其他好文 时间:
2014-06-21 12:21:28
阅读次数:
261
1. 发布的程序:需要访问本地进程,那么只能发布为exe程序才可以。 此时supportedProfiles 配置为 extendedDesktop desktop desktop保证能发布air时不会出错,而访问本地进程则需要extendedDesktop2. 本地调试:需要访问本地进程 此时su...
分类:
其他好文 时间:
2014-06-21 08:47:05
阅读次数:
180
%% 原始数据datacell_4d = load_untouch_nii('C:\Users\Administrator\Desktop\workspace\phycaa_plus_2104_03_27\func_4d.nii'); ldim = size(datacell_4d.img);%.....
分类:
其他好文 时间:
2014-06-20 22:44:59
阅读次数:
281
ldcca_tms = img_To_4D_array('C:\Users\Administrator\Desktop\contrast\2014-05-20-12-16.img');spm_tms = img_To_4D_array('C:\Users\Administrator\Desktop\...
分类:
其他好文 时间:
2014-06-20 22:44:18
阅读次数:
273
ldcca_tms = img_To_4D_array('C:\Users\Administrator\Desktop\contrast\2014-05-20-17-10.img');spm_tms = img_To_4D_array('C:\Users\Administrator\Desktop\...
分类:
其他好文 时间:
2014-06-20 22:36:07
阅读次数:
264
Ubuntu的Server和Desktop上都配过php的LAMP环境,步骤没什么区别,相关的教程网上也很多,这里把自己的配置过程记录下来,省得每次都google…供参考整个环境用到Apache2、MySQL、php5和phpMyAdmin1、安装Apache2$ sudo apt-get inst...
分类:
Web程序 时间:
2014-06-20 15:45:13
阅读次数:
318
首先介绍一下背景,公司访问外网有限制,项目组大部分人员不能访问maven的central repository,因此在局域网里找一台有外网权限的机器,搭建nexus私服,然后开发人员连到这台私服上环境是:nexus-2.1.1、maven-3.0.4、jdk-1.6.0_32一、用admin用户登陆...
分类:
其他好文 时间:
2014-06-18 14:03:44
阅读次数:
215
Maven有一个超级POM,所有的POM均继承此文件。该文件定义如下: 4.0.0 central Central Repository http://repo.maven.apache.org/maven2 default false central Central Reposit...
分类:
其他好文 时间:
2014-06-17 23:31:32
阅读次数:
338
1、DMI简介 DMI (Desktop Management Interface, DMI)就是帮助收集电脑系统信息的管理系统,DMI信息的收集必须在严格遵照SMBIOS规范的前提下进行。 SMBIOS(System Management BIOS)是主板或系统制造者以标准格式显示产品管理信息所....
分类:
其他好文 时间:
2014-06-17 21:18:53
阅读次数:
291