1、安装redis yum -y install redis 2、修改redis配置 vim /etc/redis.conf 找到redis.conf 并修改 daemonize no 为 daemonize yes 3、启动redis redis-server /etc/redis.conf 4、 ...
分类:
其他好文 时间:
2020-06-29 13:06:48
阅读次数:
91
一、选择器 1.1、单一选择器 (1)、id选择器 语法:HTML元素以id属性来设置id选择器,以 "#" 来定义。 例如:#para1 {} (2)、类选择选择器 语法:HTML元素以class属性来设置类选择器,以 "." 来定义。 例如:.center {} (3)、标签选择器 语法:HTM ...
分类:
Web程序 时间:
2020-06-29 09:28:57
阅读次数:
64
选择: 1.(D ) vue 的生命周期,执行顺序争取的是: A. beforeCreate -> init->create->mount->destory B. mount-> init->beforeCreate->create->destory C.beforeCreate->create-> ...
分类:
其他好文 时间:
2020-06-29 00:52:15
阅读次数:
121
在 Struts2 框架中,页面的请求数据和 Action 有两种基本的对应方式,分别是字段驱动(FieldDriven,也称为属性驱动)方式和模型驱动(ModelDriver)方式。本节将针对这两种 Action 处理请求参数的方式进行详细讲解。 属性驱动 属性驱动是指在 Action 中通过字段 ...
分类:
其他好文 时间:
2020-06-29 00:00:50
阅读次数:
68
1. Django 创建项目的命令? django-admin startproject 项目名称 python manage.py startapp 应用 app 名 2. Django 创建项目后,项目文件夹下的组成部分(对 mvt 的理解)? 项目文件夹下的组成部分: manage.py 是项 ...
分类:
其他好文 时间:
2020-06-28 22:53:37
阅读次数:
80
以前摆地摊被城管追,自从李克强总理提出地摊经济后,各地摆地摊的蜂拥而起! 那我们互联网人转行后都适合摆什么样的地摊? 让我们一探究竟: 程序猿 运营 HR 前台 电商运营 公关 如果你还在互联网行业,那恭喜你。 如果你30岁感觉还是一事无成,那么请加入到摆地摊的吧,因为它将是你最后的一个归属!晚摆地 ...
分类:
其他好文 时间:
2020-06-28 20:41:07
阅读次数:
39
问题:执行 db.auth(‘username’, ‘password’),monoDB 认证失败,出现 SASL SCRAM-SHA-1 authentication failed for nls-cloud on admin from client 172.19.0.1:14500 ; User ...
分类:
数据库 时间:
2020-06-28 15:29:47
阅读次数:
180
sp_send_dbmail [ [ @profile_name = ] 'profile_name' ] [ , [ @recipients = ] 'recipients [ ;n ]' ] [ , [ @copy_recipients = ] 'copy_recipient [ ;n ]' ] ...
分类:
数据库 时间:
2020-06-28 11:16:10
阅读次数:
57
HTML代码: <!DOCTYPE HTML> <html> <head> <meta charset="UTF-8"> <title>Image Overlay</title> </head> <body> <center> <h1 class="title"> GeeksforGeeks </h ...
分类:
Web程序 时间:
2020-06-28 09:46:39
阅读次数:
67
1.oracle 用户环境: 主库: [oracle@hzmtx admin]$ cat ~/.bash_profile # .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi ...
分类:
数据库 时间:
2020-06-28 00:20:49
阅读次数:
82