码迷,mamicode.com
首页 >  
搜索关键字:-active directory    ( 5768个结果
plsql 里面的数据备份,erp表结构参考url
grant read,write on directory data_dir to dbuser; grant exp_full_database,imp_full_database to dbuser; 参考自: https://blog.csdn.net/mr_awei/article/deta ...
分类:数据库   时间:2019-12-26 11:20:45    阅读次数:118
nginx 首旅之坑(/usr/local/nginx/logs/nginx.pid" failed (2: No such file or directory))
第一次按教程安装nginx ,启动NGINX时出错,百度解决方法如下: ========================= 需要停止或者重启nginx的命令如下 发现报以下错误: nginx: [error] open() "/usr/local/nginx/logs/nginx.pid" fail ...
分类:其他好文   时间:2019-12-26 09:17:55    阅读次数:113
ARM linux开发之安装配置tftp
tftp是客户端,tftpd是服务器端。ubuntu中常用的tftp服务器和客户端是tftpd hpa和tftp hpa。 1.安装:tftpd hpa(服务器) 2.创建一个目录用作tftpd的目录(根目录) 修改目录文件权限 3.配置 4.重新启动tftpd hpa网络服务 5.开发板从Ubun ...
分类:系统相关   时间:2019-12-25 15:51:05    阅读次数:102
mysql报错--initialize specified but the data directory has files in it. Aborting.
初始化msyql时出现报错 C:\mysql-5.7.19-winx64> C:\mysql-5.7.19-winx64\bin\mysqld --initialize-insecure2019-12-25T01:59:21.234788Z 0 [Warning] TIMESTAMP with im ...
分类:数据库   时间:2019-12-25 13:16:40    阅读次数:94
apache的rewrite重写、日志切割、防盗链
一、rewrite重写 提供了基于 "正则表达式" 规则动态修改传入的请求的 URL 的方法。可以定义任意的的url映射到内部的站点文件中 1演示现象,解决效果,得出rewrite概念 2 1如何实现具体讲解步骤,可以带入原理 2 2实践 3剖析实现原理,提升知识面 4小结 1、rewrite需求 ...
分类:Web程序   时间:2019-12-24 15:37:16    阅读次数:133
C#常用IO操作
文件夹 创建文件夹 //如果文件夹路径不存在则创建文件夹 if (!Directory.Exists(path)) Directory.CreateDirectory(path); 递归创建文件夹 public void createdir(string fullpath) { if (!File. ...
分类:Windows程序   时间:2019-12-24 13:23:02    阅读次数:110
Delphi Win API 函数 [ ShellAPI ] ShellExecute 函数
引用单元:uses ShellAPI; 函数原型:function ShellExecute(hWnd: HWND; Operation, FileName, Parameters,Directory: PChar; ShowCmd: Integer): HINST; stdcall; hWnd:用 ...
分类:Windows程序   时间:2019-12-24 10:09:08    阅读次数:101
No valid Maven installation found. Either set the home directory in the configuration dialog or set
原因: IDEA的maven地址设置出错,系统找不到指定的maven路径 解决: setting >maven修改正确的maven链接地址。 设置你maven 的地址为你的存放路基就好了 ...
分类:其他好文   时间:2019-12-23 20:47:23    阅读次数:118
Maven 配置问题 - could not find resource mybatis-config.xml
需要在pom中加入以下代码 <build> <resources> <resource> <directory>src/main/resources</directory> <includes> <include>**/*.properties</include> <include>**/*.xml ...
分类:其他好文   时间:2019-12-23 11:46:12    阅读次数:800
Docker 部署错误记录
1、docker 运行mongodb 两个多月都没出什么事情,突然就挂了 错误:exception in initAndListen: Location28596: Unable to determine status of lock file in the data directory /data ...
分类:其他好文   时间:2019-12-23 10:27:26    阅读次数:88
5768条   上一页 1 ... 57 58 59 60 61 ... 577 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!