NSMapTable 不只是一个能放weak指针的
NSDictionaryNSMapTable是早在Mac OS X
10.5(Leopard)的引入集合类。乍一看,这似乎是作为一个替换NSDictionary的存在,可以选择“strong”和“week”指针。
在这篇文章中,我会告诉你除了为什....
分类:
其他好文 时间:
2014-04-30 01:36:23
阅读次数:
509
Python具有强大的扩展能力,我列出了50个很棒的Python模块,包含几乎所有的需要:比如Databases,GUIs,Images,
Sound, OS interaction, Web,以及其他。Graphical
interfacewxPythonhttp://wxpython.orgGr...
分类:
编程语言 时间:
2014-04-30 01:28:15
阅读次数:
680
关于获取各种浏览器可见窗口大小的一点点研究在我本地测试当中:在IE、FireFox、Opera下都可以使用document.body.clientWidthdocument.body.clientHeight即可获得,很简单,很方便。而在公司项目当中:Opera仍然使用document.body.c...
分类:
编程语言 时间:
2014-04-30 01:09:50
阅读次数:
579
package com.szy.service;import
android.app.Service;import android.content.Intent;import
android.os.IBinder;import android.util.Log;public class Exampl...
分类:
其他好文 时间:
2014-04-30 00:10:08
阅读次数:
510
package com.szy.activity;import
android.app.Activity;import android.content.Intent;import
android.os.Bundle;import android.util.Log;import android.vie...
分类:
其他好文 时间:
2014-04-29 23:35:22
阅读次数:
590
MingQQ Android版发布了,可以在Android手机上登录你的QQ,收发消息哦...
分类:
移动开发 时间:
2014-04-29 23:15:54
阅读次数:
743
前两天跟朋友说起以前玩的DUBO的“动物世界”的游戏,下载了一个android的,觉得不太爽,干脆按照以前玩的感觉自己做了一个,这个版本没有用canvas,主要用css3
的transform 属性,在手机端效率太差劲了,还望高人指点效率迷津。说明:1.45秒压点倒计时2.10秒中奖反馈倒计时3.随...
分类:
其他好文 时间:
2014-04-29 22:31:42
阅读次数:
689
public abstract
classAsyncTaskextendsObjectjava.lang.Object?android.os.AsyncTaskClass
OverviewAsyncTask enables proper and easy use of the UI thread. ...
分类:
移动开发 时间:
2014-04-29 21:05:32
阅读次数:
748
网上能搜到的各种办法都试过了, 没一个可行:1、大部份是用来解决usb不识别的,也就是adb
devices不显示。但现在是有显示,只是unauthorized2、我习惯用tcp连接,少根线,多台手机联调时操作方便,所以跟usb识不识别无关。3、有些过时的帖子说adb不是最新,更新到最新就好了。我的...
分类:
数据库 时间:
2014-04-29 19:46:35
阅读次数:
2452
After having installed Ubuntu OS, you should
update config file for root account. The commands are listed as follow:vi
/etc/lightdm/lightdm.conf #open...
分类:
其他好文 时间:
2014-04-29 19:21:56
阅读次数:
555