Step by Step 配置使用HTTPS的ASP.NET Web应用 有关HTTPS、SSL以及SSL证书的工作原理,参见 《HTTPS那些事(一)HTTPS原理》 《HTTPS那些事(二)SSL证书》 《HTTPS那些事(三)攻击实例与防御》 本文将演示如何在IIS中配置一个HTTPS的ASP ...
分类:
Web程序 时间:
2018-07-05 13:25:06
阅读次数:
262
Mom Poodwaddle Life clock Dad Poodwaddlw Life clock Happiness is the meaning and the purpose of life, the whole aim and end of human existence - Arist ...
分类:
其他好文 时间:
2018-06-30 11:08:40
阅读次数:
191
CGI→一种协议, 一种标准, 一种规范 使用CGI协议, 能够让用户访问某些动态资源的时候, 触发web服务器, 让web服务器根据CGI协议能够调用外部(web服务器外部)的程序来执行处理这个动态资源. 这些外部的程序将这些动态资源执行后, 并格式化html文本文件后交由web服务器, web服 ...
分类:
其他好文 时间:
2018-06-23 19:03:59
阅读次数:
147
session_start();setcookie("a","value");print $_COOKIE['a'];如果没有开头的session_start就不会有有效的cookie值 ...
分类:
其他好文 时间:
2018-06-20 19:00:28
阅读次数:
123
SaltStack Minon配置文件 The Salt system is amazingly simple and easy to configure. The two components of the Salt system each have a respective configurat ...
分类:
其他好文 时间:
2018-06-19 13:59:29
阅读次数:
230
Implement a function to check if a binary tree is balanced. For the purpose of this question, a balanced tree is defined to be a tree such that the he ...
分类:
其他好文 时间:
2018-06-16 10:34:06
阅读次数:
169
发生异常的现象: msm8953 lcd在快速亮灭的情况下背光概率性休眠不灭;测量高通pwm,发现正常的时候pwm的管脚 为低电平,失败的时候为高电平; 根据原理图: mpp是什么? mpp是基于电源pmic的管脚,也叫做多功能管脚;MPP的全称是Multi Purpose Pin;可以做电源、gp ...
分类:
其他好文 时间:
2018-06-12 16:23:01
阅读次数:
1165
question: Show, in the style of the quicksort trace given in this section, how quicksort sorts the array E A S Y Q U E S T I O N (for the purpose of t ...
分类:
其他好文 时间:
2018-06-03 16:22:49
阅读次数:
139
#!/usr/bin/env python #coding:utf-8 # Author: closed -- # Purpose: Check which keys have been blocked # Created: 2018/05/17 # version: Python3.6 # fro... ...
分类:
其他好文 时间:
2018-06-01 17:36:35
阅读次数:
187
Valid Palindrome Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases. Note: For the purpose o ...
分类:
其他好文 时间:
2018-06-01 10:56:39
阅读次数:
164