- 博客(43)
- 资源 (4)
- 收藏
- 关注
原创 hadoop2.6.4版本配置java的编译运行环境:
方法一hadoop2.6.4版本导入jar包总结:将jar包导入环境设置,执行mr-java脚本:在root用户下操作:【以下(1)、(2)、(3)三步有时候也可省略】(1)[root@h207 ~]$ cd /home/hadoop/hadoop-2.6.0-cdh5.5.2/etc/hadoop (2)[root@h207 hadoop
2017-04-26 15:34:33 1116
原创 linux中hadoop 执行jar包
1.执行MR的命令: hadoop jar 例子: hadoop jar /root/wc1.jar cn.itcast.d3.hadoop.mr.WordCount hdfs://itcast:9000/words /out2
2017-04-25 21:36:54 6217
原创 Hadoop之—— WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform...
http://blog.csdn.net/l1028386804/article/details/51538611
2017-04-23 15:52:22 275
原创 SecureCRT连接虚拟机中的Linux系统相关
SecureCRT连接虚拟机中的Linux系统相关http://www.linuxidc.com/Linux/2015-05/117048.htm利用SecureCRT在Linux与Windows之间传输文件 http://www.linuxidc.com/Linux/2014-08/105413.htm
2017-04-18 13:33:15 514
原创 数据组装成html保存到本地
@RequestMapping(value = "/html", method = RequestMethod.GET) public String htmlExport(ModelMap map) { List bidList = bidDao.getAllBid(); Map argMap = (Map) bidList.get(0); Set keySet =
2017-04-07 14:17:20 455
原创 在jsp页面中关于网页过期问题的解决方案
在A.jsp页面中单击某链接的到B.jsp页面,在B页面中单击返回按钮(javascript:window.history.back();)时网页已经过期问题,解决如下:1.在A.jsp页面中加入: response.setHeader("Cache-Control", "Public"); response.setHeader("Pragma", "no-cache")
2017-03-31 21:23:47 1698
原创 超链接跳转jsp乱码 tomcat server 修改 URIEncoding="utf-8"
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright
2017-03-13 14:50:57 730
原创 CollectionView如何按行排列
我们在创建FlowLayout时是这样的:1234 UICollectionViewFlowLayout*layout=[[UICollectionViewFlowLayoutalloc] init];layout.scrollDirection=UIColl
2016-05-14 11:55:29 798
原创 运行时机制修改UIAlertController文字对齐方式
#import "ViewController.h"#import @interface ViewController (){ UIAlertController *_alert;}@end@implementation ViewController- (void)viewDidLoad {
2016-05-01 23:31:50 3948
原创 网络请求数据缓存
在下载方法中: [manager GET:url parameters:nil success:^(AFHTTPRequestOperation *operation, id responseObject) { //写缓存 NSString *cachePath = @"你的缓存路径";// /Library/Caches/MyCache [d
2016-04-25 16:52:51 350
原创 运行机制归档
- (void)encodeWithCoder:(NSCoder *)aCoder { unsignedint count; //获得指向当前类的所有属性的指针 objc_property_t *properties =class_copyPropertyList([selfclass], &count); f
2016-04-16 21:39:07 272
原创 判断设备通知是否开启
if ([[UIDevice currentDevice].systemVersion floatValue]>=8.0f) { UIUserNotificationSettings *setting = [[UIApplication sharedApplication] currentUserNotificationSettings]; if (UIUser
2016-04-14 18:38:31 313
原创 iOS调用系统功能
在iOS开发过程中,有时我们想在应用内实现打电话、发短信、打开Safari浏览器功能,具体常用功能如下:调用打电话功能(此种方法会直接进行拨打电话,电话结束后会留在电话界面)if ([[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel://185XXXX0496"]]){ [[UIApplica
2016-03-29 00:38:05 438
原创 [ iOS ] 微信分享图片问题解决
文/天听云道(简书作者)原文链接:http://www.jianshu.com/p/cd8cea425067著作权归作者所有,转载请联系作者获得授权,并标注“简书作者”。// ------这种方法对图片既进行缩放,又进行裁剪- (NSData *)imageWithImage:(UIImage*)image scaledToSize:(CGSize)newSize;{UIG
2016-03-28 17:44:49 1274
原创 贝塞尔曲线
-(void)drawRect:(CGRect)rect{// [self drawTrianglePath];// [self drawRectPath];// [self drawCircle]; [selfdrawCorner];// [self drawRadian];// [self drawSe
2016-03-26 13:42:44 272
原创 动画隐藏tabar
//**************************【动画】**************************//+ (void)tabBarAnimation:(AnimationsType)type Hidden:(BOOL)hidden{ switch (type) { caseAnimationDefaule:
2016-03-26 12:45:01 296
原创 根据类名获取当前类
NSString *classString =self.array[indexPath.row]; Class class =NSClassFromString(classString); UIViewController *layerVC = (UIViewController *)[[classalloc]init];
2016-03-24 14:04:48 352
原创 #pragma mark 判断是否是纯数字
#pragma mark 判断是否是纯数字- (BOOL)isPureInteger:(NSString *)str { NSScanner *scanner = [NSScannerscannerWithString:str]; NSInteger val; return [scanner scanInteger:&val] && [scanner
2016-03-24 12:50:27 248
转载 获取iOS设备信息
获取iOS设备信息2014-12-04 0 个评论 收藏 我要投稿有时候做项目是需要获取手机的相关信息,好让用户知道自己的使用情况:镔哥就直接写代码了/*获取手机信息应用程序的名称和版本号等信息都保存在mainBundle的一个字典中,用下面代码可以取出来*/NSDict
2016-03-02 13:49:57 339
原创 震动
#import AudioServicesAddSystemSoundCompletion(kSystemSoundID_Vibrate, NULL,// uses the main run
2016-02-26 11:54:25 224
转载 Xcode------插件无法使用与不小心点击Skipbundle的解决办法
iOS开发----Xcode7升级之后插件无法使用与不小心点击Skipbundle的解决办法07net01.com 发布于 4小时前分类:IT技术阅读(124)评论摘要 Xcode 升级到7之后VVDocumenter-Xcode,OMColorSense,KSImageNamed等一系列的插件失效的解决办法,以及不小心误点了 Skipbundle 的解决办法 Xcode 升
2015-11-10 17:57:41 412
转载 使用Autolayout实现UITableView的Cell动态布局和高度动态改变
使用Autolayout实现UITableView的Cell动态布局和高度动态改变 2014-12-16 08:12:32| 分类: ios | 标签:autolayout cell 高度 |举报|字号 订阅 下载LOFTER客户端摘自:
2015-10-27 09:49:44 379
原创 AutoLayoutScrollView添加view滚动
http://www.th7.cn/Program/IOS/201504/438719.shtml
2015-07-30 17:35:51 541
原创 collectionView添加头部view
[_collectionViewregisterClass:[FilterCollectionCellclass] forCellWithReuseIdentifier:@"FilterCollectionCell"]; [_collectionViewregisterNib:[UINibnibWithNibName:@
2015-07-10 17:00:48 505
原创 如何在Label中显示图片
UIImage *image = [UIImage imageNamed:@"321.jpg"]; // 1> 生成文本附件NSTextAttachment *textAttach = [[NSTextAttachment alloc] init];textAttach.image = image; // 2> 使用文本附件创
2015-07-07 15:58:20 1774
原创 iOS学习网站和博客地址收集
iOS学习网站和博客地址收集字数291 阅读1847 评论0 喜欢140网站http://www.bobmccune.com/2012/03/04/creating-custom-xcode-4-file-templates/ 2015.05.17新增,里面有什么牛逼的文章直接阅读与学习http://www.objc.iohttp://www.ra
2015-06-20 20:20:14 479
原创 根据日期计算星期几
- (NSString *)calculateWeek:(NSDate *)date{ //计算week数 NSCalendar * myCalendar = [NSCalendar currentCalendar]; myCalendar.timeZone = [NSTimeZone systemTimeZone]; NSInt
2015-06-20 14:19:29 691
原创 cell补全分割线
-(void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath{ if ([cell respondsToSelector:@selector(setSeparatorInset:)]) {
2015-06-17 14:20:14 419
原创 iOS 8 Tableview根据AutoLayout自动调整高度,iostableview高度
iOS 8 Tableview根据AutoLayout自动调整高度,iostableview高度热度3 评论 179www.BkJia.Com 网友分享于: 2015-05-09 09:05:23 浏览数17410次iOS 8 Tableview根据AutoLayout自动调整高度,iostableview高度
2015-06-13 02:36:02 767
原创 SDWebImageRefreshCached
异步加载图片方法:- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder;url图片的地址placeholder 网络图片在尚未加载成功时显示的图像默认情况下,SDWebImage会忽略Header中的缓存设置,将图片以url为key进行保存,url与图片是一一对应
2015-06-05 18:16:04 1929
原创 textView键盘被遮挡问题
#pragma mark - 键盘边框大小变化- (void)keyboardChangeFrame:(NSNotification *)notification{ NSLog(@"%@", notification.userInfo); // 根据跟踪发现,使用userInfo的UIKeyboardFrameEndUserInfoKey数据可
2015-06-05 15:44:35 499
原创 分割字符串
NSArray *arry=[self.compoundDetailsObj.cas_nocomponentsSeparatedByString:@"-"];
2015-05-22 10:40:13 315
原创 字符串去掉特殊字符和比较字符串大小
// 截取特殊字符 NSMutableString*selectDateTextFieldString=[NSMutableStringstringWithString: closingDateTextField.text]; NSRange selectTimeRange = [selectDateTextFiel
2015-05-21 19:49:29 334
原创 导航跳转到指定界面
给单独的viewcontroller或者在Appdelegate的主页面添加导航条,只要在viewcontroller上添加navigationcontroller,在添加此navigationcontroller即可- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(N
2015-04-10 16:22:05 1113
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人