1. GitKranken 集成GitHub等登录(有按钮可以直接把ssh key加入到GitHub上) 使用ssh key登录时,可能要在Perferences Authentication中专门重新生成Gitkraken的公私钥,因为用Git生成的公私钥有可能算法或秘钥长度不同,不符合Gitkr ...
分类:
其他好文 时间:
2019-08-08 23:54:03
阅读次数:
300
目录介绍 01.阴影效果有哪些实现方式 02.实现阴影效果Api 03.设置阴影需要注意哪些 04.常见Shape实现阴影效果 05.自定义阴影效果控件 06.如何使用该阴影控件 07.在recyclerView中使用注意点 01.阴影效果有哪些实现方式 阴影效果有哪些实现方式 第一种:使用Card ...
分类:
移动开发 时间:
2019-08-06 19:46:50
阅读次数:
185
# -*- coding: utf-8 -*- import redisfrom constant import redis_ip, redis_db, redis_pw, logger, redis_zset_clean_date, redis_zset_name, \ move_file_lmp ...
分类:
编程语言 时间:
2019-08-04 15:04:24
阅读次数:
166
1|0阅读目录 isinstance和issubclass 反射 setattr delattr getattr hasattr __str__和__repr__ item系列 __getitem__ __setitem__ __delitem__ __del__ __new__ __call__ ...
分类:
其他好文 时间:
2019-08-03 21:18:56
阅读次数:
117
The multiplication puzzle is played with a row of cards, each containing a single positive integer. During the move player takes one card out of the r ...
分类:
其他好文 时间:
2019-07-31 16:39:23
阅读次数:
106
# 集合是无序的 是可变的 不能重复 允许数学运算 分散存储# 创建# collegel = {'哲学','经济学','法学','教育学'}## # {'教育学', '经济学', '法学', '哲学'}# print(collegel)## # set# collegel2 = set(['金融学' ...
分类:
编程语言 时间:
2019-07-31 00:49:53
阅读次数:
118
在一个页面中如果想实现三个页面的拼接组成一个页面,这时候就用到嵌套路由了。 第一种方法: 1.顶部页面 /views/Home.vue 2.左侧栏页面 view/menuSecond.vue 3.右侧栏页面 view/menuThird.vue 路由的配置 router.ts 第二种方法 1.新建 ...
分类:
其他好文 时间:
2019-07-29 14:23:20
阅读次数:
68
用Map 集合存储会员卡 package shopsystem; public class Card { private String name;// 姓名 private String cardNum;// 卡号 private String code;// 密码 private String d ...
分类:
其他好文 时间:
2019-07-27 13:16:08
阅读次数:
209
JavaClient 查询ES 各种term query的 QueryBuild 构建 官方文档地址:https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-terms-query.html 1、term q ...
分类:
其他好文 时间:
2019-07-20 21:46:34
阅读次数:
3850
本文介绍如何使用微信公众平台客服消息发送接口来发送卡券给用户。 一、卡券格式 卡券的json格式如下 其中,msgtype为wxcard,而card_id为卡券 ID 二、代码实现 使用方倍工作室的http_request来发送,代码如下 ...
分类:
微信 时间:
2019-07-18 16:32:29
阅读次数:
237