2020年11月11日

SharePoint online 世纪互联 工作流

摘要: SharePoint designer 2013 32位 SharePoint designer 2013 sp1 32位 spdsp2013-kb2817441-fullfile-x86-zh-cn SharePoint designer kb3114721 Visio 2013 32位 见我的云 阅读全文

posted @ 2020-11-11 14:22 巴顿的博客 阅读(161) 评论(0) 推荐(0) 编辑

2020年6月30日

c# OpenCV 不同尺寸图片叠加

摘要: OpenCV 图片叠加 阅读全文

posted @ 2020-06-30 09:59 巴顿的博客 阅读(1236) 评论(0) 推荐(0) 编辑

2020年6月9日

新建swift工程直接爆红,而且运行起来是黑屏的解决方法

摘要: 1.在AppDelegate.swift里添加@available(iOS 13.0, *),和var window: UIWindow? @UIApplicationMain @available(iOS 13.0, *) class AppDelegate: UIResponder, UIApp 阅读全文

posted @ 2020-06-09 15:11 巴顿的博客 阅读(403) 评论(0) 推荐(0) 编辑

2020年6月4日

c 语言保存二进制文件

摘要: FILE *fp = fopen("D:\\Releaseffilename", "wb");fwrite(featureFirstPic.data(), 1, featureFirstPic.size(), fp);fclose(fp); 阅读全文

posted @ 2020-06-04 18:11 巴顿的博客 阅读(827) 评论(0) 推荐(0) 编辑

2019年1月28日

编译framework时如何让framework支持bitcode

摘要: 在build settings ->Other C Flags,添加-fembed-bitcode 如何查看 otool -arch armv7 -l /Users/xxx.framework/xxx | grep __bitcode | wc -l 如果数字大于0说明支持 阅读全文

posted @ 2019-01-28 16:02 巴顿的博客 阅读(607) 评论(0) 推荐(0) 编辑

2017年4月26日

通过httpmodule获取webapi返回的信息

摘要: 我写了一个webapi,想在module中获取请求的信息和返回的信息,写进log里,以方便以后查询。request信息很容易能拿到,但是返回信息得费一番周折。不多说,上代码 参考文献:http://stackoverflow.com/questions/386487/capturing-html-g 阅读全文

posted @ 2017-04-26 22:09 巴顿的博客 阅读(331) 评论(2) 推荐(0) 编辑

2017年1月16日

将CMSampleBufferRef保存为图片

摘要: 保存图片 //调用示例 UIImage *img=[self imageFromSampleBuffer:detectSampleBufferRef]; [self saveImageToPhotos:img]; 阅读全文

posted @ 2017-01-16 22:45 巴顿的博客 阅读(1218) 评论(0) 推荐(0) 编辑

2017年1月13日

如何解析com.alamofire.serialization.response.error.data节点的值

摘要: NSDictionary *erroInfo = error.userInfo; NSData *data = [erroInfo valueForKey:@"com.alamofire.serialization.response.error.data"]; NSString *errorStri 阅读全文

posted @ 2017-01-13 17:23 巴顿的博客 阅读(702) 评论(0) 推荐(0) 编辑

2016年12月21日

iOS保存视频到相册

摘要: 保存视频: 1在工程中添加这个框架: 2 参考文献:http://blog.csdn.net/kaven_lv/article/details/11483239 阅读全文

posted @ 2016-12-21 21:30 巴顿的博客 阅读(3177) 评论(0) 推荐(0) 编辑

2016年11月8日

MAC系统如何远程连接windows

摘要: 1.下载软件并安装http://www.microsoft.com/zh-CN/download/details.aspx?id=18140 2.安装完成后打开这个软件界面,command+,选择“即使身份验证失败也连接” 3.登录windows系统 (1)开始-运行-gpedit.msc,进入组策 阅读全文

posted @ 2016-11-08 13:30 巴顿的博客 阅读(705) 评论(0) 推荐(0) 编辑

导航