转自09年的blog,因为facebook在国内无法访问,故此摘录。The Photos application is one of Facebook’s most popular features. Up to date, users have uploaded over 15 billion p...
分类:
其他好文 时间:
2014-08-08 12:26:55
阅读次数:
374
原文地址:http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Advanced-Build-Customization7、 Advanced Build Customization(高级构建定制)7.1 Build o...
分类:
移动开发 时间:
2014-08-07 21:41:10
阅读次数:
469
//连接是需要导包 http://pan.baidu.com/s/1o6nyuOa /*配合数据库建立表create database day14 character set utf8 collate utf8_general_ci;use day14;create table users( i.....
分类:
数据库 时间:
2014-08-07 13:04:09
阅读次数:
261
// 创建文件操作对象 fm NSFileManager *fm=[NSFileManager defaultManager]; //将文件内容读取到内存缓冲区 NSString *fPathName=@"/Users/hai...
分类:
其他好文 时间:
2014-08-07 12:43:09
阅读次数:
165
The action bar provides your users a familiar and predictable way to perform actions and navigate your app, but that doesn't mean it needs to look exactly the same as it does in other apps. If you want to style the action bar to better fit your product bra...
分类:
移动开发 时间:
2014-08-07 03:07:49
阅读次数:
605
使用如下命令能够以debug模式安装Oracle Grid并将日志记录到文件[grid@vdb1 11ggrid]$ ./runInstaller -debug > /home/grid/oracle_grid_installer.log
分类:
数据库 时间:
2014-08-07 00:34:17
阅读次数:
414
最近开始学习cocos2d,但开头就给我难住了,由于视频老一点,用的是xcode4学习教程用的是cocos2d 2.1.4为了同步,我也就先装这个版本,安装视频的做法使用如下命令安装 -u代表替换原先的版本
sudo /Users/qin/Downloads/cocos2d-x-2.1.4/install-templates-xcode.sh -f -u
但是安装老是出错不成功!!不在啰嗦下面...
分类:
其他好文 时间:
2014-08-06 23:01:22
阅读次数:
296
1 public class AgeBelow18Exception extends RuntimeException {2 /*public String getMessage() {3 return "Please Call Users Above 18 Years";4...
分类:
其他好文 时间:
2014-08-06 22:14:32
阅读次数:
241
曾经阅读过苹果公司官方文档“Advanced Memory Management Programming Guide”,对于为什么不能在init和dealloc方法中使用accessor方法一事,一直不明白。自己平时的工作实践中,貌似也没发现过有啥问题。直到今...
分类:
数据库 时间:
2014-08-06 19:34:52
阅读次数:
239
目录一、PC客户端使用1.1、安装Outlook邮箱客户端1.2、使用Outlook连接公司邮箱1.2.1、内网加域用户1.2.2、外网工作组用户二、WebApp使用三、移动终端使用.一、PC客户端使用1.1、安装Outlook邮箱客户端Exchange2013和ExchangeOnline支持以下最低版本的MicrosoftOutlook和Micros..
分类:
其他好文 时间:
2014-08-05 23:04:31
阅读次数:
711