问题出现一: 1.Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https. 释:请求源仅支持http、data、chrome、chrome-e ...
分类:
Web程序 时间:
2018-08-24 02:08:24
阅读次数:
247
optimize#pragma optimize( "[optimization-list]", {on | off} )Feature Only in Professional and Enterprise Edition Code optimization is supported only i ...
分类:
编程语言 时间:
2018-08-23 17:44:40
阅读次数:
512
Supported Distributions Distributions which are supported as a build host: Centos 6, 7 Debian 8 (“jessie”) Fedora 20, 21, 22 RHEL 6, 7 Ubuntu 14.04 (“ ...
分类:
其他好文 时间:
2018-08-21 19:03:37
阅读次数:
484
问题背景: 问题原因: SQLyog不支持非标准的的私钥格式 解决方案: 使用puttyGen重新导入原来的私钥,然后重新保存成PPK证书文件,最后用SQLyog加载该PPK文件即可. 效果截图: 原文地址:http://www.blogdaren.com/post-1625.html ...
分类:
数据库 时间:
2018-08-14 15:45:12
阅读次数:
648
The core built in types for manipulating binary data are bytes and bytearray. They are supported by memoryview which uses the buffer protocol to acces ...
分类:
其他好文 时间:
2018-08-11 14:34:30
阅读次数:
138
解决: 本来使用: pip3.5 install -U Numexpr 报错: 使用: ...
分类:
其他好文 时间:
2018-08-09 12:17:38
阅读次数:
304
这两天有个项目被扫描器报了几个中危,都是SSL证书的问题。记录一下解决方案吧。 第一个问题:SSL Certificate Signed Using Weak Hashing Algorithm 这里的原因是因为使用弱算法签名的证书。 解决方案查了下总结下来是换算法。 操作步骤: 1、从证书颁发机构 ...
分类:
其他好文 时间:
2018-08-08 13:52:37
阅读次数:
1302
该问题是由于ssh链接未允许远程密码认证导致的通过管理控制台进入系统,vim /etc/ssh/sshd_config 配置文件中是否包含以下配置PasswordAuthentication no通过vim编辑器将该参数改成yes,如下PasswordAuthentication yes然后重启ss ...
分类:
其他好文 时间:
2018-08-07 13:00:32
阅读次数:
197
吐血整理ios各类设备音频支持情况 AAC-LC、HE-AAC、HE-AAC v2、Protected AAC、MP3、Linear PCM、Apple 保真压缩、FLAC、Dolby Digital (AC-3)、Dolby Digital Plus (E-AC-3)(supported sinc ...
分类:
移动开发 时间:
2018-08-03 16:40:08
阅读次数:
323