码迷,mamicode.com
首页 >  
搜索关键字:-active directory    ( 5768个结果
Faster RCNN算法代码解析
一、 Faster-RCNN代码解释 先看看代码结构: Data: This directory holds (after you download them): Caffe models pre-trained on ImageNet Faster R-CNN models Symlinks to ...
分类:编程语言   时间:2018-10-26 22:07:21    阅读次数:233
SVN中英文菜单对照
TortoiseSVN英文版菜单中文翻译01、SVN Checkout(SVN取出) 点击SVN Checkout,弹出检出提示框,在URL of repository输入框中输入服务器仓库地址,在Checkout directory输入框中输入本地工作拷贝的路径,点击确定,即可检出服务器上的配置库 ...
分类:其他好文   时间:2018-10-26 17:51:40    阅读次数:415
Linux 修改密码“ Authentication token manipulation err”
修改服务器root密码错误“passwd:Authenticationtokenmanipulationerror”百度了各种解决方案总结1.权限问题lsattr/etc/passwd/-------------e-/etc/passwdlsattr/etc/shadow/-------------e-/etc/passwd用lsattr命令查看存放用户和密码的文件属性,发现有i选项:(i:不得任
分类:系统相关   时间:2018-10-25 23:12:55    阅读次数:365
GreenPlum 集群常用命令
GreenPlum 常用命令 gpstate gpconfig gpstart gpstop 集群恢复 激活备库流程 始化备Master 参考文档 https://gp-docs-cn.github.io/docs/utility_guide/admin_utilities/gprecoverseg ...
分类:其他好文   时间:2018-10-25 20:16:29    阅读次数:218
Linux 中常用的基础命令一
1、目录相关命令的使用 pwd(printing working directory) 显示当前工作目录 pwd命令相关的环境变量: PWD 保存了当前工作目录路径 OLDPWD 保存了上一次工作目录路径 每次执行pwd命令就是去读取PWD的值 cd(change directory) 改变工作目录 ...
分类:系统相关   时间:2018-10-25 14:15:21    阅读次数:261
判断路径
public static void CheckDirectoryExistAndCreate(string directory) { if (System.IO.Directory.Exists(directory) == false) { System.IO.Directory.CreateDi ...
分类:其他好文   时间:2018-10-25 11:16:50    阅读次数:124
IDEA使用properties配置文件进行mysql数据路连接
1. 新建一个web项目(过程不需要教了吧,所以就省略啦) 2. 右键点击新建的项目名,选择创建文件目录(Directory),一般properties文件夹命名应为resoures; 3.右键点击新建的resources文件夹,弹出的窗口里选择Mark Dictory as >>Resources ...
分类:数据库   时间:2018-10-24 20:20:35    阅读次数:280
Hadoop2.9.1 安装 Hive2.3.3 on ubuntu 16.04
hadoop2.9.1 安装hive2.3.3
分类:系统相关   时间:2018-10-24 19:56:42    阅读次数:302
git配置教程
一.配置ssh 1.检查本机是否有ssh key设置 如果没有则提示: No such file or directory 如果有则进入~/.ssh路径下(ls查看当前路径文件,rm删除所有文件) 2.使用Git Bash生成新的ssh key $ cd ~ 保证当前路径在”~”下 3.添加ssh ...
分类:其他好文   时间:2018-10-23 23:02:37    阅读次数:200
linux oracle 服务重启过程
--1.数据库备份 以test实例 用户ora_test expdp system/xxxx@test directory=dump_dir dumpfile=20181023_test.dmp schemas=ora_test;--2 停监听 lsnrctl stop--3杀外部连接 ps -ef ...
分类:数据库   时间:2018-10-23 22:54:03    阅读次数:299
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!