码迷,mamicode.com
首页 >  
搜索关键字:localhost    ( 15941个结果
DNS服务器主从配置
环境:CentOS 8 主服务器:10.0.0.8 从服务器:10.0.0.28 访问测试主机:10.0.0.6 一、安装DNS服务器软件 bind dnf install bind bind-utils -y ; systemctl enable --now named 二、修改主服务器 bind ...
分类:其他好文   时间:2020-07-27 13:38:09    阅读次数:65
MVC商品详情
//MVC显示 GetList(1); function GetList(index) { $.ajax({ url: 'http://localhost:4480/api/Default/GetShopShow', type: 'get', data: { pageindex: index,pag ...
分类:Web程序   时间:2020-07-27 09:32:46    阅读次数:105
/etc/login.defs 文件
/etc/login.defs 是设置用户帐号限制的文件。该文件里的配置对root用户无效。优先级低于/etc/shadow里面的配置。 使用vim打开文件 [root@localhost ~]# vim /etc/login.defs # # Please note that the parame ...
分类:其他好文   时间:2020-07-26 22:56:50    阅读次数:65
ES坑之logstash配置文件
input { stdin { } jdbc { # mysql 数据库链接 jdbc_connection_string => "jdbc:mysql:localhost/database?characterEncoding=utf8" # 用户名和密码 jdbc_user => "xxx" jd ...
分类:其他好文   时间:2020-07-26 19:44:44    阅读次数:109
Java web项目启动Tomcat报错
点击运行项目时显示 A Java Exception has occurred. 'Starting Tomcat v9.0 Server at localhost' has oncountered a problem.Server Tomcat v9.0 Server at localhost f ...
分类:编程语言   时间:2020-07-26 19:36:43    阅读次数:92
python socket了解使用
#服务器端import socketserver = socket.socket()server.bind(('localhost',6969))#绑定要监听端口server.listen()#监听conn, addr = server.accept() # 等电话打进来# conn就是客户端连过来 ...
分类:编程语言   时间:2020-07-26 19:02:56    阅读次数:62
haproxy实现7层代理
1.编译安装tengine,配置虚拟机,实现api.x.com代理9001端口1.1下载tengine[root@localhost~]#wgethttp://tengine.taobao.org/download/tengine-2.1.2.tar.gz--2020-07-2221:50:00--http://tengine.taobao.org/download/tengine-2.1.2.t
分类:其他好文   时间:2020-07-26 15:33:09    阅读次数:71
Liunx系统下的目录文件及表达意思
Linux:以单根的方式组织文件//目录结构:FSH(FilesystemHierarchyStandard)[root@localhost~]#ls/bindevlibmedianetrootsrvusrbootetclib64miscoptsbinsysvarcgrouphomelost+foundmntprocselinuxtmpbin普通用户使用的命令/bin/ls,/bin/date4.
分类:其他好文   时间:2020-07-26 11:20:07    阅读次数:87
八、常用的装饰器
1、常用的装饰器有:before_request、after_request(这两个装饰器有点类似于django的中间件组件) 源码: 1 def preprocess_request(self): 2 """Called before the request is dispatched. Call ...
分类:其他好文   时间:2020-07-26 01:48:46    阅读次数:61
Linux强迫症配置问题
重装kali linux之后,ls vim... 白茫茫的一片,不方便看着还难受 1、配置文件颜色 在/roor/.bashrc 中添加下面语句 alias ls=‘ls --color’ 2、配置vim颜色 编辑vimrc文件,vim /etc/vim/vimrc #查找到syntax on 启用 ...
分类:系统相关   时间:2020-07-26 01:44:37    阅读次数:91
15941条   上一页 1 ... 39 40 41 42 43 ... 1595 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!