码迷,mamicode.com
首页 >  
搜索关键字:default interface method    ( 44813个结果
ios fix UIRefreshControl bug
NS_CLASS_AVAILABLE_IOS(6_0) UIRefreshControl 有个毛病有时会出bug 动画下拉就不动了,这里给出修复处理:@interface UICollectionView (FixRefreshControlJump)@end#import "UICollectio...
分类:移动开发   时间:2014-05-10 07:44:40    阅读次数:529
iOS中使用block传值
转自:http://blog.sina.com.cn/s/blog_60b45f230100yiaf.html用此方法传值可以替代委托了。具体例子:MainView.h#import @interface MainView : UIViewController{ IBOutlet UIButt...
分类:移动开发   时间:2014-05-10 07:43:17    阅读次数:403
Jquery and Javascript Notes
工作就是一个学习的过程。在这个过程中,你可以学到新的知识,你也可以温习你已经拥有的知识。JQueryNotes是一个工作笔记。希望能帮助自己提升技术。会有更新。。。。。1、JQueryattr() Method The attr() method sets or returns attribute....
分类:编程语言   时间:2014-05-10 06:32:59    阅读次数:321
几种数据库的大数据批量插入
IProvider里有一个用于实现批量插入的插件服务接口IBatcherProvider,此接口在前一篇文章中已经提到过了。/// /// 提供数据批量处理的方法。 /// public interface IBatcherProvider : IProviderService...
分类:数据库   时间:2014-05-10 06:28:39    阅读次数:518
Sicily 1735 Encryption (模拟)
链接:http://soj.me/show_problem.php?pid=1735&cid= Description Let me introduce an easy method of encryption to you. Suppose there’re N bytes (1 byte = 8 bits) data that are to be encrypted and ...
分类:其他好文   时间:2014-05-09 22:46:01    阅读次数:498
【软件技巧】Sublime Text为不同语法定义不同高亮
Sublime Text默认的语法高亮已经很漂亮了,但是对于个别语言还是有些不爽。 默认高亮规则叫Monokai,可以从Preferences->Settings - Default中看到: 可是这个高亮规则对Json语法的高亮却显得有点单调。上图的配置就是Json格式的。 下面说说是怎么换的。 一、下载自己喜欢的主题 Control + Shift + P打开控制台,输入IP,...
分类:其他好文   时间:2014-05-09 22:45:00    阅读次数:562
python 实现 全角字符 传转换成 半角字符串
Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] on win32 Type "copyright", "credits" or "license()" for more information. >>> def strQ2B(ustring): #把全角字符串转半角         ustr...
分类:编程语言   时间:2014-05-09 22:27:33    阅读次数:342
项目中AppDelegate详解
1.AppDelegate.h//模板默认引入程序需要使用“类”的框架,即UIKit.h头文件,使它包含在程序中#import//此处@class声明程序中的“类”名称为MyViewController@classMyViewController;//此处@interface声明程序界面的名称为My...
分类:移动开发   时间:2014-05-09 20:42:44    阅读次数:346
cakephp下整合kindeditor和ckplayer
1.放入图片\cakephp\webroot\js\kindeditor\themes\2.修改样式表\cakephp\webroot\js\kindeditor\themes\default.css 443行 加/*插入视频*/.ke-icon-insertVideo { background: ...
分类:Web程序   时间:2014-05-09 19:57:13    阅读次数:684
[转]mysql-5.6.17-win32免安装版配置
1. 下载mysql-5.6.17-win32;官网下载地址百度2. 解压到自定义目录,我这里演示的是D:\wamp\mysql\3. 复制根目录下的my-default.ini,改名为my.ini,my.ini用下面内容替换#以下是复制内容,这行可不复制[client] port=3306 def...
分类:数据库   时间:2014-05-09 19:46:38    阅读次数:451
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!