Centos7 java -verison Error: Could not create the Java Virtual Machine. 错误情况 [root@gitlab download]# java -verison Unrecognized option: -verison Error: Could not create the Java Virtual ... continue reading centos zhuoyuebiji 2021-5-18 1319
Django admin admin_order_field 自定义字段排序实现方法 模型 # admin.py class CustomerAdmin(admin.ModelAdmin): list_display = ('foo', 'number_of_orders') # models ... continue reading django zhuoyuebiji 2021-5-17 744
CentOS7 中使用 yum 安装 Nginx 的方法 1、添加源 默认情况Centos7 中无 Nginx 的源,最近发现 Nginx 官网提供了 Centos 的源地址。因此可以如下执行命令添加源: sudo rpm -Uvh http://nginx.org/packa ... continue reading centos zhuoyuebiji 2021-4-28 152
TraceRoute 查询(ping 经过 的路由)网站 查询 ip 经过了哪些路由(用来挑选国外服务器) https://tools.ipip.net/traceroute.php ... continue reading 计算机基础 zhuoyuebiji 2021-4-27 352
Centos7 systemctl 添加 uwsgi(开机启动) uwsgi 配置 [uwsgi] # 监听端口 socket = 127.0.0.1:9090 #socket = 127.0.0.1:3031 # 运行状态 #stats = 127.0.0.1:9191 # ... continue reading centos zhuoyuebiji 2021-4-26 1233
Django import_export 按用户类型显示导入导出按钮 @admin.register(InvestProject) # class InvestProjectAdmin(admin.ModelAdmin): class InvestProjectAdmin(ImportExportAc ... continue reading django zhuoyuebiji 2021-4-16 594
Docker 常用命令 认识 Dockerfile Dockerfile 是用来构建 Docker 镜像的构建文件,是由一系列命令和参数构成的脚本。具体:https://www.cnblogs.com/panwenbin-logs/p/8007348.htm ... continue reading docker zhuoyuebiji 2021-4-14 383
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running 产生原因: 安装 docker 后没有启动 docker 解决方法1: su root # 先切换到root用户, 再执行以下命令 systemctl enable docker # 开机自动启动docker ... continue reading docker zhuoyuebiji 2021-4-12 830
CentOS7 安装 NodeJS 安装 wget yum install -y wget 下载 nodejs ndoejs 官网:https://nodejs.org/en/download/ 选择 LTS 下载即可 wget ... continue reading centos zhuoyuebiji 2021-4-6 208
Uncaught (in promise) PushError: permission request declined Hi, it's not an code error. Since new Chrome version Notification have to bieng use by "Secure Origins". ... continue reading html zhuoyuebiji 2021-4-1 373