- 博客(8)
- 资源 (24)
- 论坛 (3)
- 收藏
- 关注
转载 Java 向ios推送消息
public class PTest { public static voidmain(String[] args) { for(inti=0;i push(i+"","token"); } } public static voidpush(String text,Stringcode){ try
2015-01-29 13:26:27
10228
5
转载 Java 生成二维码
package Test; importjava.awt.Color;importjava.awt.Graphics2D;importjava.awt.image.BufferedImage;importjava.io.File; importjavax.imageio.ImageIO; importcom.swetake.util.Qrcode; pu
2015-01-29 13:22:40
8749
5
转载 java 读取二维码
package Test;import java.awt.image.BufferedImage;import java.io.File;import java.io.IOException;import javax.imageio.ImageIO;import jp.sourceforge.qrcode.QRCodeDecoder;import jp.sourceforge.q
2015-01-29 13:20:38
8993
5
转载 java开发微信获取网页授权凭证
/*** 获取网页授权凭证* @param appId * @param appSecret* @param code* @return WeixinOauth2Token*/public static WeixinOauth2Token getOauth2AccessToken(String appId, String appSecret, String code){
2015-01-16 16:37:33
11439
4
转载 解决手机端keyup事件不好用
$(function () { $('#expressCode').bind('focus',filter_time); }); var str = ''; //传入参数 var now = ''; filter_time = function(){ var time = setInt
2015-01-16 15:52:27
15102
5
转载 js转换long类型时间
//扩展Date的format方法 Date.prototype.format = function (format) { var o = { "M+": this.getMonth() + 1, "d+": this.getDate(), "h+": this.getHours(), "m+": this.getMinutes(), "s+": this.getSec
2015-01-16 15:47:04
11061
5
转载 js 中startWith 和 endWith 方法
String.prototype.endWith=function(s){ if(s==null||s==""||this.length==0||s.length>this.length) return false; if(this.substring(this.length-s.length)==s) return true; else re
2015-01-16 15:38:21
15087
6
原创 java 微信分享签名生成方法
public static String getSign(String noncestrs, String jsapi_tickets, String timestamps, String urls){String[] arr = new String[] { "jsapi_ticket="+jsapi_tickets, "noncestr="+noncestrs, "timestamp="+
2015-01-16 15:29:41
12031
7
MinGW for c++
2017-10-01
ActiveMQ所需jar包
2017-09-06
xbean-spring-3.6.jar
2017-09-06
王慧永的留言板
发表于 2020-01-02 最后回复 2020-01-02
sdn资源上传错误提示
发表于 2017-12-18 最后回复 2017-12-18
tomcat8 + nginx 使用redis实现session共享,redis乱码
发表于 2017-11-20 最后回复 2017-11-21
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人 TA的粉丝