摘要: 我使用的是weboffice <object id="WebOffice1" width="100%" style="left: 0px; top: 0px; height: 640px;" classid="clsid:E77E049B-23FC-4DB8-B756-60529A35FAD5" viewastext codebase="weboffice_v6.0.4.4.cab#version=6,0,4,4"> <param name="_ExtentX&quo 阅读全文
posted @ 2011-10-19 10:15 晨冬之雪 阅读(1300) 评论(0) 推荐(0)
摘要: --上移存储过程create proc sp_sort@id intasdeclare @SortID int --排序位置declare @TempSortID int --临时排序位置declare @TempID int --临时编号begin transactionselect @SortID=SortID from [User] where [ID]=@ID --找出想修改顺序的用户的当前当前排序select @TempSortID=MIN(SortID) from [User] where SortID>@SortID --找出需要修改顺序的上一级顺序的顺序编号select 阅读全文
posted @ 2011-09-26 11:00 晨冬之雪 阅读(187) 评论(0) 推荐(0)
摘要: /// <summary> /// 对视频进行图片截取 /// </summary> /// <param name="fileName">需要截取图片的视频路径</param> /// <param name="imgFile">截取图片后保存的图片路径</param> public static void catchImg(string fileName, string imgFile) { //获取截图工具路径 string ffmpeg = ConfigurationMana 阅读全文
posted @ 2011-07-24 10:49 晨冬之雪 阅读(808) 评论(1) 推荐(1)
摘要: WeatherWebServiceSoap w = new WeatherWebServiceSoapClient("WeatherWebServiceSoap"); protected void Page_Load(object sender, EventArgs e) { BindPro(); // BindCity(); } protected void BindPro() { string[] pro = w.getSupportProvince(); for (int i = 0; i <pro.Length; i++) { DropDownList1.It 阅读全文
posted @ 2011-07-09 21:32 晨冬之雪 阅读(1349) 评论(0) 推荐(0)
摘要: <script type="text/javascript"> $(function () { $('#ctl00_ContentPlaceHolder1_TextArea1').xheditor({ upLinkUrl: "upload.aspx?immediate=1", upLinkExt: "zip,rar,txt", upImgUrl: "upload.aspx?immediate=1", upImgExt: "jpg,jpeg,gif,png", upFl 阅读全文
posted @ 2011-06-14 21:46 晨冬之雪 阅读(274) 评论(0) 推荐(0)
摘要: <script src="script/jquery-1.6.1.min.js" type="text/javascript"></script> <script type="text/javascript"> var index = 0; $(document).ready(function () { $.post("Default5.aspx", { name: index }, function (msg) { $("tr:gt(0)").remove( 阅读全文
posted @ 2011-06-10 22:07 晨冬之雪 阅读(618) 评论(1) 推荐(0)
摘要: 数据库连接帮助类 阅读全文
posted @ 2011-06-02 20:46 晨冬之雪 阅读(477) 评论(1) 推荐(0)
百度