# firewall-cmd --help Usage: firewall-cmd [OPTIONS...] General Options -h, --help Prints a short help text and exists -V, --version Print the version ...
分类:
其他好文 时间:
2020-10-10 18:08:39
阅读次数:
40
系统环境准备 开发组件与依赖库安装 安装centos时选择Server with GUI,右面的可以不勾选,后面统一来装 配置本地yum源 以上包如果缺乏可配置本地yum源进行安装 sudo mount /dev/cdrom /mnt/ [galen@localhost yum.repos.d]$ ...
分类:
数据库 时间:
2020-10-10 17:07:53
阅读次数:
33
1. res 目录 新建一个 menu 资源文件 <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android"> <item android:title= ...
分类:
移动开发 时间:
2020-10-09 20:47:20
阅读次数:
36
组件名必须全小写 官方文档没有声明组件名必须全小写 Vue.component('my-component-name', { // ... options ... }) 但是我的第一个Vue组件踩了这个坑 <!DOCTYPE html> <html lang="en"> <head> <meta c ...
分类:
其他好文 时间:
2020-10-09 20:19:49
阅读次数:
22
import pyecharts.options as opts from pyecharts.charts import Bar3D Hair = ["Black","Brown","Red","Blond","Total"] Eye = ["Brown","Blue","Hazel","Gree ...
分类:
其他好文 时间:
2020-10-08 18:32:18
阅读次数:
14
1.django 缓存设置 django的六种缓存(mysql+redis) :https://www.cnblogs.com/xiaonq/p/7978402.html#i6 1.1 安装Django缓存模块 pip install django-redis==4.12.1 1.2 syl/set ...
分类:
其他好文 时间:
2020-10-07 21:30:23
阅读次数:
35
步骤1:将想要开机自启的程序的快捷方式复制到 C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp 目录下即可,类似于linux系统中/etc/init.d/目录,就是系统开机时就会执行这个目录。 步骤2:怎么检查步骤1有没有生效呢 ...
概念:grep:文本过滤(模式:pattern)工具grep,egrep,fgrep(不支持正则表达式搜索)sed:streameditor,文本编辑工具awk:文本报告生成器grep:默认是过滤行和cut相反作用:文本搜索工具,根据用户指定的”模式“对目标文本逐行进行匹配检查;打印匹配到的行!!模式:有正则表达式字符及文本字符所编写的过滤条件grep[OPTIONS]PATTERN[FILE..
分类:
系统相关 时间:
2020-10-06 20:54:20
阅读次数:
38
1、The Mysql Server mysqld is the MySQL server. 1.1、Configuring the Server a,查看Mysql Server options and configurable system variables mysqld --verbose ...
分类:
数据库 时间:
2020-10-06 20:47:04
阅读次数:
36
Laravel 路由:自定义模型绑定 1 个改进 101 路由模型绑定 当向路由或控制器行为注入模型 ID 时,就需要查询这个 ID 对应的模型。Laravel 为路由模型绑定提供了一个直接自动将模型实例注入到路由中的方法。例如,你可以注入与给定 ID 匹配的整个 User 模型实例,而不是注入用户 ...
分类:
其他好文 时间:
2020-10-06 20:46:16
阅读次数:
30