问题描述 username@MaLiJun-Ubuntu:~/private$ psql psql: FATAL: database "username" does not exist 使用默认用户登陆默认数据库 1 creating role on pgsql with privilege as ...
分类:
数据库 时间:
2019-01-25 20:01:54
阅读次数:
588
接上篇“Eclipse启动报错:JVM terminated. Exit code=2”,今天把Python的安装位置也从C盘剪切到了D盘, 然后修改了Path环境变量中对应的盘符:D:\Python27\;D:\Python27\Scripts; 不管是在哪个目录,Python可以执行了,但是执行 ...
分类:
其他好文 时间:
2019-01-24 13:22:06
阅读次数:
222
在使用Matlab2017a编译一个c文件时,提示如下错误: fatal error C1083: 无法打开包括文件: “stdlib.h”: No such file or directory。 系统中安装的是VS2015,正常情况下VS2015使用的是Win SDK 8.1,但由于此前编译CEF ...
分类:
其他好文 时间:
2019-01-19 11:21:52
阅读次数:
2125
解释是可用内存已耗尽,这关系到PHP的memory_limit的设置问题。 这里有两种方法解决 1、修改php.ini memory_limit = 128 这种方法需要重启服务器,很显然,此方法对虚拟机有限制。 2、通过ini_set函数修改配置选项值(本人推荐,亲测有用) ini_set ('m ...
分类:
其他好文 时间:
2019-01-18 17:20:18
阅读次数:
469
调试程序时出现以下问题:d:\program files (x86)\microsoft visual studio 10.0\vc\atlmfc\include\afx.h(24): fatal error C1189: #error : Building MFC application with ...
分类:
移动开发 时间:
2019-01-17 00:41:09
阅读次数:
493
拉取项目显示错误信息remote: Repository not found.fatal: repository 'http://192.168.1.13/xxx/xxx.git' not found 原因:因为以前使用过其他帐号配置信息都保存了,然后帐号密码默认用以前的导致拉取没有权限 解决方法: ...
分类:
其他好文 时间:
2019-01-15 14:32:30
阅读次数:
552
ERROR [KafkaServer id=1] Fatal error during KafkaServer startup. Prepare to shutdown (kafka.server.KafkaServer)at kafka.network.Acceptor.openServerSoc ...
分类:
其他好文 时间:
2019-01-15 14:10:01
阅读次数:
1136
git pull origin master 报错:fatal: Authentication failed for git地址 win10 --> 控制面板 --> 用户账户 --> 管理你的凭证 --> Windows凭证 --> 删除已有的git普通凭证 然后 git pull origin ...
分类:
其他好文 时间:
2019-01-14 14:42:35
阅读次数:
137
include 和 require 是PHP中引入文件的两个基本方法。在小规模开发中直接使用 include 和 require 没哟什么不妥,但在大型项目中会造成大量的 include 和 require 堆积。这样的代码既不优雅,执行效率也很低,而且维护起来也相当困难。 为了解决这个问题,部分框 ...
分类:
Web程序 时间:
2019-01-12 16:46:58
阅读次数:
200
安装 libcurl 和 curl 重编译git客户端 ...
分类:
Web程序 时间:
2019-01-12 15:30:29
阅读次数:
451