码迷,mamicode.com
首页 >  
搜索关键字:performing    ( 139个结果
Core Bluetooth Programming Guide - Performing Common Peripheral Role Tasks 粗译
Core Bluetooth Programming Guide 粗译 续 以 Peripheral 的身份来执行常用任务 在上一章节中, 你已经学会了如何以 central 的身份来执行一些最常用的 BLE 任务(事务). 在这一章节中, 你会学会如何作为 peripheral 通过使用 Core ...
分类:其他好文   时间:2016-07-31 22:11:51    阅读次数:223
Core Bluetooth Programming Guiding - Performing Common Central Role Tasks 粗译
CoreBluetooth的部分翻译 执行常见的Central任务 充当Central的角色并且遵循BLE通讯的设备可以执行一系列通用任务— — 比如, 发现并连接可用的Peripherals, 探索Peripheral提供的数据并与之进行交互. 充当Peripheral的角色的设备也能执行一些列的 ...
分类:其他好文   时间:2016-07-30 22:35:30    阅读次数:274
Intent
An Intent provides a facility for performing late runtime binding between the code indifferent applications. Its most significant use is in the launch ...
分类:其他好文   时间:2016-07-23 18:03:59    阅读次数:90
Android错误汇总
一、【Performing stop of activity that is not resumed】。 这个错误是因为在onCreate方法里面启动了另一个Activity。 如果不能按照“onCreate -> onStart -> onResume -> onCreate2 -> onStar ...
分类:移动开发   时间:2016-05-13 08:42:20    阅读次数:174
VN Working Copy xxx locked 并 cleanup失败之解
第一种情况:clean up能解决问题的: RapidSVN: Working copy locked 昨天Commit代码时,网络意外中断。今天再次Commit时,RapidSVN提示出错: Error: Error while performing action: Working copy ‘… ...
分类:其他好文   时间:2016-04-19 06:23:42    阅读次数:171
安装grid之前检查配置 ,报错如下
安装grid之前检查配置 ,报错如下 : ./runcluvfy.sh stage -pre crsinst -n rac1,rac2 -fixup -verbose Performing pre-checks for cluster services setup Checking node rea ...
分类:其他好文   时间:2016-04-07 14:43:42    阅读次数:416
给PLSQL插上飞翔的翅膀-PLSQL优化
60-80% of database performance issues are related to poorly performing SQL,60-80%的数据库性能问题要归结于生产中糟糕的SQL语句,以此一文来总结笔者近10多年来的工作经验并基于最基本的也是最有效的对于Oracle数据库中的RBO、CBO、索引、WHERE条件进行讲解同时配以大量案例来帮助读者从此文中学到的相关的理论知识快速的运用到其正在从事的生产环境中的优化过程中去。...
分类:数据库   时间:2016-03-30 15:06:59    阅读次数:264
快速近似最近邻搜索库 FLANN - Fast Library for Approximate Nearest Neighbors
What is FLANN?FLANN is a library for performing fast approximate nearest neighbor searches in high dimensional spaces. It contains a collection of alg...
分类:移动开发   时间:2016-01-25 22:33:41    阅读次数:869
iOS多线程开发(三)---Run Loop(二,三)
二,何时使用Run Loop 对于辅助线程,在需要和线程有更多交互时,才使用Run Loop。比如:1)使用端口或者自定义输入源来和其他线程通讯 2)使用线程定时器 3)Cocoa中使用任何performSelector...的方法(参考Table:Performing selectors on o...
分类:移动开发   时间:2016-01-24 00:23:17    阅读次数:185
ASP.NET Padding Oracle Attack EXP
#!/usr/bin/perl## PadBuster v0.3 - Automated script for performing Padding Oracle attacks# Brian Holyfield - Gotham Digital Science (labs@gdssecurity....
分类:数据库   时间:2015-12-30 22:08:16    阅读次数:359
139条   上一页 1 ... 5 6 7 8 9 ... 14 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!