码迷,mamicode.com
首页 >  
搜索关键字:created    ( 6237个结果
KMP2
/** * Created by xie on 14-8-24. */ public class KMP { private String pat; private int M; private int R=256; private int dfa[][]; public KMP(String pa...
分类:其他好文   时间:2014-08-24 15:22:42    阅读次数:227
iOS_22自定义键盘工具条
最终效果图: Main.storyboard KeyboardTool.xib KeyboardTool.h // KeyboardTool.h // 键盘处理 // Created by beyond on 14-8-24. // Copyright (c) 2014年 com.beyon...
分类:移动开发   时间:2014-08-24 12:57:32    阅读次数:436
OCP试题解析之052-- DROP PROFILE app_user
133.You created a profile APP_USER and assigned it to the users. After a month, you decide to drop the profile. Some user sessions are currently connected to the database instance and are using the ...
分类:移动开发   时间:2014-08-24 00:24:04    阅读次数:307
高逼格UILabel的闪烁动画效果
高逼格UILabel的闪烁动画效果最终效果图如下:源码:YXLabel.h 与 YXLabel.m//// YXLabel.h//// Created by YouXianMing on 14-8-23.// Copyright (c) 2014年 YouXianMing. All right...
分类:其他好文   时间:2014-08-23 08:47:20    阅读次数:359
VBS实现批量重命名文件并且操作前备份原有文件
'=========================================================================='' VBScript Source File -- Created with SAPIEN Technologies PrimalScript 4....
分类:其他好文   时间:2014-08-22 22:27:19    阅读次数:294
图片列表显示
//// ChannelViewController.m// MyMangoTV//// Created by apple on 14-8-19.// Copyright (c) 2014年 戴维营教育. All rights reserved.//#import "ChannelViewC...
分类:其他好文   时间:2014-08-22 22:25:19    阅读次数:246
IOS-模糊搜索UISearchBar+UISearchDisplayController
不废话上代码 想学的跟着写一遍 注释很全了。 // //  RootViewController.m //  SearchTable // //  Created by ALei on 14-8-22. //  Copyright (c) 2014年 MinjieShou. All rights reserved. // #i...
分类:移动开发   时间:2014-08-22 17:53:49    阅读次数:326
C++ 封装一个经纬度的类
需求:根据经纬度获取两点之间的表面距离,以及计算两点之间的方向 参考: Android获取经纬度、计算距离、方位角 帖子里有讲公式,我就不重复了.这里没有写方位角的函数,因为暂时没用到其实很简单. 计算地球两个经纬度之间的距离和方向,这里计算的方向区分的更加具体 以后会不断地重构这个类. /* * JWD.h * * Created on: 2014年8月22日 *...
分类:编程语言   时间:2014-08-22 17:53:29    阅读次数:535
打开图片选择器并裁减图片取出图片
打开图片选择器并裁减图片取出图片效果:源码:图片切割源码:UIImage+ImagePickerCrop.h 与 UIImage+ImagePickerCrop.m//// UIImage+ImagePickerCrop.h// ImagePickerCropDemo//// Created ...
分类:其他好文   时间:2014-08-22 09:19:05    阅读次数:190
springmvc+mybatis整合
web.xml Archetype Created Web Application contextConfigLocat...
分类:编程语言   时间:2014-08-21 13:22:24    阅读次数:220
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!