本代码实现的是项目testFrom打开一张相册中的照片并将照片数据化后传递给testTo显示出来。
具体代码见:
https://github.com/vegerjiang/iosEachApp...
分类:
移动开发 时间:
2014-06-17 18:51:12
阅读次数:
171
实时操作系统Nucleus Plus提供了6种进程间通信方式,分别为:邮箱(mailboxes)、消息队列(queues)和管道(pipes)、信号量(semaphores)、事件集(event groups)和消息(signals)。前三者用于进程间通信,后三者用于进程同步,本文总结了Nucleus Plus进程间通信方式。...
分类:
其他好文 时间:
2014-06-17 19:19:14
阅读次数:
268
webqq获得好友列表的hash算法,大约每个月中旬会变动一次。知道怎么获得他就可以了。
js文件路径 http://web.qstatic.com/webqqpic/pubapps/0/50/eqq.all.js
加密算法为 P=function(b,i),有时候是 P=function(b,j)
直接打开这个文件后搜索P=function,有两个参数的就是。
把函数体拷贝下来后百度 js格式化工具,把内容放进去,格式化一下。...
分类:
Web程序 时间:
2014-06-17 19:05:37
阅读次数:
267
用Python实现模拟自动登录、新浪微博评论的抓取和分析。...
分类:
编程语言 时间:
2014-06-17 16:12:00
阅读次数:
397
介绍AlertDialog的onCreateDialog与onPrepareDialog使用方法...
分类:
其他好文 时间:
2014-06-17 16:26:17
阅读次数:
160
union的作用很简单用来合并两条sql的结果集
语法: SQL1 UNION SQL2
现有一张价格表
要求:求出价格低于2000和价格高于3000的商品,不能用or和not between……and
思路:我们可以先求出低于2000的商品得到结果集1
再求出高于3000的商品得到结果集2
再利用union合并结果集1和结果集2
什么时候才允许使用union?
...
分类:
数据库 时间:
2014-06-17 16:34:36
阅读次数:
268
??
First, a
dependency is a semantic relationship between two model elements in which a change to one element
(the independent one) may affect the semantics of the other element (the dependent on...
分类:
其他好文 时间:
2014-06-17 18:50:36
阅读次数:
182
??
A class diagram
shows a set of classes, interfaces, and collaborations and their relationships. These diagrams are the most common diagram found in modeling object-oriented systems. Class diagram...
分类:
其他好文 时间:
2014-06-17 19:28:33
阅读次数:
261
??
Both sequence diagrams and communication diagrams are kinds of interaction diagrams. An
interaction diagram
shows an interaction, consisting of a set of objects or roles, including the messages ...
分类:
其他好文 时间:
2014-06-17 19:15:04
阅读次数:
186
java 日期和字符串互转,根据当天整天时间 得到当天最后一秒的日期时间...
分类:
编程语言 时间:
2014-06-17 16:22:25
阅读次数:
249
??
An artifact diagram
shows the physical constituents of a system on the computer. Artifacts include files, databases, and similar physical collections of bits. Artifacts are often used in conjunct...
分类:
其他好文 时间:
2014-06-17 16:11:28
阅读次数:
287
Qt是一个由奇趣科技开发的跨平台C++图形用户界面应用程序开发框架。它既可以开发GUI程式,也可用于开发非GUI程式,比如控制台工具和服务器。Qt是面向对象语言,易于扩展,并且允许组件编程。Qt是一个著名的C++库,使用Qt,在一定程度上让你获得的是一个“一站式”的服务。
Qt 的良好封装机制使得 Qt 的模块化程度非常高,可重用性较好,对于用户开发来说是非常方便的。 Qt 提供了一种称为...
分类:
其他好文 时间:
2014-06-17 16:03:33
阅读次数:
171
??
Common Divisions
In modeling object-oriented systems, the world often gets divided in several ways.
First, there is the division of class and object. A class is an abstraction; an object is one ...
分类:
其他好文 时间:
2014-06-17 16:25:38
阅读次数:
322
Dropbox的Core API使用Auth 1.0协议来对第三方的应用进行授权,虽然其授权过程比较复杂,但是官方的SDK使用 DBSession类对整个授权认证过程进行了封装,对于开发者来说使用起来也比较简单。Dropbox支持事件记录和文件版本控制,与七牛云、又拍云以及新浪微盘等国内的云盘相比,笔者认为这是一大特色,对于需要这些功能的开发者可以考虑使用Dropbox。
特色功能之一:事件...
分类:
移动开发 时间:
2014-06-17 18:49:15
阅读次数:
340
关于这个想法,在脑子里盘旋好久了,今天把它抓出来,跟大家分享一下。从学计算机到现在,十几年了,遇到过很多人,同学、朋友、师弟师妹、同事、下属,其中不少人有这样的问题,当自己接到任务的时候,迫不及待的说:“我不会。”甚至有的时候,把这句话说的理所当然,理直气壮。“我不会”这句话,其实是描述一个状态,说明要完成的任务或者要做的东西,没有做过,也不知道该怎么去做。本身是一句中性的词,没有什么褒贬,今天这...
分类:
其他好文 时间:
2014-06-17 16:39:16
阅读次数:
157