HTTP 错误 500.19 - Internal Server Error
无法访问请求的页面,因为该页的相关配置数据无效。 ...
分类:
Web程序 时间:
2019-12-11 13:28:17
阅读次数:
127
1. 已知算符优先关系矩阵如下表: + * i ( ) # + > < < < > > * > > < < > > i > > > > ( < < < < = ) > > > > # < < < < = 写出符号串(i+i)*i#的算符优先分析过程。 答: 栈 关系 输入串 操作 # < ( i + ...
分类:
其他好文 时间:
2019-12-11 13:27:19
阅读次数:
75
一:Git安装教程(windows) 下载地址:https://git-scm.com/downloads 安装教程可以上网看:例如这个: Git安装教程(windows) 安装完成之后windows开始菜单出现:Git/Git bash/Git GUI/Git CMD 代表安装成功 二:Git和码 ...
分类:
其他好文 时间:
2019-12-11 13:26:50
阅读次数:
106
环境 Centos7 网络连接模式:NAT模式 查询当前网络 ip addr 修改配置 vim /etc/sysconfig/network-scripts/ifcfg-ens33 TYPE="Ethernet" PROXY_METHOD="none" BROWSER_ONLY="no" BOOTP ...
分类:
其他好文 时间:
2019-12-11 13:26:30
阅读次数:
103
Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties: Integers in each row are sorted i ...
分类:
其他好文 时间:
2019-12-11 13:25:42
阅读次数:
104
“ 记录Linux部分常用高级命令” top命令:动态显示当前耗费资源最多的进程信息,3秒刷新一次。 top基本视图: top - 17:11:03 up 6:52, 2 users, load average: 0.00, 0.00, 0.00 Tasks: 82 total, 1 running ...
分类:
系统相关 时间:
2019-12-11 13:25:27
阅读次数:
89
用Git用的多,每次修改文件后都需要敲几条命令: git add git commit git push ······ 太麻烦了 于是想到使用批处理(.bat)来自动化这个过程(注意:Windows环境下) 在Git本地仓库目录下新建一个bat文件,如GitUpdate.bat 添加内容: 1 gi ...
分类:
其他好文 时间:
2019-12-11 13:24:31
阅读次数:
149
什么是FTP? FTP(File Transfer Protocol,文件传输协议),是TCP/IP网络和Internet上最早使用的协议之一。用来将实现从一台电脑传送文件到另一台电脑,或者接收和查看另一台电脑上的文件。一般需要借助软件的帮助才能完成。这方面的软件包括FlashFXP、leapftp ...
分类:
其他好文 时间:
2019-12-11 13:24:07
阅读次数:
109
1、为什么要使用NetWork 由于在Dockerfile的文件配置需要设置网络参数。 2 、常用命令 不指定网络驱动时默认创建的bridge网络 docker network create default_network 查看网络内部信息 docker network inspect defaul ...
分类:
Web程序 时间:
2019-12-11 13:23:22
阅读次数:
541
Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties: Integers in each row are sorted f ...
分类:
其他好文 时间:
2019-12-11 13:23:05
阅读次数:
92
hover([over,]out) 概述 一个模仿悬停事件(鼠标移动到一个对象上面及移出这个对象)的方法。这是一个自定义的方法,它为频繁使用的任务提供了一种“保持在其中”的状态。 当鼠标移动到一个匹配的元素上面时,会触发指定的第一个函数。当鼠标移出这个元素时,会触发指定的第二个函数。而且,会伴随着对 ...
分类:
其他好文 时间:
2019-12-11 13:22:41
阅读次数:
127
1 安装软件包 \ yum y install sysstat sar命令 目录 1.查看CPU使用情况 sar u 2.将统计结果保存到文件 sar o & sar f 3.查看平均负载 sar q 4.查看内存使用情况 sar r 5.查看系统swap分区统计情况 sar W 6.查看IO和传递 ...
分类:
其他好文 时间:
2019-12-11 13:22:21
阅读次数:
150
As a professional cosmetic bottle manufacturer, we know that plastic bottles are part of the rubber and plastics industry. Whatever plastic bottle is ...
分类:
其他好文 时间:
2019-12-11 13:21:52
阅读次数:
103
之前一直在本地跑django项目,最近尝试在服务器上部署项目,目前已经成功部署,也花了好多时间,这里跟大家交流一下,希望对像我一样的新手有帮助。 一、配置环境: 1.Python版本3.7 2.服务器平台:windows10 3.django版本1.11.20 二.Apache下载与配置 1.进入A ...
1.本机配置好JAVA环境。 2.官网下载压缩包,在任意目录下解压。 3.修改配置文件 ,打开Jmeter的bin目录下jmeter.porperties,修改 language=zh_CN sampleresult.default.encoding=UTF-8 4.进入到Jmeter的bin目录下 ...
分类:
其他好文 时间:
2019-12-11 13:20:58
阅读次数:
67