转自:http://blog.csdn.net/esrichinacd/article/details/7730825
地理标记照片是指带有地理位置信息的照片,通常通过内置GPS的数码相机或智能手机拍摄得到。
如果能够在GIS软件中直接载入地理标记照片,并且自动生成对应的点,包含照片和时间等相关的属...
分类:
其他好文 时间:
2014-05-29 09:22:59
阅读次数:
325
iOS
支持多个层次的多线程编程,层次越高的抽象程度越高,使用起来也越方便,也是苹果最推荐使用的方法。下面根据抽象层次从低到高依次列出iOS所支持的多线程编程范式:1,
Thread;2, Cocoa operations;3, Grand Central Dispatch (GCD) (iOS4 ...
分类:
移动开发 时间:
2014-05-28 10:14:44
阅读次数:
297
【Grand Central Dispatch】 GCD is one of the
technologies for starting tasks asynchronously.This technology takes the thread
management code you would ....
分类:
其他好文 时间:
2014-05-26 21:59:26
阅读次数:
314
Phaser is a fun, free and fast 2D game framework
for making HTML5 games for desktop and mobile web browsers, supporting Canvas
and WebGL rendering.Pha...
分类:
Web程序 时间:
2014-05-26 19:44:52
阅读次数:
269
Mac下安装Centos后,Mac和Centos之间默认是不通的,需要做下面一些设置后,才能互相共享。
启用网络设置 默认的网络设置是没有enable的,因此,在安装完之后需要开启的话,需要保证开启”Shared Network”,
同时再运行命令”/sbin/dhclient eth0”, 这样虚...
分类:
其他好文 时间:
2014-05-26 14:23:23
阅读次数:
334
什么是GCDGrand Central Dispatch
(GCD)是Apple开发的一个多核编程的解决方法。该方法在Mac OS X
10.6雪豹中首次推出,并随后被引入到了iOS4.0中。GCD是一个替代诸如NSThread, NSOperationQueue,
NSInvocationOper...
分类:
其他好文 时间:
2014-05-26 07:53:12
阅读次数:
251
如何查看linux系统是32位还是64位 2010-11-22 17:00:34分类:
LINUX1.#uname -a如果有x86_64就是64位的,没有就是32位的这是64位的# uname -aLinux desktop
2.6.35-23-generic #37-Ubuntu SMP Fri...
分类:
系统相关 时间:
2014-05-26 06:51:11
阅读次数:
456
什么是GCDGrand Central Dispatch
(GCD)是Apple开发的一个多核编程的解决方法。该方法在Mac OS X
10.6雪豹中首次推出,并随后被引入到了iOS4.0中。GCD是一个替代诸如NSThread, NSOperationQueue,
NSInvocationOper...
分类:
其他好文 时间:
2014-05-26 06:22:50
阅读次数:
297
菜单: System-Preferences-Keyboard Shortcuts在Desktop分类下找到“Run a terminal”点击Run a terminal,按下需要的快捷键,比如Ctrl+Alt+T,即可。补充终端窗口下的快捷:复制:Shift+Ctrl+C粘贴:Shift+Ctrl+V开启新窗口:Shift+Ctrl+N开启新分页(Tab):Shift+Ctrl+T分页之间切换...
分类:
其他好文 时间:
2014-05-25 21:23:37
阅读次数:
410
最近做的一个仿微信网页版的站点,有一个新需求, 需要实现在新消息入线时,有桌面通知的效果,所以最近就稍微了解一下这个html5的新属性。
这边有个不错的demo:html5 web notification demo
从上面这个demo中 我们就可以获取所需要的基本核心代码,如下:
var Notification = window.Notification ||...
分类:
Web程序 时间:
2014-05-23 01:36:12
阅读次数:
353