摘要: 01. Git Source Control Provider 02. Git Extensions 03. mRemote 04. Clover 05. HeidiSQL 06.Burp Suite Free Edition 07. Fiddler 4 08. speed(netsniff pha 阅读全文
posted @ 2017-09-01 10:10 汉城 阅读(127) 评论(0) 推荐(0) 编辑
摘要: var _ZIP = new System.IO.Compression.ZipArchive(Request.Files[0].InputStream); foreach (var element in _ZIP.Entries) { using (System.IO.StreamReader _ddd = new System.IO.StreamReader(element.Ope... 阅读全文
posted @ 2017-08-07 13:09 汉城 阅读(522) 评论(0) 推荐(0) 编辑
摘要: 01. 创建一个 Process Process.FileName ="文件路径及文件名称" Process.Arguments ="\\PC PI地址 -u 用户名 -p 密码 -s CMD指令";//执行命令 Process.CreateNoWindow=true Process.UseShel 阅读全文
posted @ 2017-06-13 14:30 汉城 阅读(813) 评论(0) 推荐(0) 编辑
摘要: 00.C# --> Application.ThreadException --> Application.Run --> Container --> Application.DoEvents(); --> delegate 및 event 1. public delegate void SetGe 阅读全文
posted @ 2017-05-24 13:32 汉城 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 1.GridView AutoGenerateColums =false; DataSource DataBind 2.BoundField DataField HeaderText ItemStyle.HorizontalAlign Visible 3.StringWriter sw =new S 阅读全文
posted @ 2017-05-11 12:38 汉城 阅读(278) 评论(0) 推荐(0) 编辑
摘要: Response.AppendHeader("Access-Control-Allow-Origin", "*")Response.AppendHeader("Content-type", "application/json") 阅读全文
posted @ 2017-04-12 14:51 汉城 阅读(477) 评论(0) 推荐(0) 编辑
摘要: --> FileSystemWatcher--> EventWaitHandle / AutoResetEvent / ManualResetEvent--> Mutex--> lock--> Stopwatch--> HttpRuntime.Cache--> ServiceHostConnecto 阅读全文
posted @ 2017-04-10 10:37 汉城 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 0. 确认 设置IIS的“ISAPI和CGI限制”中的“ASP.NET v4.0.0.30319”为允许 1. 解决方案 <system.webServer> <modules runAllManagedModulesForAllRequests="true" /> </system.webServ 阅读全文
posted @ 2017-03-17 08:33 汉城 阅读(1394) 评论(0) 推荐(0) 编辑
摘要: 解决方案(伪代码):(http://www.cnblogs.com/see7di/archive/2011/09/08/2239653.html)jQuery( “*”, obj).add([obj]).each(function(){jQuery.event.remove(this);jQuery 阅读全文
posted @ 2017-03-15 16:39 汉城 阅读(1553) 评论(0) 推荐(0) 编辑
摘要: ExceptionInfo info = new ExceptionInfo(); info.Success = false; info.Message = filterContext.Exception.Message.ToString(); info.Data = null; //filterC 阅读全文
posted @ 2017-03-15 16:31 汉城 阅读(99) 评论(0) 推荐(0) 编辑
摘要: PerformanceCounter 컴퓨터 성능 머니터링 CUP Processor 메모리 하터웨어 DB (CPU,User Connection,Batch Request,Blocking,SQL Thread Count) CPU : Processor Information,% P 阅读全文
posted @ 2017-03-07 16:37 汉城 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 참고 http://www.cnblogs.com/jackdong/archive/2011/03/30/2000374.html Process ProcessStartInfo StreamWriter writer = null; Stream outStream = Console.Ope 阅读全文
posted @ 2017-02-28 16:05 汉城 阅读(126) 评论(0) 推荐(0) 编辑
摘要: Lightweight Directory Access Protocol OpenLDAP 阅读全文
posted @ 2017-02-06 09:28 汉城 阅读(373) 评论(0) 推荐(0) 编辑
摘要: https://msdn.microsoft.com/ko-kr/library/system.runtime.remoting.messaging.callcontext(v=vs.110).aspx 槽不在其他逻辑线程上调用上下文之间共享。 The slots are not shared ac 阅读全文
posted @ 2017-02-06 08:31 汉城 阅读(696) 评论(0) 推荐(0) 编辑
摘要: NativeExcel 참조 사이트 http://www.nika-soft.com/dwnld.htm IWorkbook book = Factory.CreateWorkbook(); lWorksheet sheet =book.worksheets.add(); sheet.clls[1 阅读全文
posted @ 2017-02-03 13:24 汉城 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 체크박스는 나왔으나 체크가 되지 않는다면 다음 코드를 추가한다. http://www.cnblogs.com/surfsky/archive/2008/08/20/1272104.html http://captainyellow.tistory.com/category/Winform 阅读全文
posted @ 2016-03-22 15:41 汉城 阅读(952) 评论(0) 推荐(2) 编辑
摘要: String.prototype.trim=function(){ return this.replace(/(^\s*)|(\s*$)/g, "");} 阅读全文
posted @ 2016-02-09 09:20 汉城 阅读(137) 评论(0) 推荐(0) 编辑
摘要: http://service.epost.go.kr/trace.RetrieveEmsTrace.postal? 参数ems_gubun=R 读&POST_CODE= 编号http://www.sf-express.com/cn/sc/dynamic_functions/waybill/#sear... 阅读全文
posted @ 2015-09-30 10:13 汉城 阅读(549) 评论(0) 推荐(0) 编辑
摘要: namespace MvcApplication1{ public class PageBase : System.Web.Mvc.WebViewPage { public string Msg() { return "테스트 합니다."... 阅读全文
posted @ 2015-09-14 07:49 汉城 阅读(950) 评论(0) 推荐(0) 编辑
摘要: 问题描述:链接真机时候出现的问题解决问题:minSdkVersion 10targetSdkVersion 22修改这两个值 阅读全文
posted @ 2015-07-29 20:02 汉城 阅读(188) 评论(0) 推荐(0) 编辑
摘要: function contentPrint(contentArea) { var initBody = document.body.innerHTML; if ($("div").hasClass("scroll")) { $(".scroll").attr("class"... 阅读全文
posted @ 2015-07-14 12:36 汉城 阅读(291) 评论(0) 推荐(0) 编辑
摘要: [AttributeUsage(AttributeTargets.Method | AttributeTargets.Class, Inherited = true, AllowMultiple = false)]public class RequireSslAttribute :FilterAtt... 阅读全文
posted @ 2015-07-13 13:24 汉城 阅读(156) 评论(0) 推荐(0) 编辑
摘要: http://www.dotblogs.com.tw/toysboy21/archive/2014/03/24/144505.aspx https://www.youtube.com/watch?v=f9ih_M7PC10 阅读全文
posted @ 2015-07-06 10:33 汉城 阅读(491) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/xugang/archive/2011/04/09/2010216.html 阅读全文
posted @ 2014-07-31 07:56 汉城 阅读(172) 评论(0) 推荐(0) 编辑
摘要: //这只单元格数据颜色if( (int)getattr("caption") > 100) setattr("bgcolor", "$0,0,255");else if ((int)getattr("caption") < 100) setattr("bgcolor", "$255,0,0");el... 阅读全文
posted @ 2014-07-29 10:10 汉城 阅读(319) 评论(0) 推荐(0) 编辑
摘要: --Monday 먼데이 월요일 星期一--Tuesday 튜트데이 화요일--Wednesday 웬즈데이 수요일--Thursday 서즈데이 목요일 星期四--Friday 프라이데이 금요일 星期五--Saturday ... 阅读全文
posted @ 2014-07-28 18:47 汉城 阅读(198) 评论(0) 推荐(0) 编辑
摘要: [MSSQL] Row Merge, 여러 Row 합치기- 여러개의 Row로 된 데이터를 각 키마다 묶어 하나로 보일때 사용1. 기초자료view plaincopy to clipboardprint?CREATETABLE#TEMP1(CodeINT,VALUEVARCHAR(100)... 阅读全文
posted @ 2014-07-17 13:02 汉城 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 安装包imdiskinst 文件램디스크 사용http://www.ltr-data.se/http://cruciancar.blog.me/150101634586--TEMP 변수TEMP,TMP%USERPROFILE%\AppData\Local\Temp%USERPROFILE%\App... 阅读全文
posted @ 2014-07-11 07:49 汉城 阅读(445) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-07-05 08:15 汉城 阅读(171) 评论(0) 推荐(0) 编辑
摘要: DECLARE@dtdatetimeSET@dt=GETDATE()DECLARE@numberintSET@number=3--1.指定日期该年的第一天或最后一天--A. 年的第一天SELECTCONVERT(char(5),@dt,120)+'1-1'--B. 年的最后一天SELECTCONVE... 阅读全文
posted @ 2014-07-03 08:41 汉城 阅读(345) 评论(0) 推荐(0) 编辑
摘要: //方法1: //引用命名空间 using System.Drawing; 16进制颜色代码转Color类型:ColorTranslator.FromHtml(color); Color类型转16进制颜色代码:ColorTranslator.ToHtml(_color);Color.FromA... 阅读全文
posted @ 2014-07-03 07:35 汉城 阅读(2720) 评论(0) 推荐(0) 编辑
摘要: User-Agent Switcher for Chrome EditThisCookie cornerstone SVN 阅读全文
posted @ 2014-06-24 09:18 汉城 阅读(192) 评论(0) 推荐(0) 编辑
摘要: IEMozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.2; WOW64; Trident/6.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.3072... 阅读全文
posted @ 2014-05-03 22:27 汉城 阅读(377) 评论(0) 推荐(0) 编辑
摘要: 【无刷新上传】要实现文件上传,form必须设置几个属性:1.action:设为要处理数据的页面地址;2.method:设为"post";3.enctype/encoding:必须设为"multipart/form-data",这里要注意的是在ie中用js修改form的enctype属性是没有效果的,只能修改encoding; 阅读全文
posted @ 2014-03-19 18:23 汉城 阅读(2091) 评论(0) 推荐(0) 编辑
摘要: [2014-03-05 10:23:48 - SmartSystem] The connection to adb is down, and a severe error has occured.[2014-03-05 10:23:48 - SmartSystem] You must restart adb and Eclipse.[2014-03-05 10:23:48 - SmartSystem] Please ensure that adb is correctly located at 'C:\Users\ibro1\android-sdks\platform-tools\ad 阅读全文
posted @ 2014-03-05 09:37 汉城 阅读(700) 评论(0) 推荐(0) 编辑
摘要: Html Agility Pack/SgmlReader 解析htmlHtmlDocument htmlDoc = new HtmlDocument();//输出成xml格式htmlDoc.OptionOutputAsXml = true;/ 加载html内容htmlDoc.LoadHtml(@" dafd "); // 将输出结果保存到字符串流中 StringBuilder sbXml = new StringBuilder(); StringWriter sw = new StringWriter(sbXml); ... 阅读全文
posted @ 2014-02-19 10:45 汉城 阅读(373) 评论(0) 推荐(0) 编辑
摘要: 制表符CHAR(9)换行符CHAR(10)回车CHAR(13) 阅读全文
posted @ 2014-02-07 15:14 汉城 阅读(599) 评论(0) 推荐(0) 编辑
摘要: if object_id('[tb]') is not null drop table [tb]gocreate table [tb]([modeid] int,modename varchar(20),parentid int)insert [tb]select 100 ,N'商品管理', 0 union allselect 101 ,N'定单管理', 0 union allselect 102 ,N'用户管理', 0 union allselect 104 ,N'学院广告', 0 union allselect 阅读全文
posted @ 2014-02-03 14:40 汉城 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 网站通过Cookie保存了我们访问网站的信息,在不同的浏览器中修改 Cookie 可以如下操作:Firefox:安装Web Developer插件,装完重启之后会出现一排新的工具栏,点击 Cookies -> Add Cookie… 即可增加/修改一个Cookie了。另 Edit Cookies 插件也可直接修改COOKIEOpera:Opera 可以在 菜单 -> 工具 -> 高级 -> Cookie… 对话框中找到当前的页面的 Cookie 项,选中以后点“编辑…”即可修改。如果修改不成功的话,有可能是因为启用了 Opera Turbo 加速器导致的,可以检查 菜单 阅读全文
posted @ 2013-12-26 10:11 汉城 阅读(36481) 评论(0) 推荐(1) 编辑
摘要: [一篮饭特稀原创,转载请注明出自http://www.cnblogs.com/wanghafan/p/3284481.html]PostLogin :登录,并保存Cookie 1 public static string PostLogin(string postData, string requestUrlString, ref CookieContainer cookie) 2 { 3 ASCIIEncoding encoding = new ASCIIEncoding(); 4 byte[] data = encoding.GetBytes(po... 阅读全文
posted @ 2013-12-23 20:55 汉城 阅读(26680) 评论(0) 推荐(1) 编辑