摘要:
我们在做程序的时候有事后会涉及到利用sql文件 直接执行,可是在sql文件中有很多注释,我们要一句一句的执行首先必须的得把sql文件解析去除其中的注释,还有把每一句sql语句取出来,然后再利用各个平台中的数据库相关执行它。接下来放代码!java版本的package com.zz;import jav... 阅读全文
摘要:
using System;using System.Data;using System.Text;using System.Collections.Generic;using System.Reflection;using System.Data.Common;using System.Collec... 阅读全文
摘要:
using System;using System.Data;using System.Text;using System.Collections.Generic;using System.Reflection;using System.Data.Common;using System.Collec... 阅读全文
摘要:
Please Sign up or sign in to vote.请注册或登录投票。Download Binaries 下载二进制文件Download source 下载源代码Introduction介绍Recently I had a need for a calendar control fo... 阅读全文
摘要:
一:新建一个包含经纬度、时间转换的类optaDataConvertpublic class optaDataConvert { /// /// 时间转换 /// /// /// pu... 阅读全文
摘要:
**//// /// 图片切割函数 /// /// 原始图片文件 /// 在X轴上的切割数量 /// 在Y轴上的切割数量 /// 质量压缩比 /// 输出文件名,不带后缀 /// 成功返回true,失败则返回false public stat... 阅读全文