码迷,mamicode.com
首页 >  
搜索关键字:about swift    ( 11439个结果
iOS swift ipad使用系统自带分享 弹框失败没有弹框
是因为iOS13上的不支持适配 let activity = UIActivityViewController(activityItems: [URL(fileURLWithPath: path)], applicationActivities: nil) activity.excludedActi ...
分类:移动开发   时间:2020-06-09 12:42:15    阅读次数:113
git常用命令
本文参考内容主要有:1. https://gitee.com/all-about-git gitee2. https://www.liaoxuefeng.com/wiki/896043488029600 来自廖雪峰老师的git教程 一、在看命令之前先来了解下git的工作原理 / 流程: Worksp ...
分类:其他好文   时间:2020-06-08 00:33:14    阅读次数:76
V3 - What Can You Do? Teacher: GABRIELE
In this lesson you will learn to ask about skills. 课上内容(Lesson) "I'm a man of my word" 我是一个讲信用的人/ 我是一个说道做到的人 a street vendor illegal 非法 <--> legal 合法 ...
分类:其他好文   时间:2020-06-07 11:05:19    阅读次数:75
What Are You Weighting For?
A basic strength routine can change your life Strength training isn’t just about getting six-pack abs and big biceps. Along with stretching and elevat ...
分类:其他好文   时间:2020-06-06 21:47:07    阅读次数:87
vue 关闭当前窗口
window.location.href="about:blank"; window.close(); ...
分类:其他好文   时间:2020-06-04 20:07:07    阅读次数:595
jq过滤方法大全
jq过滤方法大全
分类:其他好文   时间:2020-06-04 11:59:52    阅读次数:71
swift5.x 多线程的应用场景
// // ViewController17.swift // swiftT // // Created by wjwdive on 2020/6/3. // Copyright © 2020 wjwdive. All rights reserved. // import UIKit class V ...
分类:编程语言   时间:2020-06-03 17:31:27    阅读次数:76
前端微服务(qiankun)哈希路由实践
最近公司搞前端微服务,用了qiankun这个库,不得不说背靠轮子好乘凉啊~。 qiankun介绍戳这里 https://qiankun.umijs.org/zh 先看下效果 下面进入正题: 我的项目,技术栈都是vue,主应用拥有自己的公共模块,同时需要以微应用方式嵌入业务模块。大概如下图所示 因为我 ...
分类:其他好文   时间:2020-06-03 15:16:13    阅读次数:524
软件编译系统构建
reference: A tutorial for porting to autoconf & automake GNU autoconf (automake) "Hello World" step-by-step example All you should really know about A ...
分类:其他好文   时间:2020-05-31 16:04:42    阅读次数:87
项目集成三方库由静态库转为动态库遇到的问题总结
项目中引入swift三方库需要使用动态库,然而oc默认使用静态库,所以在将项目三方库全变为动态库后会遇到下面几个问题 1.YY系列三方库若有手动导入的,有cocoapods导入的则在编译时会包文件符号重复的错误 解决方法:要么全部手动集成,要么全部cocoapods导入 2.腾讯IMSDK中包含模拟 ...
分类:其他好文   时间:2020-05-31 11:13:17    阅读次数:87
11439条   上一页 1 ... 16 17 18 19 20 ... 1144 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!