用Go简单实现网络通信 其余功能可以在这个模型上继续加,比如增加通信人数,实现聊天 server 端 ...
分类:
其他好文 时间:
2018-09-21 00:38:23
阅读次数:
175
简介 本篇文章的主要内容是解决go语言map在使用中遇到的两个问题 一、cannot assign to struct field 二、fatal error:concurrent map read and map write ...
分类:
编程语言 时间:
2018-09-20 00:56:30
阅读次数:
233
fatal: [101.251.194.102]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: connect to host 101.251.194.102 port ...
分类:
其他好文 时间:
2018-09-19 13:35:35
阅读次数:
563
Issue I encountered an error when I run the python script which need to import the module of "MySQLdb".The error shows like this: [root@docker1 script ...
分类:
数据库 时间:
2018-09-18 13:07:51
阅读次数:
1899
转:incremental linking(增量链接)的作用 转:incremental linking(增量链接)的作用 今天编译一个C++程序时,报了一个奇怪的错误(之前是好好的): 1>LINK : fatal error LNK1123: failure during conversion ...
分类:
其他好文 时间:
2018-09-15 19:22:03
阅读次数:
254
Linux Ubuntu 1604安装VS CODE之后,执行./code报错误: [3781:0914/160851.489979:FATAL:nss_util.cc(632)] NSS_VersionCheck("3.26") failed. NSS >= 3.26 is required. P ...
分类:
系统相关 时间:
2018-09-14 17:26:14
阅读次数:
2397
docker命令合集 参考docker --help 选项 -D 使用debug模式-l 日志级别(有debug|info|warn|error|fatal),默认info-v 显示版本管理命令config 管理docker配置container 管理容器image 管理镜像network 管理网络 ...
分类:
其他好文 时间:
2018-09-14 16:20:12
阅读次数:
211
场景:程序员A提交了一个commit到gerrit上,我们叫他为commit_id1,但是还没有review,那就是没有入库,程序员B想再本地拿到这个commitd_id1,既然这个提交没有入库,很明显,B单纯执行git pull是拿不到这个提交的,那他要怎么办呢, 目前我想到的有几种方式:第一种如 ...
分类:
其他好文 时间:
2018-09-13 17:23:50
阅读次数:
344
PHP报错 PHP Fatal Error: Constant expression contains invalid operations 原因: (1)属性声明是由关键字public,protected或者private开头,然后跟一个普通的变量声明来组成。属性中华的变量可以初始化,但是初始化的 ...
分类:
其他好文 时间:
2018-09-11 16:08:14
阅读次数:
364
开始git上传项目,不料,在git push这一步骤发生了错误? remote: Permission to qwe2193066947/firstRepository.git denied to murenziwei. fatal: unable to access 'https://github ...
分类:
其他好文 时间:
2018-09-10 18:33:50
阅读次数:
1315