码迷,mamicode.com
首页 >  
搜索关键字:about swift    ( 11439个结果
6. RxSwift 订阅操作过滤1 map、buffer、filter
map 同 Swift中 map 用法一样,对值进行处理并返回 let sub = PublishSubject<String>() sub.map { $0 + "mmmmm" } .subscribe { event in print(event.element) } .disposed(by: ...
分类:编程语言   时间:2020-11-25 12:36:31    阅读次数:4
IOS学习随笔
IOS ICON 制作网站 图标生成 https://www.canva.com/ 生成整套图标 https://appicon.co swift驼峰法命名 变量:小驼峰法f命名 ? 例:diceImageView ? btnRoll 文件名:大驼峰法命名 ? 全大写 变量申明 申明一个变量就是制造 ...
分类:移动开发   时间:2020-11-18 13:29:04    阅读次数:33
国内银行的SWIFT应用现状
国内银行的SWIFT应用现状 中国是SWIFT会员国。中国银行作为中国的外汇外贸专业银行于1983年2月加入SWIFT,成为中国第一家会员银行,1985年5月13日,中国银行正式开通SWIFT。中国金融体制改革后,中国工商银行、中国农业银行、中国建设银行、中国交通银行等也可以开展外汇外贸业务,这几个 ...
分类:编程语言   时间:2020-11-17 12:22:38    阅读次数:8
[23]Docker07 Docker数据管理
Docker07-数据管理 将数据保存在容器外部 容器在运行项目时会产生数据,比如运行的mysql容器,那么一定会有数据产生。 如果将数据保存在容器内部,那么也就意味着我们改变了原有镜像,这种做法是不可取的,因为在后期的镜像升级将变得不可能了。也就是说,运行的镜像,最好不要改变,如果必须改变,在改变 ...
分类:其他好文   时间:2020-11-13 13:10:37    阅读次数:9
Swift程序员对Rust印象:内存管理
Swift程序员对Rust印象:内存管理像许多开发人员一样,我对Rust感兴趣已经有一段时间。不仅是因为它经常出现在各种技术媒体如HackerNews头条上,以及它在安全性和性能方面采用了一些新颖方法,而且还发现程序员在谈论它时带着一些特别喜爱和钦佩之感。最重要的是,它具有与我最喜欢的入门语言Swift相同的目标和功能。由于我最近花时间在一些小型个人项目中试用Rust,因此我想花一点时间记录一下我
分类:编程语言   时间:2020-11-08 16:37:42    阅读次数:19
vue3的新写法和特性整理——六、插槽的使用
1、子组件暴露插槽的写法 <template> <div class="hello"> <h1>子组件</h1> <h1>↓↓↓以下是默认插槽内容↓↓↓</h1> <slot :scope="sexEn1"></slot> <h1>↑↑↑以上是插槽内容↑↑↑</h1> <br /> <div>{{s ...
分类:其他好文   时间:2020-11-04 18:41:55    阅读次数:20
Reporting tool on Power Platform - PowerBI/ER/MR/SSRS
Reporting and analytics with Power BI home page This topic points you to resources that you can use to learn more about the business intelligence (BI) ...
分类:其他好文   时间:2020-11-01 09:20:29    阅读次数:20
swift 中 Self 与self
https://www.jianshu.com/p/a6bcdebd83f5 前提 在swift 开发过程中,尤其是第三方库中,我们多次看到首字母大写的Self,很多时候不明白其中意思,Self 与self 又有何区别呢? 今天在这里简单解释一下: self self 大家都熟悉,在UIViewCo ...
分类:编程语言   时间:2020-10-24 10:14:11    阅读次数:30
Understanding about Baire Category Theorem
Definition (Nowhere dense set) A set $A$ in a topological space $X$ is nowhere dense if the complement of its closure is dense in $X$, i.e. $\overline ...
分类:其他好文   时间:2020-10-22 22:47:57    阅读次数:24
MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error
MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. P ...
分类:数据库   时间:2020-10-20 16:33:15    阅读次数:35
11439条   上一页 1 ... 6 7 8 9 10 ... 1144 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!