1.Practice makes perfect.熟能生巧。 2.God helps those who help themselves.天助自助者 3.Easier said than done.说起来容易做起来难。 4.Where there is a will,there is a way.有 ...
分类:
其他好文 时间:
2020-02-09 09:29:10
阅读次数:
101
1,修改redis.conf配置文件 2.1.关闭保护模式 设置protected-mode no(必须操作)################################## NETWORK #####################################protected-mode ...
分类:
其他好文 时间:
2020-02-08 16:00:03
阅读次数:
68
Knowledge-Augmented Language Model and its Application to Unsupervised Named-Entity Recognition(Facebook AI 2019) 文献综述 1.摘要: 传统的语言模型无法为文本中的实体名称进行有效建模, ...
分类:
移动开发 时间:
2020-02-08 12:07:04
阅读次数:
93
1. Function Parameters as References The only mode of parameter passing in Python is call by sharing(共享传参). Call by sharing means that each formal par ...
分类:
其他好文 时间:
2020-02-08 09:58:29
阅读次数:
75
1、在Django中使用富文本首先需要安装插件,这里我们选择tinymce插件 pip install django-tinymce 2、然后在setting里面注册 INSTALLED_APP = [ 'tinymce', ] TINYMCE_DEFAULT_CONFIG = { 'theme': ...
分类:
其他好文 时间:
2020-02-08 09:55:51
阅读次数:
65
1.安装 webpack webpack-cli 2.命令行打包 webpack index.js -o output_test.js //webpack 要打包的文件名 -0 打包后的文件名 webpack --mode development index.js -o output_test.js ...
分类:
Web程序 时间:
2020-02-07 18:23:05
阅读次数:
77
位置 find / name redis.conf units单位 includes包含 network general通用 snapshotting快照 replication复制 security安全 CLIENTS limits限制 append only mode追加 常见配置redis.c ...
分类:
其他好文 时间:
2020-02-07 16:58:09
阅读次数:
79
常用的起步依赖 spring-boot-starter 核心pom,包含对自动配置、日志库、yaml配置文件的支持,所有springboot项目都需要继承。 spring-boot-starter-web 对web开发的支持,内置的tomcat、springmvc的坐标、jackson的坐标 spr ...
分类:
编程语言 时间:
2020-02-07 12:28:22
阅读次数:
70
原文地址:https://www.cnblogs.com/goding/p/10224084.html 1、密码中必须包含大小字母、数字、特称字符,至少8个字符,最多30个字符。 1 2 3 4 5 var regex = new RegExp('(?=.*[0-9])(?=.*[A-Z])(?=. ...
分类:
Web程序 时间:
2020-02-07 11:15:54
阅读次数:
101
#!/bin/bashcat > /etc/sysconfig/network-scripts/ifcfg-bond0 <<EOFTYPE=BondUSERCTL=noBOOTPROTO=noneONBOOT=yesBRIDGE=br0BONDING_MASTER=yesBONDING_OPTS=" ...
分类:
其他好文 时间:
2020-02-07 10:24:49
阅读次数:
98