#pragma once
typedef unsigned char BYTE;
typedef unsigned short WORD;
typedef unsigned int DWORD;
typedef long LONG;
#pragma pack(1)
//位图文件头定义;
//其中不包含文件类型信息(由于结构体的内存结构决定,
/
阅读全文 →
// img_rotate.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。
//
#include <iostream>
#pragma pack(1)
typedef struct tagBITMAPFILEHEADER {
int16_t bfType;//
阅读全文 →
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <string.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <
阅读全文 →
/**
* @param $startDateTime 开始时间
* @param $endDateTime 结束时间
* @return array
*/
private function timeDiff($startDateTime, $endDateTime) {
 
阅读全文 →
SSL证书工作原理SSL握手证书主要作用是在SSL握手中,我们来看一下SSL的握手过程1. 客户端提交https请求2. 服务器响应客户,并把证书公钥发给客户端3. 客户端验证证书公钥的有效性4. 有效后,会生成一个会话密钥5. 用证书公钥加密这个会话密钥后,发送给服务器6. 服务器收到公钥加密的会话密钥后,用私钥解密,获取会话密钥7. 客户端与服务器双方利用这个会话密钥加密要传输的数据进行通信见下图:SSL证书作用https
阅读全文 →
#!/bin/bash
CRTDIR=$(cd $(dirname $0); pwd)
echo $CRTDIR
echo $( ps -ef | grep 'java-example.jar' | grep -v grep | awk '{print $2}' )&nb
阅读全文 →
ISO 3166 Codes (Countries)
(by the RIPE Network Coordination Centre, in coordination with the ISO 3166 Maintenance Agency, Berlin)
See also:
ISO 3166 Maintenance agency (IS
阅读全文 →
{#ZC_BLOG_HOST#}zb_users/upload/2021/06/20210603095055162268505526635.rar
阅读全文 →
#!/bin/bash
#the script is backup all databases for mysql server,first grant all on *.* to adminbak@'106.15.78.185' identified by "backup";
#Sett
阅读全文 →
SRT协议在电视直播中的应用RT在IETF 107会议上的综述报告
---------------------------------------------------------CENTOS 7 BUILDcd /usr/antscdn/app/srt-mastersudo yum updatesudo yum install tcl pkgconfig openssl-devel cmake gcc gcc-c++ make automakecd /usr/a
阅读全文 →
public static void main(String[] args){
String aaa="[{\"industry_image\":\"/uploadfile/02af887979a8414588dc51c8cd10eb2c.jpg\",\"robot_title\":\"Automation&nbs
阅读全文 →