摘要: https://stackoverflow.com/questions/36056475/azure-sql-frequent-connection-timeouts 阅读全文
posted @ 2017-06-09 12:59 ^_^哈哈 阅读(268) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/881515/how-do-i-declare-a-namespace-in-javascript(function( skillet, $, undefined ) { //Private Property var ... 阅读全文
posted @ 2016-01-08 10:24 ^_^哈哈 阅读(162) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.IO;using System.Runtime.InteropServices.WindowsRuntime;using Windows.UI.Xaml;using Windows.... 阅读全文
posted @ 2015-10-19 15:34 ^_^哈哈 阅读(781) 评论(0) 推荐(0) 编辑
摘要: $(function() { $(document).ajaxStop(function() { $(this).unbind("ajaxStop"); //prevent running again when other calls finish LoadContact(); })... 阅读全文
posted @ 2014-08-27 19:33 ^_^哈哈 阅读(3822) 评论(0) 推荐(0) 编辑
摘要: Office 365 Architecture Office 365 Main Site www.office365.com Office 365 Services Overview www.microsoft.com/en-us/office365/online-services.aspx#fbid=EgQ8k2nAtrX Office 365 Tour for Users http://office.microsoft.com/en-us/videos/office-365-a-tour-for-users-HA102657... 阅读全文
posted @ 2014-01-22 14:28 ^_^哈哈 阅读(491) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.IO;using NPOI;using NPOI.SS.UserModel;using NPOI.HSSF.UserModel;using Gnc.Org.Entity;using NPOI.SS.Util;using System.Threading;using System.Globalization;using NPOI.HSSF.Util;using System 阅读全文
posted @ 2013-11-08 16:24 ^_^哈哈 阅读(667) 评论(0) 推荐(0) 编辑
摘要: System.Runtime.InteropServices.COMExceptionRetrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for deletion. (Exception from HRESULT: 0x800703FA 阅读全文
posted @ 2013-10-16 11:05 ^_^哈哈 阅读(670) 评论(0) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2013-10-12 10:03 ^_^哈哈 阅读(5029) 评论(0) 推荐(0) 编辑
摘要: 代码一: javascript:document.body.contentEditable='true';document.designMode='on';void0代码二:javascript:document.body.contentEditable='false';void0功能介绍:第一段代码可以使任何网页进入在线编辑状态,第二段代码退出编辑状态使用方法:先在IE中打开要编辑的网页,然后在该页地址栏上输入第一段代码,就可以编辑该网页了,编辑结束后,在地址栏上输入第二段代码,就可以退出编辑状态了。http://blog.csdn.net/y 阅读全文
posted @ 2013-09-17 17:02 ^_^哈哈 阅读(1667) 评论(0) 推荐(0) 编辑
摘要: /// /// 导出word文件 /// /// 模板路径 /// 导出文件名称 /// pdf文件名称 /// 模板内书签集合 /// 发票条目列表 public static void GenerateWord(string templateFile, string fileNameWord, string fileNamePdf, Dictionary bookmarks, List invoiceline) { Microsoft.Of... 阅读全文
posted @ 2013-09-10 14:20 ^_^哈哈 阅读(2013) 评论(0) 推荐(0) 编辑