码迷,mamicode.com
首页 >  
搜索关键字:present    ( 1648个结果
iOS 13 presentViewController
升级了iOS 13,发现代码中使用presentViewController的都变成了这样的,顶部留了一部分 查看present样式,iOS 13 默认自动适配,需要在present的时候,设置style ...
分类:移动开发   时间:2019-10-11 19:58:17    阅读次数:656
K8s+dashboard安装部署 不错
系统安装使用虚拟机安装两个centos系统,在/etc/hosts里增加两行192.168.140.128 kuber-master192.168.140.129 kuber-node1 关闭防火墙systemctl stop firewalld & systemctl disable firewa ...
分类:其他好文   时间:2019-10-11 18:46:07    阅读次数:193
无法获取 vmci 驱动程序版本: 句柄无效。 驱动程序 vmci.sys 版本不正确。请尝试重新安装 VMware Workstation。 打开模块DevicePowerOn电源失败。
1.别打开电源,然后到虚拟机安装文件夹内。2.找到你的虚拟机系统文件中后缀为vmx的文件,右击用记事本或者Notepad++打开。2.搜索找到vmci0.present=‘TRUE’,字段,把true改为false。3.开启虚拟机发现可以使用了。 仅供参考,欢迎指正!! ...
分类:系统相关   时间:2019-10-11 00:56:09    阅读次数:200
SpringBoot 连接kafka ssl 报 CertificateException: No subject alternative names present 异常解决
当使用较新版本SpringBoot时,对应的 kafka-client 版本也比较新,如果使用了 2.x 以上的 kafka-client ,并且配置了 kafka ssl 连接方式时,可能会报如下异常: 该原因是因为新版本 kafka-client 会校验证书的主机名,配置忽略主机名校验即可。 配 ...
分类:编程语言   时间:2019-10-09 12:16:22    阅读次数:207
Evolutionary approaches towards AI: past, present, and future
Evolutionary approaches towards AI: past, present, and future 2019-10-06 07:28:13 This blog is from: https://towardsdatascience.com/evolutionary-appro ...
分类:移动开发   时间:2019-10-06 09:23:12    阅读次数:89
LC 417. Linked List Cycle II
题目描述 Given a linked list, return the node where the cycle begins. If there is no cycle, return null. To represent a cycle in the given linked list, we ...
分类:其他好文   时间:2019-10-05 20:32:28    阅读次数:122
B . Block Adventure
Gildong is playing a video game called Block Adventure. In Block Adventure, there are nn columns of blocks in a row, and the columns are numbered from ...
分类:其他好文   时间:2019-10-04 23:12:38    阅读次数:120
B Marvolo Gaunt's Ring
Professor Dumbledore is helping Harry destroy the Horcruxes. He went to Gaunt Shack as he suspected a Horcrux to be present there. He saw Marvolo Gaun ...
分类:其他好文   时间:2019-10-04 22:42:19    阅读次数:98
Jetpack架构组件(二)Lifecycle使用
1.直接添加如下依赖就可以满足日常的工作,如果缺少哪个库,再去单独添加就好了 添加这一句代码就依赖了如下的库。 2.先不谈Activity和Fragment中如何使用,先举一个Lifecycle的简单例子。 先实现MyObserver,对ON_CREATE和ON_RESUME事件进行监听。因为在An ...
分类:其他好文   时间:2019-10-02 18:37:37    阅读次数:262
csp退役前的做题计划1(真)
csp退役前的做题计划1(真) 因为我太菜了,所以在第一次月考就会退役,还是记录一下每天做了什么题目吧。 任务计划 [ ] Z算法(Z Algorithm) 9.28 "x] ARC061C [たくさんの数式 / Many Formulas" "x] ARC061D [すぬけ君の塗り絵 / Snuk ...
分类:其他好文   时间:2019-09-29 23:37:26    阅读次数:140
1648条   上一页 1 ... 22 23 24 25 26 ... 165 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!