servicepostgresqlstartmsfconsoledb_statusdb_nmap-sV-O-T4116.255.141.167loaddb_autopwn执行上面命令会发现提示不存在db_autopwn文件,/opt/metasploit/apps/pro/msf3/plugins/db_autopwn去http://download.csdn.net/detail/terryin
分类:
Web程序 时间:
2020-05-31 09:32:24
阅读次数:
148
Django3.0.3使用Xadmin 下载地址 pip3 install https://codeload.github.com/sshwsfc/xadmin/zip/django2 -i https://pypi.douban.com/simple/ 注册应用: INSTALLED_APPS = ...
分类:
其他好文 时间:
2020-05-30 20:03:12
阅读次数:
119
一. 前言 Blazor 的整体介绍以及特点与优势,建议翻阅 Blazor 介绍。 Blazor 是一个可是使用 .NET/C# 来编写交互式客户端的 Web UI 框架,在官网有一句话概括 “Build client web apps with C#”。在 Blazor 里面有三个比较重要的概念: ...
分类:
Web程序 时间:
2020-05-29 10:22:04
阅读次数:
347
Pod的升级和回滚 Deployment的升级 apiVersion: apps/v1beta1 kind: Deployment metadata: name: nginx-deployment namespace: test spec: replicas: 3 template: metadat ...
分类:
Web程序 时间:
2020-05-28 16:39:48
阅读次数:
85
申请地址: https://powerapps.microsoft.com/en-us/communityplan/ Dynamics 365客户端编程示例:两个选项集字段的联动 https://www.cnblogs.com/luoyong0201/p/Dynamics_365_Client_Pr ...
分类:
移动开发 时间:
2020-05-27 18:43:05
阅读次数:
192
q: Celery django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet. a: docker-compose build celery docker login -u "username" -p "password" ...
分类:
其他好文 时间:
2020-05-26 20:16:52
阅读次数:
54
前言 优秀的前端工程师戴着脚铐跳舞,究竟能把 HTML5 的体验推进到什么程度? 这些 Web apps 是我们运营云集浏览器的网上应用店一年来,我选出的十佳 Web apps。其中参考了同事们的意见,但也带有强烈的主观倾向,反映了我个人对于一个「Web application」设计、实现与价值的一 ...
分类:
Web程序 时间:
2020-05-26 01:12:42
阅读次数:
122
玩转Pod调度 Deployment或RC:全自动调度 apiVersion: apps/v1beta1 kind: Deployment metadata: name: nginx-deployment spec: replicas: 3 template: metadata: labels: a ...
分类:
Web程序 时间:
2020-05-25 17:31:45
阅读次数:
58
编译安装LNMP,并安装wordpress1、编译安装nginx1.16(1)安装依赖环境,解压nginx源码包:#yuminstallgccpcre-developenssl-develzlib-devel#tarxvfnginx-1.16.1.tar.gz(2)编译安装#./configure--prefix=/apps/nginx\--user=nginx\--group=nginx\-wi
分类:
其他好文 时间:
2020-05-25 13:56:24
阅读次数:
88
配置文件修改 INSTALLED_APPS = [ 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.mes ...
分类:
其他好文 时间:
2020-05-23 00:47:18
阅读次数:
47