这些年一直在java/web/android方面折腾,去年最终换成了apple的设备,本想就開始折腾iOS,却始终没能进入状态。从今天開始,本人宣布:正式进入iOS/xcode 5的编程学习中,也希望大家共同进步。补充一下:环顾四周,到我这个年龄还能在coding中找到快乐的人好像已经不多了,你呢?...
分类:
移动开发 时间:
2014-07-15 08:45:54
阅读次数:
273
http://pan.baidu.com/s/1mg1EYAOwindows各种版本map.centerAndZoom(point,15);这句话可以指向地图的不同位置百度云http://developer.baidu.com/map/jsdemo.htm#i1_1?qq-pf-to=pcqq.c2c1百度云粉丝http://yun.baidu.com/share/home?uk=1814500964&view=share#category/type..
分类:
数据库 时间:
2014-07-14 16:41:20
阅读次数:
364
在Windows-System32-drivers-ect文件夹下找到hosts文件
打开hosts文件(用记事本打开即可),在文件下面填上一下内容:
203.208.46.146 www.google.com
74.125.113.121 developer.android.com
203.208.46.146 dl.google.com
...
分类:
移动开发 时间:
2014-07-14 12:47:31
阅读次数:
231
Google在I/O2013大会上公布了Android新的开发工具Android Studio,趁周末时间做了一下尝试。有须要的能够在http://developer.android.com/sdk/installing/studio.html下载,当前版本号是V0.1。官方解释:Andro...
分类:
移动开发 时间:
2014-07-14 09:44:51
阅读次数:
274
每个iOS应用都有自己的应用沙盒(应用沙盒就是文件系统目录),与其他文件系统隔离。应用必须待在自己的沙盒里,其他应用不能访问该沙盒应用沙盒的文件系统目录,如下图所示(假设应用的名称叫network)模拟器应用沙盒的根路径在: (apple是用户名, 7.1是模拟器版本)/Users/apple/Li...
分类:
移动开发 时间:
2014-07-13 21:20:29
阅读次数:
219
Android is designed to run on many different types of devices, from phones to tablets and televisions. As a developer, the range of devices provide...
分类:
移动开发 时间:
2014-07-13 19:49:24
阅读次数:
300
http://developer.android.com/guide/practices/ui_guidelines/widget_design.html#design
http://developer.android.com/guide/topics/appwidgets/index.html
http://developer.android.com/guide/topics/appwidg...
分类:
移动开发 时间:
2014-07-13 18:03:10
阅读次数:
294
首先考虑一个具有几个构造函数的MyClass类。假设我们决定在这个类的私有部分添加一个新的数据成员,称为int_data_:
class MyClass
{
public:
MyClass()
: int_data_(0)
{}
explicit MyClass(const Apple& apple)
: int_data_(0)
{}
MyClass(const stri...
分类:
其他好文 时间:
2014-07-13 16:39:59
阅读次数:
184
The Swift Programming Language 中文版,精简提炼,语法快速参考...
分类:
移动开发 时间:
2014-07-13 16:04:11
阅读次数:
304
配置PL/SQL Developer连接服务器数据库
远程应用服务器上安装client客户端软件,可在oracle官网上下载。
举例:
环境
应用服务器操作系统
WIN 7
本地地址
192.168.56.117
生产服务器操作系统
Enterprise Linux Server re...
分类:
数据库 时间:
2014-07-12 22:19:37
阅读次数:
313