1.配置cmake参数时提示: The C compiler identification is unknown. The CXX compiler identification is unknown. 根据上面的提示可知这是系统没有安装c编译器导致的。 安装c编译器: ...
分类:
系统相关 时间:
2018-11-16 20:42:09
阅读次数:
199
What happened?
There is an unknown connection issue between Cloudflare and the origin web server. As a result, the web page can not be displayed.
分类:
Web程序 时间:
2018-11-16 12:18:05
阅读次数:
495
在python中,反射包含以下几个函数 def hasattr(*args, **kwargs): # real signature unknown """ Return whether the object has an attribute with the given name. This is ...
分类:
编程语言 时间:
2018-11-15 17:19:07
阅读次数:
189
1.下载开源版本https://github.com/eolinker/eoLinker-AMS-Lite-For-PHP到本地,将release文件夹内容copy到apache的/var/www/html 目录 2.问题点: 1.文件读写权限报错: 1.对项目的所在目录使用读写权限:chmod 7 ...
分类:
Web程序 时间:
2018-11-15 12:08:56
阅读次数:
167
今天早上上班的时候,突然发现昨天好好的项目,今天报错了,具体错误信息为:SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers 翻译成中文为服务器向客户端发送 ...
分类:
数据库 时间:
2018-11-15 10:23:56
阅读次数:
484
一、Socks5协议简介 socks5是基于传输层的协议,客户端和服务器经过两次握手协商之后服务端为客户端建立一条到目标服务器的通道,在传输层转发TCP/UDP流量。 关于socks5协议规范,到处都可以找到,我再重复一遍也没啥意思,因此不再赘述,可以参见rfc1928(英文),或者查阅维基百科SO... ...
分类:
其他好文 时间:
2018-11-13 02:59:01
阅读次数:
453
1、JSON 1、JS 对象 语法: 1、通过一对{}表示一个对象 2、在 {} 中允许通过,key:value 的形式来表示属性 3、多对的属性和值之间使用 , 隔开 ex: var obj = { name:'MrWang', age:37, gender:'Unknown' ... ...
分类:
Web程序 时间:
2018-11-12 21:19:49
阅读次数:
189
Given an integer array sorted in ascending order, write a function to search target in nums. If target exists, then return its index, otherwise return ...
分类:
编程语言 时间:
2018-11-10 00:59:10
阅读次数:
234
昨天写了签名的操作,今天来看下脚本的验证。原型如下: 介绍一下这几个参数 第一个:就是存储着签名信息 第二个:就是锁定脚本 第三个:就是一个标志(脚本检查标志位) 第四个:脚本检查的类引用 第五个:脚本错误信息对象指针(默认是为false) 接着来看函数主体,首先设置脚本的错误信息,默认是serro ...
分类:
其他好文 时间:
2018-11-08 22:10:08
阅读次数:
204