码迷,mamicode.com
首页 >  
搜索关键字:python function    ( 188437个结果
MyCat配置文件详解--sequence配置
在实现分库分表的情况下,数据库自增主键已经无法保证在集群中是全局唯一的主键了,因此mycat提供了全局的sequence,并且提供了本地配置、数据库配置等多种实现方式。 1. 本地文件方式 采用该方式,mycat将sequence配置到classpath目录的sequence_conf.proper ...
分类:其他好文   时间:2021-06-19 18:40:35    阅读次数:0
Jupyter Notebook 快速入门
Jupyter Notebook 快速入门 1.安装anaconda后,在软件中找到jupyter然后运行 然后进入界面 选择new一个python文件 每操作一步后台会输入对应的命令, 然后点击未命令的默认的文件名字 后者选择file-->rename notebook,进行命名操作 对noteb ...
分类:其他好文   时间:2021-06-18 20:02:21    阅读次数:0
python websocket 获取火币 eth 历史行情
import zlib import websocket import json import redis import pymysql import time rds = redis.StrictRedis(host='10.10.6.83', port=6379, db=3, password= ...
分类:编程语言   时间:2021-06-18 19:59:07    阅读次数:0
好玩的对象存储
排序属性与常规属性 数字属性属于排序属性 其他的属于常规属性 function Foo() { this[100] = 'test-100' this[1] = 'test-1' this["B"] = 'bar-B' this[50] = 'test-50' this[9] = 'test-9' ...
分类:其他好文   时间:2021-06-18 19:56:24    阅读次数:0
使用Kettle工具进行增量数据同步
使用Kettle工具进行增量数据同步 使用Kettle工具进行增量数据同步 - 简书 (jianshu.com) 增量同步的方式有很多种,我使用的是: 快照表 + 触发器 需求: 当主库库表发生增删改时,从库库表与主库库表数据保持一致。 环境: 1、Mysql 2、kettle 7.1 思路: 1、 ...
分类:其他好文   时间:2021-06-18 19:54:36    阅读次数:0
Python跨域问题解决集合
Flask 安装插件 pip install flask-cors 使用 CORS函数配置全局路由 from flask_cors import * app = Flask(__name__) CORS(app, supports_credentials=True) from flask_cors ...
分类:编程语言   时间:2021-06-18 19:36:09    阅读次数:0
Promises/A+(primary)
Terminology “promise” is an object or function with a then method whose behavior conforms to this specification. “thenable” is an object or function t ...
分类:其他好文   时间:2021-06-18 19:35:32    阅读次数:0
ALINK(二十五):特征工程(三)特征离散化(三)等宽离散化(EqualWidthDiscretizerTrainBatchOp/EqualWidthDiscretizerPredictBatchOp)
Java 类名:com.alibaba.alink.operator.batch.feature.EqualWidthDiscretizerPredictBatchOp Python 类名:EqualWidthDiscretizerPredictBatchOp 功能介绍 等宽离散可以计算选定数值列的 ...
分类:其他好文   时间:2021-06-18 19:34:39    阅读次数:0
【条形码识别】基于matlab GUI二维条形码识别【含Matlab源码 607期】
一、简介 基于matlab GUI二维条形码的识别 二、源代码 function varargout = untitled(varargin) % UNTITLED M-file for untitled.fig % UNTITLED, by itself, creates a new UNTITL ...
分类:其他好文   时间:2021-06-18 19:32:36    阅读次数:0
【图像检索】基于matlab GUI综合特征图像检索【含Matlab源码 395期】
一、简介 基于matlab GUI综合特征的图像检索 二、源代码 function varargout = Run(varargin) % RUN M-file for Run.fig % RUN, by itself, creates a new RUN or raises the existin ...
分类:其他好文   时间:2021-06-18 19:31:57    阅读次数:0
188437条   上一页 1 ... 29 30 31 32 33 ... 18844 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!