2014年9月25日

phpexcel 插件设置

摘要: 首先到phpexcel官网上下载最新的phpexcel类,下周解压缩一个classes文件夹,里面包含了PHPExcel.php和PHPExcel的文件夹,这个类文件和文件夹是我们需要的,把classes解压到你项目的一个目录中,重名名为phpexcel,开始喽,(代码都摘自自带实例)程序部分req... 阅读全文

posted @ 2014-09-25 14:11 野生小众 阅读(626) 评论(0) 推荐(0)

2013年8月7日

C# mvc4.0 MD5测试

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Security.Cryptography;namespace md5测试{ class Program { static void Main(string[] args) { DBOperation repdb = new DBOperation(); ... 阅读全文

posted @ 2013-08-07 10:56 野生小众 阅读(314) 评论(0) 推荐(0)

2012年6月26日

初学ajax,抽奖小代码

摘要: ajax_fill.js//JavaScript Documentvar XHR;//定义一个全局变量var s;var status = 1;function createXHR() //首先我们得创建一个XMLHtpptRequest{ if(window.ActiveXObject){ XHR = new ActiveXObject('Microsoft.XMLHTTP'); }else if(window.XMLHttpRequest){ XHR = new XMLHttpRequest(); } }function fill_now(){ createXHR(); X 阅读全文

posted @ 2012-06-26 09:43 野生小众 阅读(235) 评论(0) 推荐(0)

导航