soft

soft

BMP rotate 2

#pragma once typedef unsigned char BYTE; typedef unsigned short WORD; typedef unsigned int DWORD; typedef long LONG; #pragma pack(1) //位图文件头定义; //其中不包含文件类型信息(由于结构体的内存结构决定, /

BMP rotate

// img_rotate.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // #include <iostream> #pragma pack(1) typedef struct tagBITMAPFILEHEADER {     int16_t bfType;//

ssl client

#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 <

restart java process

#!/bin/bash CRTDIR=$(cd $(dirname $0); pwd) echo $CRTDIR echo $( ps -ef | grep 'java-example.jar' | grep -v grep | awk '{print $2}' )&nb

mysql 自动备份脚本

#!/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协议 学习

 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
<< < 1 2 >>
联系我 331434376    15629529961