- 博客(28)
- 资源 (1)
- 收藏
- 关注
原创 iOS项目常用的第三方框架
1.轮播图https://github.com/axclogo/AxcUIKit-Sample2.左右翻页https://github.com/12207480/TYPagerController3.图文混排https://github.com/12207480/TYAttributedLabel4.TextField扩展https://github.co...
2020-03-02 16:37:10 879
原创 laravel sql 计算经纬度
$list = DB::table('invite_info as a') ->leftJoin("fans as b","a.seller_id","=","b.id") ->where($selectData) ->selectRaw("(ACOS(SIN(( $latitude * 3.1415) / 180 ) *SIN((tf_a.latitude * 3.1415) / 180 ) +COS(( $latitude * 3.1415) / .
2021-09-28 14:58:42 397
原创 创建、填写及校验UniversalLinks
1. Universal Links是什么 Universal Links(通用链接),是苹果在iOS9之后,提供的一种“可通过传统HTTP链接来跳转APP”的能力。 该特性相较于传统的Custom URL Scheme方式,具备唯一、安全、私有和简单的优势,因此互联OpenSDK在3.3.6版本对该能力进行了支持。2. 如何创建自己的Universal Links服务 可参考Universal Links 苹果官方文档,Support Universa...
2021-09-10 13:09:06 659
原创 uniapp打包流程
1.登录账号 如果没有账号请去申请2.打包Android 和 iOSapp 选择发行云打包2.1打包anroid2.2打包iOS需要先申请证书(申请证书:https://ask.dcloud.net.cn/article/152)2.3点击打包打包完成后会在控制台有下载地址3.小程序打包3.1设置微信开发这工具地址3.2选择微信小程序3.3.填写申请的微信appid3.4 点击发行会自动启动微信开发者工具3.5微信小程序打包完.
2021-01-25 13:03:16 1358 1
原创 iOS URL scheme 和 Universal Links介绍和使用
1.通用链接介绍 1.1当您支持通用链接时,iOS用户可以点击指向您网站的链接,然后无缝链接到已安装的应用程序,而无需通过Safari。如果未安装您的应用程序,请点击指向您网站的链接以在Safari中打开您的网站。2.通用链接配置及使用 2.1 服务器端的配置必须是配置好了https 的服务器。 创建一个apple-app-site-association包含有关您的应用程序可以处理的URL的JSON数据的文件。 将apple-app-site-associat...
2020-05-23 15:20:04 1589
原创 iOS Certificates, Identifiers & Profiles 和 导出ipa模式介绍
1.ios 导出包四种模式的介绍2.证书,唯一id 描述文件的介绍
2020-05-03 16:22:08 381
原创 iOS 使用 NSURLSession 常用的提交数据的方式
#import <Foundation/Foundation.h>dispatch_semaphore_t sema = dispatch_semaphore_create(0);NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:[NSURL URLWithString:@"https://i...
2020-03-16 15:59:22 655
原创 MFC C++ 项目网络请求并返回数据使用JSONCPP解析
1.导入JSONCPP 具体JSONCPP 使用请看这篇文章2.直接上代码使用MFC自带的网络请求库GET请求#include <iostream>using namespace std;// 加入JSONCpp解析#include "json/json.h"#include "json-forwards.h"//使用MFC自带的网络请求库#include <...
2020-03-02 10:47:34 1112
转载 macOS台式机安装教程安装过程记录
来源:https://blog.daliansky.net/MacOS-installation-tutorial-XiaoMi-Pro-installation-process-records.htmlWindows下制作macOS安装盘准备工具U盘大于8G U 盘大小不限做 PE 盘 etcher(可以作为macOS windows linux启动盘)也可以使用transmac...
2019-03-02 16:28:01 5459
原创 QtUI界面美化
在属性编辑器中设置stylesheet来修改界面1.QRadioButtonQRadioButton{ spacing: 5px; } QRadioButton::indicator{ width: 45px; height: 30px; } QRadioButton::indicator:unchecked{ ...
2019-01-30 16:46:59 8364
原创 Visual Studio 2015 中文社区版下载
Visual Studio 2015 中文社区版 (在线安装包)http://download.microsoft.com/download/B/4/8/B4870509-05CB-447C-878F-2F80E4CB464C/vs_community.exe 文件名称:Visual Studio 2015 中文社区版 (完整 ISO 镜像)http://download.micr...
2019-01-26 15:07:21 16465 2
原创 window安装包制作工具NSIS (NullSoft Scriptable Install System)
1.制作脚本demo1.nsi!include "MUI.nsh"!define MUI_ABORTWARNING # This will warn the user if they exit from the installer.!insertmacro MUI_PAGE_WELCOME # Welcome to the installer page.!insertmacr...
2019-01-25 15:31:59 884
原创 Vue 组件通信之 Bus
main.jsvar eventBus = { install(Vue,options) { Vue.prototype.$bus = vue }};Vue.use(eventBus);监听的组件// ...created() { this.$bus.$on('todoSth', (params) => { //获取传递的参数并...
2019-01-16 14:04:58 316
转载 H5播放器使用方法。
1.使用webkit-playsinline playsinline 在iOS微信webview中视频不会弹出来,直接播放。<video id="test_video" class="test_video" webkit-playsinline playsinline src="http://res.imtt.qq.com/qqbrowser/js/advideo.mp4" ...
2018-12-19 20:58:47 6781
原创 wue学习笔记1
1。url-loader和file-loader的区别和关系。url-loader和file-loader是什么关系呢?简答地说,url-loader封装了file-loader。url-loader不依赖于file-loader,即使用url-loader时,只需要安装url-loader即可,不需要安装file-loader,因为url-loader内置了file-loader。通过上面的...
2018-12-03 21:22:20 226
原创 vuek开发遇到的错误
1.使用vue init webpack-simple element-ui 运行时出现错误 ERROR in ./node_modules/element-ui/lib/theme-chalk/fonts/element-icons.ttf Module parse failed: Unex{ test: /\.(png|jpg|gif|ttf|woff|svg)$/,...
2018-12-03 21:15:22 254
原创 iOS开发笔记
1.iOSApp生命周期第一次启动launchOptionsapplicationDidBecomeActive2.点击home键applicationWillResignActiveapplicationDidEnterBackground3.重新进入applicationWillEnterForegroundapplicationDidBecomeActiv...
2018-11-24 15:29:16 271
原创 c语言结构体指针的使用方法
//定义一个结构体typedef struct Cal_Struct { int a; float b;} Cal_Struct; 1.使用方法1Cal_Struct Cal_Struct1;Cal_Struct1.a = 0;Cal_Struct1.b = 11.0; 2.使用方法2Cal_Struct Cal_Struct2...
2018-11-19 17:12:18 553
原创 Visual Studio 导入ffmpeg库文件配置说明详解
1.新建vc项目。2.打开项目,右键选中项目属性3.VC++目录-》包含目录中引入include 库的头文件。4.链接器 -》常规-》附加库目录 添加库的lib文件所在目录。5.链接器 -》输入-》 添加.lib文件6.将ffmpeg库文件下的.dll文件复制到项目生成的可执行目录下。至此,ffmpeg库文件的引入就做好了。...
2018-11-19 10:13:36 575
原创 2018最新ffmpegrtmp流推流到rtmp服务器上
/* ffmpeg 版本 ffmpeg-4.0.2-win32-dev*/#include <string>#include <memory>#include <thread>#include <iostream>using namespace std;extern "C"{#include "libavutil/sam...
2018-11-17 16:40:18 2885
转载 ffmpeg window录屏
#include <iostream>using namespace std;//引入头文件extern "C"{#include "libavformat/avformat.h" //引入时间#include "libavutil/time.h"#include <libavutil/opt.h>#include <libavutil/avu...
2018-11-09 18:13:57 866 1
原创 ffmpeg C++推流
ffmpeg 推流器代码如下:#include <iostream>using namespace std;//引入头文件extern "C"{#include "libavformat/avformat.h" //引入时间#include "libavutil/time.h"#include <libavutil/opt.h>}//引入库...
2018-11-09 15:59:58 9379 1
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人