码迷,mamicode.com
首页 >  
搜索关键字:-active directory    ( 5768个结果
Linux /bin /sbin /usr/bin /usr/sbin 区别
.Linux /bin /sbin /usr/bin /usr/sbin 区别 ...
分类:系统相关   时间:2019-03-13 21:34:20    阅读次数:231
git 回退各种场景操作
在git的一般使用中,如果发现错误的将不想提交的文件add进入index之后,想回退取消,则可以使用命令:git reset HEAD <file>...,同时git add完毕之后,git也会做相应的提示,比如: 引用 # Changes to be committed: # (use "git ...
分类:其他好文   时间:2019-03-13 10:44:57    阅读次数:130
Docker命令
镜像是只读模板 IMAGE == IMAGE ID == REPOSITORY:TAG docker run Usage: docker run [OPTIONS] IMAGE [COMMAND] [ARG...] Run a command in a new container Options: ...
分类:其他好文   时间:2019-03-12 21:09:21    阅读次数:153
Spring boot 全局配置 properties或者yml文件报错
主要问题是没有扫描到配置文件 在pom文件里面<build> </build>中加上以下代码就可以保证能扫描到了 ...
分类:编程语言   时间:2019-03-12 14:15:06    阅读次数:259
PyCharm+SVN
首先电脑安装svn,并且确svn/bin下面有svn.exe文件 没有bin/svn.exe解决方法: 重新打开TortoiseSVN安装文件-Modify-Next后在command line client tools选项修改为Will be installed on local hard dri ...
分类:其他好文   时间:2019-03-11 21:18:28    阅读次数:309
阿里云logtail采集IDC机房机器需添加AliUids操作
Configure AliUids for ECS servers under other Alibaba Cloud accounts or on-premises IDCs If Logtail is installed on ECS servers under other Alibaba Cl ...
分类:其他好文   时间:2019-03-11 16:13:27    阅读次数:248
php的mysqli_connect函数显示 No such file or directory错误以及localhost换成127.0.0.1执行成功
linux环境-php7-MariaDB5.5.60 (新安装的php7,执行php -m 显示有mysqli模块,php.ini没有改其它) 测试代码为: 网页运行时显示 No such file or directory 错误 把参数 'localhost' 换成 ‘127.0.0.1’ 后 显 ...
分类:数据库   时间:2019-03-09 10:19:10    阅读次数:249
ThinkPHP/---隐藏index.php
vhosts.conf <VirtualHost *:80> DocumentRoot "E:\sasa" ServerName sasa.cn ServerAlias sasa.cn <Directory "E:\sasa"> Options FollowSymLinks ExecCGI Allo ...
分类:Web程序   时间:2019-03-08 10:02:14    阅读次数:145
IDEA里五种目录类型简介(Mark Directory as)
通过File -> Settings-project Structure-Modules 或者右键Mark Directory as可以找到这五种类型。 Sources 一般用于标注类似 src 这种可编译目录。有时候我们不单单项目的 src 目录要可编译,还有其他一些特别的目录也许我们也要作为可编 ...
分类:其他好文   时间:2019-03-07 16:12:16    阅读次数:605
oracle 数据泵expdp导出数据
1.登录数据库 sqlplus zqb/zqb123@zqb; 2.创建逻辑目录 create or replace directory dmp as 'd:/dmp'; 3.为用户赋访问权限 grant read.write on directory dmp to zqb; 4.导出数据 expd ...
分类:数据库   时间:2019-03-07 12:56:41    阅读次数:212
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!