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 ,启动NGINX时出错,百度解决方法如下: ========================= 需要停止或者重启nginx的命令如下 发现报以下错误: nginx: [error] open() "/usr/local/nginx/logs/nginx.pid" fail ...
分类:
其他好文 时间:
2019-12-26 09:17:55
阅读次数:
113
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
初始化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
一、rewrite重写 提供了基于 "正则表达式" 规则动态修改传入的请求的 URL 的方法。可以定义任意的的url映射到内部的站点文件中 1演示现象,解决效果,得出rewrite概念 2 1如何实现具体讲解步骤,可以带入原理 2 2实践 3剖析实现原理,提升知识面 4小结 1、rewrite需求 ...
分类:
Web程序 时间:
2019-12-24 15:37:16
阅读次数:
133
文件夹 创建文件夹 //如果文件夹路径不存在则创建文件夹 if (!Directory.Exists(path)) Directory.CreateDirectory(path); 递归创建文件夹 public void createdir(string fullpath) { if (!File. ...
引用单元:uses ShellAPI; 函数原型:function ShellExecute(hWnd: HWND; Operation, FileName, Parameters,Directory: PChar; ShowCmd: Integer): HINST; stdcall; hWnd:用 ...
原因: IDEA的maven地址设置出错,系统找不到指定的maven路径 解决: setting >maven修改正确的maven链接地址。 设置你maven 的地址为你的存放路基就好了 ...
分类:
其他好文 时间:
2019-12-23 20:47:23
阅读次数:
118
需要在pom中加入以下代码 <build> <resources> <resource> <directory>src/main/resources</directory> <includes> <include>**/*.properties</include> <include>**/*.xml ...
分类:
其他好文 时间:
2019-12-23 11:46:12
阅读次数:
800
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