在使用 连接msql数据库的时候出现错误:【Fatal error: Class ‘mysqli’ not found in xxx……】,但是代码中可以追踪到mysqli的类。 解决办法: 1、windows服务器。 在php.ini里面去掉【extension=php_mysqli.dll】前面 ...
分类:
数据库 时间:
2018-03-06 14:42:41
阅读次数:
217
layout: default title: The remote end hung up unexpectedly category: [技术, git] comments: true fatal: The remote end hung up unexpectedly 上传一份代码的时候,出现了 ...
分类:
其他好文 时间:
2018-03-06 14:38:39
阅读次数:
260
1、fatal error LNK1295: '/OPT:NOREF' not compatible with '/LTCG:incremental' specification; link without '/LTCG:incremental' Properties -> General -> W ...
分类:
其他好文 时间:
2018-03-06 10:52:30
阅读次数:
330
我们在使用git clone 或其他命令的时候,有时候会遇到这类问题,如图: fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repos ...
分类:
数据库 时间:
2018-03-05 12:56:19
阅读次数:
652
python中使用pip安装模块时,出现:Fatal error in launcher: Unable to create process using '"' 原因:系统中可能有多处安装pip,且均加入到了环境变量中 解决办法: 1.查看pip命令的路径是否有重复:cmd命令:where pip, ...
分类:
其他好文 时间:
2018-03-01 23:28:12
阅读次数:
637
春节后的第一次课 1.整合日志(log4j和logback) (1)log4j和logback都是一个日志记录框架 (2)appender记住两个 stdout控制台显示日志,file记录文件中 (3)床用的5种日志级别(由高到低) fatal>error>trace>info>debug (4)l ...
分类:
其他好文 时间:
2018-02-27 21:27:35
阅读次数:
163
git同步遇到报错“fatal: unable to access 'https://github.com/ruanwenwu/newp.git/': Peer reports incompatible or unsupported protocol version.” 网上很多人说是因为git版本 ...
分类:
数据库 时间:
2018-02-27 19:36:23
阅读次数:
6326
系统安装完成后0.网络安装费结束后需要修改# vi /etc/sysconfig/network-scripts/ifcfg-ens33TYPE=EthernetBOOTPROTO=dhcpDEFROUTE=yesPEERDNS=yesPEERROUTES=yesIPV4_FAILURE_FATAL=noIPV6INIT=yesIPV6_AUTOCONF=yesIPV6_DEFROUTE=yesI
分类:
其他好文 时间:
2018-02-27 17:44:34
阅读次数:
177
学习了一下github的基本命令,弄了大半天了,唉,结合网友的一些资料,总结了一大堆! 一、如果输入$ git remote add origin git@github.com:djqiang(github帐号名)/gitdemo(项目名).git 提示出错信息:fatal: remote orig ...
分类:
其他好文 时间:
2018-02-27 15:00:30
阅读次数:
238
一、Git的安装 1. 在windows端 到地址:https://git-scm.com/downloads 选择对应版本下载后,进行傻瓜式安装即可 2. 在linux端 查看是否安装了git,出现下图即为未安装 如果尚未安装,下载安装包 然后解压压缩包,并切换到git包内 配置git安装的路径 ...