上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页
摘要: 代码//// AppDelegate.swift// UIButtonDemo//// Created by 赵超 on 14-6-18.// Copyright (c) 2014年 赵超. All rights reserved.//import UIKit@UIApplicationMa... 阅读全文
posted @ 2014-06-18 19:59 赵侠客 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 1.新建Swift IOS app空项目加入代码//// AppDelegate.swift// UILableDemo//// Created by 赵超 on 14-6-17.// Copyright (c) 2014年 赵超. All rights reserved.//import ... 阅读全文
posted @ 2014-06-18 16:14 赵侠客 阅读(984) 评论(0) 推荐(0) 编辑
摘要: JavaDES加密解密算法import java.nio.ByteBuffer;import java.security.SecureRandom;import javax.crypto.Cipher;import javax.crypto.SecretKey;import javax.crypto... 阅读全文
posted @ 2014-05-25 16:19 赵侠客 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 1.源码package com.test;import java.awt.image.BufferedImage;import java.io.File;import java.io.IOException;import java.io.UnsupportedEncodingException;im... 阅读全文
posted @ 2014-05-20 11:44 赵侠客 阅读(1340) 评论(0) 推荐(0) 编辑
摘要: HighCharts官网http://www.highcharts.com/饼图 饼图 阅读全文
posted @ 2014-05-04 11:21 赵侠客 阅读(307) 评论(0) 推荐(0) 编辑
摘要: Highcharts官网http://www.highcharts.com/基本拆线图 线 阅读全文
posted @ 2014-05-04 11:14 赵侠客 阅读(268) 评论(0) 推荐(0) 编辑
摘要: Highcharts官网http://www.highcharts.com/基本柱图 我的柱 效果 阅读全文
posted @ 2014-05-04 10:57 赵侠客 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 1.前端代码index.html 2.后台conn.php代码 connect_error ) { die( $mysqli -> connect_errno + $mysqli -> connect_error );}$sql='select * fro... 阅读全文
posted @ 2014-04-22 17:11 赵侠客 阅读(1368) 评论(0) 推荐(0) 编辑
摘要: index.html 完成项目下载地址http://download.csdn.net/detail/whzhaochao/7228709 阅读全文
posted @ 2014-04-21 19:44 赵侠客 阅读(334) 评论(0) 推荐(0) 编辑
摘要: 源码package test;import java.io.File;import java.io.FileInputStream;import java.io.InputStream;import jxl.Sheet;import jxl.Workbook;import jxl.read.biff... 阅读全文
posted @ 2014-03-13 21:52 赵侠客 阅读(838) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页