首先有自己的项目仓库,项目的composr.json配置如下 { "name": "test/packag1", "description": "私有仓库创建测试", "type": "library", "license": "proprietary", "minimum-stability": ...
分类:
其他好文 时间:
2020-06-13 10:39:50
阅读次数:
126
TensorFlow Tutorial Initialize variables Start your own session Train algorithms Implement a Neural Network 1. Exploring the Tensorflow Library To sta ...
分类:
其他好文 时间:
2020-06-12 20:31:54
阅读次数:
80
1.概念 Java DataBase Connectivity Java数据库连接 2.快速入门 导入驱动架包 复制包到项目的lib下 右键--> add ad Library 注册驱动 获取数据库的连接对象 ?serverTimezone=GMT%2B8 感谢这位博主!!!!https://blo ...
分类:
数据库 时间:
2020-06-11 22:07:21
阅读次数:
83
kubernetes集群环境搭建(2) 一、kubernetes集群环境搭建 1.1.1 decker环境安装 decker环境安装 #在hdss-201 hdss-21 hdss-22 执行以下命令 wget -O /etc/yum.repos.d/docker-ce.repo https://d ...
分类:
Web程序 时间:
2020-06-11 09:13:51
阅读次数:
61
Linux下对文件操作有两种方式:系统调用(system call)和库函数调用(Library functions)。 1、系统调用 系统调用提供的函数如open, close, read, write, ioctl等,需包含头文件unistd.h。以write为例:其函数原型为 size_t w ...
分类:
其他好文 时间:
2020-06-11 01:08:38
阅读次数:
100
<pliga' 1,="" 'onum'="" 'kern'="" 1;="" margin:="" 0px="" 1.75em;="" text-rendering:="" geometricprecision;="" color:="" rgb(58,="" 65,="" 69);="" ...
分类:
Web程序 时间:
2020-06-11 01:07:46
阅读次数:
79
const { resolve } = require('path') const HtmlWebpackPlugin = require('html-webpack-plugin') /** * entry:入口起点 * 1.string --> './src/index.js' * 打包形成一个 ...
分类:
Web程序 时间:
2020-06-09 16:19:19
阅读次数:
173
在本系列文章第三章创建第一个 Odoo 应用中,我们概览了创建 Odoo 应用所需的所有组件。本文及接下来的一篇我们将深入到组成应用的每一层:模型层、视图层和业务逻辑层。本文中我们将深入学习模型层,以及学习如何使用模型来设计应用所需的数据结构。我们会探索模型和字段的各项作用,包括定义模型关系、添加计 ...
分类:
其他好文 时间:
2020-06-09 12:31:51
阅读次数:
66
* ranking list in 2019 1 深度学习 古德费洛 本吉奥 考维尔 赵申剑 黎彧君 符天凡 李凯 人民邮电出版社 34 TP181/61 查看2 白夜行 东野圭吾 刘姿君 南海出版公司 33 I313.45/74:5.v2 查看3 中文版MATLAB 2018从入门到精通 天工在线 ...
分类:
其他好文 时间:
2020-06-07 21:41:49
阅读次数:
103
前面提到过,akka-typed中较重要的改变是加入了EventSourcedBehavior。也就是说增加了一种专门负责EventSource模式的actor, 最终和其它种类的actor一道可以完美实现CQRS。新的actor,我还是把它称为persistentActor,还是一种能维护和维持运 ...
分类:
数据库 时间:
2020-06-06 12:41:30
阅读次数:
65