摘要: 这里主要解决文件夹包含文件夹的解压缩问题。1)下载SharpZipLib.dll,在http://www.icsharpcode.net/OpenSource /SharpZipLib/Download.aspx中有最新免费版本,“Assembliesfor.NET1.1,.NET2.0,.NETC... 阅读全文
posted @ 2014-04-17 23:56 如.若 阅读(570) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Data;using System.Configuration;using System.Linq;using System.Web;using System.IO;using System.Collections;using System.Col... 阅读全文
posted @ 2014-04-17 23:52 如.若 阅读(978) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Data.OleDb;using System.Data;using System.Configuration;... 阅读全文
posted @ 2014-04-17 23:49 如.若 阅读(455) 评论(0) 推荐(0) 编辑
摘要: 我们在做程序的时候有事后会涉及到利用sql文件 直接执行,可是在sql文件中有很多注释,我们要一句一句的执行首先必须的得把sql文件解析去除其中的注释,还有把每一句sql语句取出来,然后再利用各个平台中的数据库相关执行它。接下来放代码!java版本的package com.zz;import jav... 阅读全文
posted @ 2014-04-17 23:45 如.若 阅读(665) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Data;using System.Text;using System.Collections.Generic;using System.Reflection;using System.Data.Common;using System.Collec... 阅读全文
posted @ 2014-04-17 23:33 如.若 阅读(1468) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Data;using System.Text;using System.Collections.Generic;using System.Reflection;using System.Data.Common;using System.Collec... 阅读全文
posted @ 2014-04-17 23:32 如.若 阅读(1527) 评论(0) 推荐(0) 编辑
摘要: Please Sign up or sign in to vote.请注册或登录投票。Download Binaries 下载二进制文件Download source 下载源代码Introduction介绍Recently I had a need for a calendar control fo... 阅读全文
posted @ 2014-04-17 23:30 如.若 阅读(822) 评论(0) 推荐(0) 编辑
摘要: 一:新建一个包含经纬度、时间转换的类optaDataConvertpublic class optaDataConvert { /// /// 时间转换 /// /// /// pu... 阅读全文
posted @ 2014-04-17 23:27 如.若 阅读(1664) 评论(0) 推荐(0) 编辑
摘要: **//// /// 图片切割函数 /// /// 原始图片文件 /// 在X轴上的切割数量 /// 在Y轴上的切割数量 /// 质量压缩比 /// 输出文件名,不带后缀 /// 成功返回true,失败则返回false public stat... 阅读全文
posted @ 2014-04-17 23:09 如.若 阅读(354) 评论(0) 推荐(0) 编辑