2018年(19)
发布时间:2018-06-29 10:18:29
#include <arpa/inet.h>#include <assert.h>#include <errno.h>#include <netinet/in.h>#include <signal.h>#include <stdlib.h>#include <stdio.h>#include <string.h>#include <sys/types.h>#include <sys/socket.h>#include <sys/wait.h>#include <netdb.h>//#includ.........【阅读全文】
发布时间:2018-06-29 10:17:11
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%><%Function Post(url,data) dim Https .........【阅读全文】
发布时间:2018-06-29 10:14:28
#!/bin/sh# account and password can be change to what you wanna!#author ChuangLan#修改为您的account.........【阅读全文】
发布时间:2018-06-29 10:05:09
# 说明:# 以下代码只是为了方便客户测试而提供的示例代码,客户可以根据自己的需要另行编写# 该代码仅供学习和研究接口使用,只是提供了一个参考require 'net/http' require 'uri' require 'json' params = { "account" => "", .........【阅读全文】
发布时间:2018-06-29 10:03:12
#!/usr/local/bin/python#-*- coding:utf-8 -*-# Author: jacky# Time: 14-2-22 下午11:48# Desc: 短信http接口的python代码调用示例import httplibimport urllibimport json#服务地址 host = "intapi.253.com"#端口号port = 80#版本号version = "v1..........【阅读全文】