Chinaunix首页 | 论坛 | 博客
  • 博客访问: 40791
  • 博文数量: 19
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 205
  • 用 户 组: 普通用户
  • 注册时间: 2018-01-23 15:20
文章分类

全部博文(19)

文章存档

2018年(19)

我的朋友

发布时间:2018-05-15 17:16:26

#!/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 #版本号ve.........【阅读全文】

阅读(896) | 评论(0) | 转发(0)

发布时间:2018-05-15 17:15:22

 <?phpheader("Content-type:text/html; charset=UTF-8");class ChuanglanSmsApi {        //发送短信的接口地址        const API_SEND_URL='http://sms.253.com/msg/send?';        //查询余额的接口地址       .........【阅读全文】

阅读(863) | 评论(0) | 转发(0)

发布时间:2018-05-15 17:15:20

 <?phpheader("Content-type:text/html; charset=UTF-8");class ChuanglanSmsApi {        //发送短信的接口地址        const API_SEND_URL='http://sms.253.com/msg/send?';        //查询余额的接口地址       .........【阅读全文】

阅读(1088) | 评论(0) | 转发(0)

发布时间:2018-05-15 17:13:20

#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>#include <unistd.h>#define SA struct sockad.........【阅读全文】

阅读(789) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册