1 Redis 介绍 Redis 是一个开源(BSD许可) 的, 内存中的数据结构存储系统, 它可以用作数据库、缓存和消息中间件。它支持多种类型的数据结构, 如 字符串(strings) , 散列(hashes) , 列表(lists) , 集合(sets) ,有序集合(sorted sets) 与 ...
分类:
其他好文 时间:
2019-01-08 10:13:51
阅读次数:
196
#!/usr/bin/envpython2#-*-coding:utf-8-*-"""CreatedonTueAug108:14:302017@author:myhaspl@myhaspl.com"""fromtensorflow.examples.tutorials.mnistimportinput_datamnist=input_data.read_data_sets("mnist_datat
分类:
其他好文 时间:
2019-01-04 10:30:22
阅读次数:
192
设置zedgraph鼠标拖拽和局部放大属性 转 设置zedgraph鼠标拖拽和局部放大属性 说一下几个属性的意义和具体应用: (1)鼠标拖拽显示区域 PanModifierKeys ->> Gets or sets a value that determines which modifier key ...
分类:
其他好文 时间:
2018-12-31 12:21:06
阅读次数:
247
https://pintia.cn/problem-sets/994805342720868352/problems/994805485033603072 Suppose that all the keys in a binary tree are distinct positive integer ...
分类:
其他好文 时间:
2018-12-29 11:57:06
阅读次数:
175
创建集合set python set类是在python的sets模块中,大家现在使用的python2.7.x中,不需要导入sets模块可以直接创建集合。 集合添加和删除 python 集合的添加有两种常用方法,分别是add和update。 集合add方法:是把要传入的元素做为一个整个添加到集合中,例 ...
分类:
编程语言 时间:
2018-12-25 11:24:41
阅读次数:
236
在Python中,所有的数据类型都是类,每一个变量都是类的实例。 Python中有6种标准数据类型:数字(Number)、字符串(String)、列表(List)、元组(Tuple)、集合(Sets)和字典(Dictionary)。 1.数字类型 Python中数字类型:整数类型、浮点类型和复数类型 ...
分类:
编程语言 时间:
2018-12-22 22:02:34
阅读次数:
760
一:前景首先必须说一下JSES6里面有Map等数据集合类,BUT目前有些浏览器不支持,就像Webp一样.目前无论是Egret还是LayaAir,默认都是ES5.为了在ES5中使用一些数据集合,本人写了一个类库.本文最后会附下载的地址.二:测试HashMaplet$hashmap:Data_sets_lib.HashMap<string,number>=null;let$arr:Arra
分类:
其他好文 时间:
2018-12-20 16:58:24
阅读次数:
989
#!/usr/bin/env pythonimport tensorflow as tffrom tensorflow.examples.tutorials.mnist import input_datamnist = input_data.read_data_sets("MNIST_data",o ...
分类:
其他好文 时间:
2018-12-18 20:30:48
阅读次数:
130
https://pintia.cn/problem-sets/994805260223102976/problems/994805325918486528 反思:1python3 没有raw_input了,都是input,注意输入的是默认string类型,可以用int ,float 进行格式变化 2 ...
分类:
其他好文 时间:
2018-12-17 20:22:52
阅读次数:
196
information_schema系列之字符集校验(CHARACTER_SETS,COLLATIONS,COLLATION_CHARACTER_SET_APPLICABILITY) 1:CHARACTER_SETS 首先看一下查询前十条的结果: root@localhost [informatio ...
分类:
移动开发 时间:
2018-12-15 18:42:34
阅读次数:
209