上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 39 下一页
摘要: public class Encrypts { /// /// 构造方法 /// public Encrypts() { } /// /// 使用缺... 阅读全文
posted @ 2015-04-08 09:47 好学Ace 阅读(286) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using System.Web.Script.Serialization;namespace ... 阅读全文
posted @ 2015-04-08 09:25 好学Ace 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 保留下安装文件夹里的所有文件。然后把我那个很小应用软件(需要访问远程的oracle数据库)放在这个文件夹里。删除一下直接感觉无用的文件,先抽取可 能用不着的文件,保留放在另一个备用的文件夹里,然后运行程序。如果程序能运行,那么继续抽取可能用不着文件;如果不能运行,那么可以确定这个文件是程序 需要的,... 阅读全文
posted @ 2015-04-01 09:09 好学Ace 阅读(2634) 评论(0) 推荐(0) 编辑
摘要: 1、OracleHelperusing System;using System.Data;using System.Configuration;using System.Linq;using System.Web;using System.Web.Security;using System.Web.... 阅读全文
posted @ 2015-03-30 17:41 好学Ace 阅读(557) 评论(0) 推荐(0) 编辑
摘要: 拖拽 碰撞+重力运动 阅读全文
posted @ 2015-03-16 14:41 好学Ace 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 碰撞+重力运动 阅读全文
posted @ 2015-03-16 14:40 好学Ace 阅读(268) 评论(0) 推荐(0) 编辑
摘要: 碰撞运动 阅读全文
posted @ 2015-03-16 14:39 好学Ace 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 弹性运动 阅读全文
posted @ 2015-03-16 14:38 好学Ace 阅读(259) 评论(0) 推荐(0) 编辑
摘要: 无标题页 ... 阅读全文
posted @ 2015-03-13 15:55 好学Ace 阅读(250) 评论(0) 推荐(0) 编辑
摘要: //js ajaxfunction Ajax(url,type,data,comFun,sucFun,errFun){ //1、创建XMLHttpRequest对象 var xmlHttpRequest; if(window.ActiveXObject) //IE低版本 ... 阅读全文
posted @ 2015-03-12 11:25 好学Ace 阅读(208) 评论(0) 推荐(0) 编辑
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 39 下一页