Secret Garden aiddroid的博客
  • Home
  • Linux
  • PHP
  • About

Category Archives: 协议

105月 2021

使用Golang实现区块链和比特币原型

by aiddroid ⋅ Leave a Comment
bitcoin

区块链

区块链概念是由Satoshi Nakamoto(没有正式中文名,一般翻译为 中本聪)在2008年中提出的,目的是实现点对点的电子现金系统——比特币(Bitcoin)。

区块链的理念[……]

继续阅读

064月 2019

FastCGI协议详解

by aiddroid ⋅ Leave a Comment

FastCGI简介
FastCGI是用于让Web服务器与应用程序进行通信的二进制协议(而不是人类可读的文本协议)。 它是早期的通用网关接口(CGI)的变体。 FastCGI的主要目的是减少Web服务器[……]

继续阅读

022月 2019

CGI协议介绍

by aiddroid ⋅ Leave a Comment

CGI简介
在计算机行业,CGI是Common Gateway Interface 的缩写,它为Web服务器提供了一套标准的协议(参看RFC3875),以便Web服务器能够像执行终端应用程序(也成为命[……]

继续阅读

307月 2016

SOCKS5协议及应用浅析

by aiddroid ⋅ Leave a Comment

SOCKS是一种 网络传输协议 ,主要用于客户端与外网服务器之间通讯的中间传递。SOCKS是”SOCKetS”的缩写。

根据 OSI模型 ,SOCKS是会话层的协议,位于 表示层与 传输层之间。[……]

继续阅读

203月 2014

php使用socket模拟post请求

by aiddroid ⋅ Leave a Comment
php-logo

下面的程序可以通过 telnet 进行模拟

<?php

//post数据
$data = rawurlencode("name").'='.rawurlencode("Allen Hu");[......]

继续阅读

Post Navigation

1 2 下一页 »

文章搜索

Big brother is watching you!

Big brother is watching you!

热门文章

  • 使用OpenSSL生成RSA密钥 - 26,712 次阅读
  • 10 Tips for Optimizing MySQL Queries (That don’t suck) - 8,816 次阅读
  • Kafka简介及使用PHP处理Kafka消息 - 5,843 次阅读
  • 服务器框架workerman和swoole性能简单测试 - 5,084 次阅读
  • 软件安全设计的10个原则 - 4,183 次阅读
  • php AES加密类,支持base64和Hex编码 - 3,978 次阅读
  • 诡异的php curl error Empty reply from server - 3,440 次阅读
  • CentOS6下搭建FastDFS高性能分布式文件服务 - 1,900 次阅读
  • CGI协议介绍 - 1,891 次阅读
  • 使用Tor+privoxy实现匿名访问 - 1,720 次阅读

标签

a star A星 bibile cdn chunk docker doku exec gettext git golang http i18n javascript linux mail mongodb mysql openssl php phpmailer python redis rsa rsync search seo shell_exec smtp soap socket system ubuntu WebService wiki word workerman wsdl 全文检索 分布式 协议 守护进程 安全 断点续传 算法

分类

  • apache
  • docker
  • golang
  • http
  • java
  • javascript
  • linux
  • memcache
  • mongodb
  • mysql
  • php
  • redis
  • smarty
  • tools
  • web
  • yii
  • 加密
  • 区块链
  • 协议
  • 安全
  • 未分类
  • 算法

近期文章

  • 使用Golang实现区块链和比特币原型
  • 使用手势控制笔记本电脑音量
  • Linux进程core dumped时无法生成core文件解决方法
  • OWASP Code Review代码安全审计
  • FastCGI协议详解
© Copyright 2020 - Secret Garden | 粤ICP备19157177号
Contango Theme ⋅ Powered by WordPress