```python # -*- coding: utf-8 -*- """ @author: Dell Created on Tue Dec 24 12:33:56 2019 """ import time from selenium import webdriver from selenium.w... ...
分类:
Web程序 时间:
2019-12-24 13:54:58
阅读次数:
80
安装扩展 https://blog.csdn.net/maoyuanming0806/article/details/102798976 在laravel 中的简单使用 Lua 脚本用起来 $sh=<<<LUA return redis.call('bf.add',KEYS[1],KEYS[2]) ...
分类:
其他好文 时间:
2019-12-24 11:34:57
阅读次数:
117
import pygame import sys from pygame.locals import * # wait for keys to putdown def waitForKeys(keysAllowed): key = False # initialize the key pygame. ...
分类:
其他好文 时间:
2019-12-22 10:27:00
阅读次数:
62
const list={} // 将事件名和事件函数装进事件池里 function $on(name,func) { if(!name || !func) return; if(!Object.keys(list).includes(name)){ list[name]=func; } } // 根 ...
分类:
其他好文 时间:
2019-12-21 22:23:27
阅读次数:
73
# sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BA300B7755AFCFAE linuxidc@linuxidc:~/linuxidc.com$ wget -qO - https://typora.io/linux/... ...
分类:
系统相关 时间:
2019-12-21 18:23:29
阅读次数:
83
? Table of Contents 1. 搭建环境 2. 设置界面(带有透明,窗口大小适合的效果) 2.1. Windows 2.2. Keys 2.3. Text 2.4. Looks 1 搭建环境 到 Git 官网 下载安装(安装时取消右键 GUI 选项) 2 设置界面(带有透明,窗口大小适 ...
分类:
其他好文 时间:
2019-12-20 20:51:27
阅读次数:
98
Spring Data操作Redis时,发现key值出现 \xac\xed\x00\x05t\x00\tb 先说现象吧,通过redisTemplate下的opsForHash方法存储hash类型的值,操作成功以后,去redis控制台显示keys * 的时候,发现一个奇怪的现象,插入的hash类型的k ...
分类:
其他好文 时间:
2019-12-20 18:41:31
阅读次数:
81
快速使用 GitKraken 配置SSH keys git是现在最流行的版本管理工具,应用范围非常广泛,推荐一款git的可视化工具,这款 工具特别方便 它的官方如下https://www.gitkraken.com/使用过git的小伙伴应该都配置过 Git SSH登录 ,下面给大家简单说明一下这个工 ...
分类:
其他好文 时间:
2019-12-20 13:32:43
阅读次数:
231
改成动态更新配置文件,如下每五秒重新生成配置文件 confd与etcd的使用 Add keys This guide assumes you have a working etcd, or consul server up and running and the ability to add new... ...
分类:
其他好文 时间:
2019-12-20 01:07:48
阅读次数:
170
Object.keys()、Object.values()、Object.entries()、for...in、Map (1)Object.keys(): let ex1 = {c1: 'white',c2: 'black'} let ex2 = {c3: 'green',c4: 'yellow'} ...
分类:
Web程序 时间:
2019-12-20 01:05:01
阅读次数:
707