Spring 特性总览 [toc] 本文整理自小马哥极客时间 "《小马哥讲Spring核心编程思想》" 1. 环境说明 JDK8 Spring Framework 5.2.2 IDEA Community 2019 2. 内容概述 待补充... 3. Spring 特性 官方文档: 3.1 核心特性 ...
分类:
编程语言 时间:
2020-02-10 11:23:41
阅读次数:
169
import {setStore,setUser,getStore,removeStore} from "../../../public/localstory" 在导入js文件时,推荐大家可以先看下ES6的有关内容 http://es6.ruanyifeng.com/#docs/module imp ...
分类:
Web程序 时间:
2020-02-10 09:33:20
阅读次数:
446
python包安装: 一种是有网操作:pip install 包名:例子【pip install setuptools】 无网络服务器上操作: 先把包下载:传上去再安装【】 1、一种是 *.whl pip install *.whl 2、 一种是:*.egg 3、还有一种tar.gz 首先下载tar ...
分类:
编程语言 时间:
2020-02-10 09:32:10
阅读次数:
57
1.pytorch中给出的例子 https://github.com/pytorch/examples/blob/master/vae/main.py 实现过程非常简单: class VAE(nn.Module): def __init__(self): super(VAE, self).__ini ...
分类:
其他好文 时间:
2020-02-10 09:29:36
阅读次数:
132
恼人的命名冲突繁琐的文件依赖Sea.js 可以解决命名空间污染、文件依赖的问题。历史上,JavaScript一直没有模块(module)体系,无法将一个大程序拆分成互相依赖的小文件,再用简单的方法拼装起来。 其他语言都有这项功能,比如Ruby的 require、Python的 import ,甚至就... ...
分类:
Web程序 时间:
2020-02-09 22:22:34
阅读次数:
98
rsync 报错 "auth failed on module xxx", 一般有三种情况造成:密码文件格式错误:服务端密码文件的格式是:user:password每个一行密码文件权限错误密码文件的权限应该是600rsync 配置错误主要集中在注释这一块, man 5 rsyncd.conf 有两句... ...
分类:
其他好文 时间:
2020-02-09 22:09:56
阅读次数:
64
为了百度seo需要,看百度站长平台可以提交sitemap.txt地图,顺便加了这个功能,供广大爱好者学习参考。 首先找到:/module/extend/admin/template/setting.tpl.php 找到: <td><?php echo timetodate(filemtime(DT_ ...
分类:
其他好文 时间:
2020-02-09 20:21:41
阅读次数:
87
1、创建一个Empty Project 2、在该工程中点击+,选择new module,新建一个maven工程 点击确定。 3、在该工程中点击+,选择new module,新建一个Spring Initializr工程 后面直接默认next,然后点击finishi。 两个都创建完毕之后点击apply ...
分类:
编程语言 时间:
2020-02-09 14:53:08
阅读次数:
69
Centos7.x 搭建RTSP流处理环境 服务器环境 服务器 centos 7 目前版本 "下载地址" ) 安装nginx & nginx rtmp module 1. "官网" )下载 nginx 目前版本 "下载地址" 2. 下载依赖 pcre 目前版本 "下载地址" 使用 pcre2 ngi ...
分类:
其他好文 时间:
2020-02-09 13:12:50
阅读次数:
243
三、服务配置中心搭建 1.在父项目上面新建模块myconfig 2.选择Spring Cloud Config—>Config Server 选择Spring Cloud Discovery—>Eureka Discovery Client 3.Module Name一般不做修改,和项目名称Arti ...
分类:
编程语言 时间:
2020-02-09 12:05:53
阅读次数:
89