上一页 1 2 3 4 5 6 ··· 11 下一页

2017年8月14日

支付宝即时到帐接口说明详细文档

摘要: 请求参数说明 请求参数是商户在与支付宝进行数据交互时,提供给支付宝的请求数据,以便支付宝根据这些数据进一步处理。 参数 参数名称 类型(字节长度) 参数说明 是否可为空 样例 基本参数 service 接口名称 String 接口名称。 不可空 create_direct_pay_by_user p 阅读全文

posted @ 2017-08-14 14:01 算顺网 阅读(4643) 评论(0) 推荐(0) 编辑

java 支付宝即时到帐提交订单dome

摘要: package com.tian.batis; import java.io.UnsupportedEncodingException; import java.net.URLEncoder; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.... 阅读全文

posted @ 2017-08-14 13:54 算顺网 阅读(198) 评论(0) 推荐(0) 编辑

2017年7月10日

C#字符串string的常用使用方法(转载)

摘要: 1 》字符串的声明: 1、string s=new string(char[] arr) //根据一个字符数组声明字符串,即将字符字组转化为字符串。 2、string s=new string(char r,int i) //生成 i 个字符 r 的字符串。 2 》字符串常用的静态方法: 1、Com 阅读全文

posted @ 2017-07-10 09:35 算顺网 阅读(267) 评论(0) 推荐(0) 编辑

2017年6月16日

UltraEdit 回车符替换空格

摘要: 查找和替换 输入 ^r^n 替换为:(空格) 阅读全文

posted @ 2017-06-16 10:53 算顺网 阅读(1441) 评论(0) 推荐(0) 编辑

2017年6月14日

java 七牛上传图片到服务器(采用的html5 压缩 传输base64方式)

摘要: java代码如下 阅读全文

posted @ 2017-06-14 16:34 算顺网 阅读(1813) 评论(0) 推荐(0) 编辑

2017年6月13日

c# 多播委托

摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _10多播委托 { public delegate void Del1(); class Program { ... 阅读全文

posted @ 2017-06-13 15:49 算顺网 阅读(138) 评论(0) 推荐(0) 编辑

c# 求数组的最大值

摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _08求数组的最大值 { public delegate int DelCompare(object o1, object o2); ... 阅读全文

posted @ 2017-06-13 15:47 算顺网 阅读(2127) 评论(0) 推荐(0) 编辑

c# 泛型委托

摘要: 泛型委托 阅读全文

posted @ 2017-06-13 15:47 算顺网 阅读(172) 评论(0) 推荐(0) 编辑

匿名函数和lamda表达式

摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _06匿名函数和lamda表达式 { public delegate string DelProStr(string name); ... 阅读全文

posted @ 2017-06-13 15:46 算顺网 阅读(211) 评论(0) 推荐(0) 编辑

c# 简单委托例子

摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; namespace _05委托 { //声明一个委托 public delegate string ... 阅读全文

posted @ 2017-06-13 15:46 算顺网 阅读(264) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 11 下一页

导航