```Swift//// ViewController7.swift// swiftT//// Created by wjwdive on 2020/5/20.// Copyright © 2020 wjwdive. All rights reserved.//import UIKitclass V... ...
分类:
编程语言 时间:
2020-05-25 17:43:43
阅读次数:
56
```Swift // // ViewController8.swift // swiftT // // Created by wjwdive on 2020/5/22. // Copyright © 2020 wjwdive. All rights reserved. // import UIKi... ...
分类:
编程语言 时间:
2020-05-25 17:32:30
阅读次数:
59
之前在vue中花了很大的篇幅去讲了什么是生命周期,vue中分为 1)创建期间的生命周期函数 i. beforeCreate:实例刚在内存中被创建出来,此时,还没有初始化好data和methods属性 ii. created:实例已经在内存中创建好,此时data和methods已经创建好,此时还没有开 ...
分类:
其他好文 时间:
2020-05-25 12:42:59
阅读次数:
83
```swift//// ViewController.swift// swiftT//// Created by wjwdive on 2019/1/9.// Copyright © 2019年 wjwdive. All rights reserved.//import UIKitstruct S... ...
分类:
编程语言 时间:
2020-05-25 09:27:52
阅读次数:
64
// 拉取redis镜像 [root@bogon ~]# docker pull redis // 查看所有镜像 [root@bogon ~]# docker images REPOSITORY TAG IMAGE ID CREATED SIZE docker.io/redis latest f9b ...
分类:
其他好文 时间:
2020-05-24 21:28:18
阅读次数:
71
1、Java实体bean类 package com.project.pojo; import java.io.Serializable; /** * 如果组合索引是类的属性时,该类必须实现Serializable * @author Administrator * */ public class R ...
分类:
Web程序 时间:
2020-05-24 21:12:41
阅读次数:
84
使用Selenium时,卡在唤起Chrome,原来Chrome偷偷更新,导致版本没对应上,正常唤起Chrome SessionNotCreatedException: Message: session not created: This version of ChromeDriver only su ...
分类:
系统相关 时间:
2020-05-24 13:53:35
阅读次数:
350
[toc] MD5工具类 HTTP请求工具类 订单号工具类 ...
分类:
编程语言 时间:
2020-05-22 21:27:59
阅读次数:
60
package com.xd.leetcode.shu; /** * created by lianzhen on 2020-03-10 10:27. describe:平衡二叉树的构建 * * LL:插入的结点在左子树的左边导致失衡:右旋(顺时针旋转) * RR: 插入的结点在右子树的右边导致失衡 ...
分类:
其他好文 时间:
2020-05-21 23:47:40
阅读次数:
97
本文记录,如何使用 Word VBA,把文件中,长图切割并拆分到多个页中去。 问题背景: 最近在处理一个 Word 文档,发现里面有特别长的图片,超过了页面大小,导致打印的时候,根本无法打印整张图片;然后发现,Word 中,根本没有办法,设置“图片跨页显示”;而且在网上查了半天,也没有好办法;于是, ...
分类:
编程语言 时间:
2020-05-21 21:05:56
阅读次数:
71