Recently I am working on a project whose prerequisite is that developer must figure out how a field for example Material description in ERP and Produc ...
分类:
数据库 时间:
2020-09-15 20:52:46
阅读次数:
45
问题: 给定一组硬币面值coins,和一个总价amount 求用给定面值硬币中,有多少种构成方法能构成总价。 Example 1: Input: amount = 5, coins = [1, 2, 5] Output: 4 Explanation: there are four ways to m ...
分类:
其他好文 时间:
2020-09-12 21:37:01
阅读次数:
39
一、环境配置 需要 pillow 和 pytesseract 这两个库,pip install 安装就好了。 pip install pillow -i http://pypi.douban.com/simple --trusted-host pypi.douban.com pip install ...
分类:
其他好文 时间:
2020-09-09 19:12:57
阅读次数:
35
比特币工作在应用层,它的底层是一个P2P网络。比特币的P2P网络是非常简单的,所有节点都是对等的,不会出现某些P2P网络中所谓的超级节点或者中心节点。 比特币网络的设计原则:simple, robust, but not efficient,即简单,健壮,而不是高效。每个节点都会维护一个邻居节点的集 ...
分类:
其他好文 时间:
2020-09-07 19:19:43
阅读次数:
59
1.安装node 如果是初次接触推荐到node官网下载安装适合自己的版本 也可以选择用brew安装(但是首先要安装brew) 安装brew首先要安装ruby 检测 ruby是否安装 ruby--version ruby 安装命令:/bin/zsh -c "$(curl -fsSL [https:// ...
分类:
数据库 时间:
2020-09-04 17:03:12
阅读次数:
64
分类: (1)简单工厂(Simple Factory)模式,又称静态工厂方法模式(Static Factory Method Pattern)。 (2)工厂方法(Factory Method)模式,又称多态性工厂(Polymorphic Factory)模式或虚拟构造子(Virtual Constr ...
分类:
编程语言 时间:
2020-09-03 17:02:45
阅读次数:
49
转自: https://github.com/TWKB/Specification/blob/master/twkb.md"Tiny Well-known Binary" or "TWKB"VersionRelease0.23May 1, 2015AbstractTWKB is a multi-pu... ...
分类:
其他好文 时间:
2020-08-28 14:43:00
阅读次数:
56
一.环境描述:ADsystemos:windowsserver2012ADdomain:example.com(修改为实际domain)masterhost:ADmasterip:192.168.1.10DNS1:192.168.1.10ADmasterhostname:dc1slavehost:ADslaveip:192.168.1.11DNS2:192.168.1.11ADslavehostn
In my recent project I need to figure out the logic how fields in table CRMD_PRICING are populated. Take several of them highlighted below for example ...
分类:
数据库 时间:
2020-08-27 13:16:04
阅读次数:
63
简介 https://github.com/fanqingsong/machine_learning_system_on_spark a simple machine learning system demo, for ML study. Based on machine_learning_syst ...
分类:
系统相关 时间:
2020-08-27 11:48:09
阅读次数:
63