码迷,mamicode.com
首页 >  
搜索关键字:ios data storage    ( 120578个结果
ios 登录框
往UIAlertView中添加UITextField模拟登录框
分类:移动开发   时间:2014-04-28 07:03:08    阅读次数:627
Linux中的gpio口使用方法
Linux中的IO使用方法应该是新版本内核才有的方法。请参考:./Documentation/gpio.txt文件提供的API:驱动需要包含 #include 判断一个IO是否合法:int gpio_is_valid(int number);设置GPIO的方向,如果是输出同时设置电平:/* set ...
分类:系统相关   时间:2014-04-28 06:13:34    阅读次数:800
ios-表视图-demo1
//// RootViewController.m// uitableview//// Created by liyang on 14-4-27.// Copyright (c) 2014年 liyang. All rights reserved.//#import "RootViewCo...
分类:移动开发   时间:2014-04-28 06:09:42    阅读次数:678
Csharp: speech to text, text to speech in win
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:Windows程序   时间:2014-04-28 04:36:58    阅读次数:1052
oracle object_id和data_object_id的区别
Oracle的数据字典表dba_objects包含了两个字段,object_id, data_object_id,官方文档上的解释是:object_id: Dictionary object number of the object.Data_object_id: Dictionary object...
分类:数据库   时间:2014-04-28 04:23:13    阅读次数:725
iOS App的状态
Refer: App States and MultitaskingiOS设备的系统资源有限,所以App在前台运行和在后台运行的时候是有区别的。为了节省电池寿命和用户体验,App在后台运行的时候,有一些功能会被操作系统限制。当App在前台运行的时候,可以处理系统发送的touch事件。UIKit基础架...
分类:移动开发   时间:2014-04-28 04:11:32    阅读次数:643
hdu4104 Discount
给n个数,问最小不能组成的正整数是多少。 数学归纳法。 从sum=0开始,每次考察sum+1>=a[i],则sum+1肯定可以达到,那么sum+a[i]以内的数肯定可以达到。 #include #include #include #include #include #include #include #include #include #define...
分类:其他好文   时间:2014-04-27 20:06:50    阅读次数:554
Extjs 4.2 树结点右键菜单(全选,反选,撤销)
自己写的最新版本extjs4.2的树结点的操作,记录一下,以后可能会用到。 var tree = new Ext.tree.TreePanel({ flex: 1, animate: true,   autoScroll: true, anchor: '100% 93%', store: new Ext.data.TreeStore({ root:{ expanded: true...
分类:Web程序   时间:2014-04-27 19:00:19    阅读次数:1278
POJ2007 Scrambled Polygon
极角排序...
分类:其他好文   时间:2014-04-27 18:14:10    阅读次数:547
wzplayer for ios 针对(mms)优化版本V1.0
wzplayer for ios针对mms优化版本发布。 1.支持mms,http,rtmp,rtsp等协议 2.支持全格式 下载地址:http://www.coolradio.cn/WzPlayer.ipa 更强大的,请使用tlplayer 联系方式:weinyzhou86@gmail.com QQ:514540005 版权所有,禁止转载....
分类:移动开发   时间:2014-04-27 17:45:49    阅读次数:689
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!