要求使用ARC//// main.m// Hello//// Created by lishujun on 14-8-28.// Copyright (c) 2014年 lishujun. All rights reserved.//#import // --------------视图控制...
分类:
移动开发 时间:
2014-09-02 17:38:05
阅读次数:
188
/** Android开发之初识camera图像采集* 北京Android俱乐部群:167839253* Created on: 2011-8-24* Author: blueeagle* Email: liujiaxiang@gmail.com*/下面记录一个简单的相机的制作方法。制作相机,首先需...
分类:
移动开发 时间:
2014-09-02 09:00:14
阅读次数:
252
PHP将数据库内容转化为csv文件,以逗号隔开,为防止数据库内容中含有逗号,影响文件内容显示,需注意添加““(双引号)!!!
<?php
include “init.php”;
$file_name_=’file.csv’;
$str_content_=”aid,username,password,role,status,created_time,updated_time\n”;
fi...
分类:
数据库 时间:
2014-09-02 00:20:43
阅读次数:
233
最终效果图:
主控制器 BeyondViewController
继承自UISplitViewController
//
// BeyondViewController.h
// 27_SplitViewCtroller
//
// Created by beyond on 14-8-31.
// Copyright (c) 2014年 com.beyo...
分类:
移动开发 时间:
2014-09-01 17:41:34
阅读次数:
228
''' Created on 2014-8-29 @author: hg ''' #http://www.cnblogs.com/btchenguang/archive/2012/01/30/2332479.html myList = [[0] * 3] * 4 myList[0][1] = myL...
分类:
编程语言 时间:
2014-09-01 12:03:52
阅读次数:
195
最终效果图:
UIImage分类,Point2Color:
//
// UIImage+Point2Color.h
// 26_popOverCtrl
//
// Created by beyond on 14-8-31.
// Copyright (c) 2014年 com.beyond. All rights reserved.
//
#import
@int...
分类:
移动开发 时间:
2014-08-31 21:30:31
阅读次数:
344
获取图片的metaData获取简易的metaData较为容易,以下是测试图:以下是本人提供的源码:UIImage+MetaData.h//// UIImage+MetaData.h// PictureInfo//// Created by YouXianMing on 14-8-27.// ...
分类:
其他好文 时间:
2014-08-31 21:25:01
阅读次数:
493
1. EXPDP/IMPDP方式
SQL> create user zlm identified by zlm;
User created.
SQL> grant connect,resource to zlm;
Grant succeeded.
SQL> create tablespace ts_zlm datafile '/u01/app/or...
分类:
其他好文 时间:
2014-08-31 17:18:01
阅读次数:
248
package leetcode;import java.util.Stack;/** * Created by smallstrong on 14-8-31. *///For example,// Given s = "the sky is blue",// retur...
分类:
其他好文 时间:
2014-08-31 14:26:01
阅读次数:
173
最终效果图:
关键代码:
UIImage分类代码
//
// UIImage+BlurGlass.h
// 帅哥_团购
//
// Created by beyond on 14-8-30.
// Copyright (c) 2014年 com.beyond. All rights reserved.
// ...
分类:
移动开发 时间:
2014-08-30 13:56:59
阅读次数:
247