码迷,mamicode.com
首页 >  
搜索关键字:fetchedresultscontroller core data ios    ( 134488个结果
防止自动锁屏代码
class Work { [DllImport("user32.dll")] static extern void mouse_event(MouseEventFlag flags, int dx, int dy, uint data, UIntPtr extr...
分类:其他好文   时间:2014-07-22 23:06:55    阅读次数:347
一个静态的HTML页面用jquery ajax登录到sharepoint页面
$.ajax({type:"get", url:"http://", data:"name="+userid+"&password="+password,async:true, error:function(request){alert("Connectionerror"); }, success:...
分类:Web程序   时间:2014-07-22 23:06:54    阅读次数:373
Unity本地数据存储---Sqlite和JSON
2014-04-30更新剔除了使用网络上烂大街的SQLite使用方法(原因android下无法读取数据),使用libSQLite3.so,通过DLLImport,在C#代码里直接调用C接口这种原生调用SQLite的方式,我在pc、android上亲测无误,ios没测过,但是stackoverflow...
分类:数据库   时间:2014-07-22 23:06:53    阅读次数:852
【转】iOS平台的应用程序调试与分析
转自:看雪学院的文章iOS平台的应用程序调试与分析作者:zhuliang转载请保证文章完整并注明来自看雪或cd-team本文阐述如何在iOS平台上对应用程序进行调试与分析,旨在指导新手分析iOS程序,高手请无视。内容包括软件硬件的准备、代码的解密、符号信息的获取、用gdb调试等,最后以京东LeBoo...
分类:移动开发   时间:2014-05-01 16:14:39    阅读次数:721
代码生成器
一.界面设计 二.具体代码 using System; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Data; using System...
分类:其他好文   时间:2014-05-01 15:26:48    阅读次数:345
IOS-button属性edge
IOS中UIButton 的内容,标题,背景在button容器的相对位子的设置UIButton *button = [UIButton buttonWithType:UIButtonTypeCustom];//button的类型 button.frame = CGRectMake(100, 100,...
分类:移动开发   时间:2014-05-01 15:22:46    阅读次数:432
IOS-简单WebView的使用
//要实现UIWebViewDelegate代理@interface TestViewController : UIViewController{ UIWebView *protWebView;}@property (retain, nonatomic) IBOutletUIWebView *pr....
分类:移动开发   时间:2014-05-01 15:13:29    阅读次数:420
IOS UITextView加上placeholder
UITextView上如何加上类似于UITextField的placeholder呢,其实在UITextView上加上一个UILabel,然后再实现- (BOOL)textView:(UITextView*)textView shouldChangeTextInRange:(NSRange)rang...
分类:移动开发   时间:2014-05-01 14:54:15    阅读次数:462
ExtJS 在IE7下报 isModel为空为空或不是对象
刚开始以为是兼容性问题……后来,发现居然是自定义的data数据多了个逗号。本来定义了多个数据,有一次把后面几条数据删除了,保留下来的最后一条数据后面的逗号没去掉。--!
分类:Web程序   时间:2014-05-01 14:32:55    阅读次数:932
WCF Data Service ----理论准备
WCF数据服务(WCF Data Service )是.NET Framework的一个组件。可以使用此组件创建一些服务,利用开放式数据协议(OData)来借助具象状态传输(REST)语义通过Web或Intranet公开和使用数据。OData(Open Data Protocol)开放数据协议ODa...
分类:其他好文   时间:2014-05-01 14:23:12    阅读次数:353
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!