安装目录\xampp\apache\conf 下 httpd.conf文件 或者直接在控制器中打开 修改位置 两处都要修改 DocumentRoot "C:/你的目录"<Directory "C:/你的目录"> 重启即可. 另修改root密码可在adminphp中设置全部或者指定域中如127或者lo ...
分类:
其他好文 时间:
2020-01-12 11:54:25
阅读次数:
109
一、Git 下载与配置 1.1 下载地址: Windows: https://git scm.com/download/win Mac: https://git scm.com/download/mac Linux/Unix: https://git scm.com/download/linux 1 ...
分类:
其他好文 时间:
2020-01-12 11:32:05
阅读次数:
71
[root@system1 11]# ls [0-9][0-9]33[root@system1 11]# ls [a-Z][a-Z]ls: cannot access [a-Z][a-Z]: No such file or directory[root@system1 11]# ls [1,2,3] ...
分类:
其他好文 时间:
2020-01-12 11:25:18
阅读次数:
72
问题 当访问一个站点的时候,报告“500 Internal Server Error”,查看/var/log/httpd/error_log,报告“/www/users/test.com/.htaccess: Options not allowed here”,或者报告“ErrorDocument ...
分类:
数据库 时间:
2020-01-12 09:48:00
阅读次数:
115
AD DS 域控制器: 域控制器是安装了 AD DS 服务器角色的服务器。 域控制器: 1、承载 AD DS 目录存储的副本 2、提供身份验证和授权服务,使用的协议是 kerberos ,参考文章 https://www.cnblogs.com/zpchcbd/p/11707302.html 3、将 ...
分类:
其他好文 时间:
2020-01-12 00:11:24
阅读次数:
96
AD DS 架构: AD DS 架构: 1、定义可存储在 AD DS 中的每一种对象类型 2、强制实施与对象创建和配置有关的规则 AD DS 架构由 Schema Admins组 的用户来控制 域: 域是逻辑目录组件,用于分组和管理组织中的AD DS 对象。 域提供: 1、管理边界,用来将策略应用于 ...
分类:
其他好文 时间:
2020-01-11 20:45:21
阅读次数:
137
转自:https://www.cnblogs.com/conquerorren/p/8523566.html 解决代码的自动提示问题: 1、打开 Eclipse -> Window -> Perferences 2、找到Java 下的 Editor 下的 Content Assist , 右边出现的 ...
分类:
系统相关 时间:
2020-01-11 20:02:12
阅读次数:
153
在一般情况下一台服务器如果要做大量用户并发的压力测试是扛不住的,基本上jmeter都崩溃。现在我们借助Jmeter提供的Controller+Agent模式搭建一套分布式压力测试环境角色IP操作系统版本Controller192.168.10.103Windows105.1.1Agent192.168.10.210CentOS75.2.1Agent192.168.10.211CentOS75.2.
分类:
其他好文 时间:
2020-01-11 09:29:18
阅读次数:
91
错误: #!/bin/bash - no such file or directory 原因: Linux上的文件是忽略BOM的,因此在Linux上生成的文件也是不带BOM 但在window下,windows记事本默认会给文件添加BOM头 虽然肉眼是看不到BOM的,但在程序处理这些文件时,这些字符是 ...
分类:
其他好文 时间:
2020-01-10 15:44:11
阅读次数:
103
环境 centos 7 dotnet core 2.1.4 错误信息: libgit2-xxxxxxx: cannot open shared object file: No such file or directory 原因: 找不到动态库 libgit2-xxxxxxx.so libgit2-x ...
分类:
其他好文 时间:
2020-01-10 13:01:15
阅读次数:
72