import collections import random Card = collections.namedtuple("Card", ["rank", "suit"]) class FrenchDeck: ranks = ["A"] + [str(n) for n in range(2, 1 ...
分类:
其他好文 时间:
2020-06-15 17:29:29
阅读次数:
64
启动系统,按ESC键,进入GRUB页面,进入到命令行 1. Start up your computer and when you see the Grub screen, do the following: 2. In the Grub menu press the ‘e’ key to edit ...
分类:
编程语言 时间:
2020-06-14 23:42:03
阅读次数:
239
1 Coding Games 一边玩游戏,一边挑战编程难题。Coding games支持包括PHP、C、JavaScript在内的20多种编程语言。用户界面功能强大,可以定制。 例如,你可以选择你的代码编辑器的风格:Emacs、Vim、Classic。 如果你想提升编程技能,玩Coding game ...
分类:
其他好文 时间:
2020-06-14 18:41:29
阅读次数:
333
1 import com.alibaba.fastjson.JSON; 2 import lombok.extern.slf4j.Slf4j; 3 import org.apache.commons.collections4.CollectionUtils; 4 import org.apache. ...
分类:
其他好文 时间:
2020-06-12 11:13:07
阅读次数:
56
直接上示例: 字符串: {"msg":{"absTime":1589882783000,"adminList":[],"alarmAddress":"沪亭南路姚北路北侧南向北1HG","alarmLevel":"1","alarmStatus":"0","alarmTime":15898827830 ...
分类:
编程语言 时间:
2020-06-11 16:46:39
阅读次数:
117
常用命令速查 # SNAP #重启服务 systemctl restart snapd # 安装microk8s本 #snap install microk8s --classic --channel=latest/stable # 安装microk8s指定版本 snap install micro ...
分类:
其他好文 时间:
2020-06-11 10:26:41
阅读次数:
125
自定义注解基于元注解来定义自己所需要的注解 @Documented@Target(FIELD) @Retention(RUNTIME) public @interface IdcardValidate { String message() default "身份证号不正确"; Class<?>[] ...
分类:
其他好文 时间:
2020-06-10 23:06:55
阅读次数:
98
查看微信卡包中的卡券。只有通过 认证 的小程序或文化互动类目的小游戏才能使用。更多文档请参考 微信卡券接口文档。 wx.openCard({ cardList: [{ cardId: '', code: '' }, { cardId: '', code: '' }], success (res) { ...
分类:
微信 时间:
2020-06-10 21:07:53
阅读次数:
232
private void TestPostData() { string all = ""; List<int> listTimeCard = new List<int>() {1,4,3,4,5,76,4,3,2,3,5 ,766,7}; int pageSize = 2; int pageNum ...
分类:
其他好文 时间:
2020-06-10 17:37:23
阅读次数:
58
1 下载ActiveMQ 前往Apache官方网站或者直接引擎搜索 ActiveMQ即可,点击对应的OS版本进行下载操作 http://activemq.apache.org/components/classic/download/ 2 解压缩ActiveMQ安装包至对应目录中 如下图所示:我们使用 ...
分类:
系统相关 时间:
2020-06-10 17:31:23
阅读次数:
99