vs2017 安装后出现问题,想要添加新的功能vs_installer.exe 不能打开。 查询网络得到如下结果 链接在这 Thank you for your feedback! We have fixed the problem and the bug fix will be included ...
分类:
其他好文 时间:
2017-11-02 20:03:36
阅读次数:
1218
准备 LNMP 环境 LNMP 是 Linux、Nginx、MySQL 和 PHP 的缩写,是 WordPress 博客系统依赖的基础运行环境。我们先来准备 LNMP 环境 安装 Nginx 使用 yum 安装 Nginx: yum install nginx -y 修改 /etc/nginx/co ...
分类:
其他好文 时间:
2017-10-29 14:36:15
阅读次数:
197
php项目 .htaccess文件配置如下: .htaccess: Invalid command 'Header', perhaps misspelled or defined by a module not included in the server configuration 信息提示 有模 ...
分类:
数据库 时间:
2017-10-29 13:51:36
阅读次数:
272
一、为了安全,隐藏Nginx系统版本号,修改软件名称[root@blog~]#vim/home/tools/nginx-1.6.3/src/core/nginx.h
1
2/*
3*Copyright(C)IgorSysoev
4*Copyright(C)Nginx,Inc.
5*/
6
7
8#ifndef_NGINX_H_INCLUDED_
9#define_NGINX_H_INCLUDED_
10
11
12#definenginx_version100600..
分类:
其他好文 时间:
2017-10-28 11:08:03
阅读次数:
205
Python是著名的“龟叔”Guido van Rossum在1989年圣诞节期间,为了打发无聊的圣诞节而编写的一个编程语言。 Python就为我们提供了非常完善的基础代码库,覆盖了网络、文件、GUI、数据库、文本等大量内容,被形象地称作“内置电池(batteries included)”。用Pyt ...
分类:
编程语言 时间:
2017-10-18 02:12:34
阅读次数:
194
/* Name: 顺序栈的实现 Copyright: Author: Date: Description: */#ifndef STACK_H_INCLUDED#define STACK_H_INCLUDED#include "ds.h" //for Status,OK ...#ifndef Ele ...
分类:
其他好文 时间:
2017-10-16 10:58:57
阅读次数:
125
编写一个算法,检查一个程序中的花括号,方括号和圆括号是否配对,若能够全部配对则返回1,否则返回0。 Head.h: #ifndef HEAD_H_INCLUDED #define HEAD_H_INCLUDED #include<iostream> struct LinkedNode { int d ...
分类:
编程语言 时间:
2017-10-16 00:13:22
阅读次数:
353
图片的大小为320(宽)*160(高)的大小, 图像的总像素为153600的字节大小;320*160*3=153600大小 整个bmp文件大小:153654字节 42 4D //2 bytes "BM"36 58 02 00 //4 bytes Total size included "BM" ma ...
分类:
其他好文 时间:
2017-09-22 14:13:25
阅读次数:
192
1.解析base64数据成图片 The problem is that data:image/bmp;base64, is included in the encoded contents. This will result in invalid image data when the base64 ...
分类:
Web程序 时间:
2017-09-15 22:37:58
阅读次数:
434
https://www.baidu.com/link?url=NUpABnCOzr-DHBL225vaREsRcKSFhI1ejA9I67GNiHhnGNxXlKdkZfc9ghWFu7EnkK8wVa2ockJ8q-D47YF4zuzdzoldA9CxsSzV4kqrSgu&wd=&eqid=c5 ...
分类:
其他好文 时间:
2017-09-15 01:46:31
阅读次数:
346