摘要: 在Wiki上的Http Header介紹https://en.wikipedia.org/wiki/List_of_HTTP_header_fields#General_formatC#:The example of headers implementation.http://msdn.microsoft.com/en-us/library/system.net.webclient.headers.aspxhttp://www.dotnetperls.com/webclient============理論還不是很足夠,找時間認真研究一下!! 阅读全文
posted @ 2013-06-20 15:41 阿練醬 阅读(161) 评论(0) 推荐(0)
摘要: 轉錄文章~~什么是词性标注(POS tagging)Tue, 04/13/2010 - 10:36 — Fuller词性标注也叫词类标注,POS tagging是part-of-speech tagging的缩写。维基百科对POS Tagging的定义:In corpus linguistics,part-of-speech tagging(POS tagging or POST), also calledgrammatical taggingorword-category disambiguation, is the process of marking up the words in a 阅读全文
posted @ 2013-06-18 16:10 阿練醬 阅读(430) 评论(0) 推荐(0)
摘要: http://blog.miniasp.com/post/2009/08/07/Useful-tool-ILMerge.aspx 阅读全文
posted @ 2013-05-22 17:20 阿練醬 阅读(91) 评论(0) 推荐(0)
摘要: http://michaelhsu.tw/2013/05/01/r-and-hadoop-%E5%88%9D%E9%AB%94%E9%A9%97/ 阅读全文
posted @ 2013-05-08 11:48 阿練醬 阅读(127) 评论(0) 推荐(0)
摘要: Server端必须先安装好Excel 2010开启Microsoft管理控制台(执行 - >输入 mmc-32 / mmc-64) //端看是32bit 还是 64bit 的元件档案 - >新增嵌入式管理单元 - >选择“元件服务”主控台根目录 - >元件服务 - >电脑 - >我的电脑 - > DCOM设定请找两个元件:[Microsoft Excel 应用程序]和[Microsoft Excel中预览器]右键点选内容,进到[识别身分]。然后将使用者帐户改成"使用下列使用者(必须有Admin帐号的使用者)"这边要特别注意,使用者部 阅读全文
posted @ 2013-01-14 17:13 阿練醬 阅读(315) 评论(0) 推荐(0)
摘要: http://www.connectionstrings.com/Articles/Show/store-connection-string-in-web-config 阅读全文
posted @ 2013-01-10 18:50 阿練醬 阅读(131) 评论(0) 推荐(0)
摘要: http://www.w3school.com.cn/aspnet/prop_webcontrol_textbox_autopostback.asphttp://imagefish.pixnet.net/blog/post/30846568 阅读全文
posted @ 2013-01-10 18:49 阿練醬 阅读(96) 评论(0) 推荐(0)
摘要: http://www.oschina.net/code/snippet_235523_11244回家研究一下。 阅读全文
posted @ 2013-01-10 18:46 阿練醬 阅读(112) 评论(0) 推荐(0)
摘要: Web.config中將<authentication mode ="Windows"></authentication>程式碼中利用下列代碼抓出使用者名稱1 HttpContext.Current.User.Identity.Name.Substring(HttpContext.Current.User.Identity.Name.IndexOf('\\') + 1)做你想要做的事情~--------------------------------程式碼原理待探討,還有怎麼抓Domain也要研究一下。http://technet.m 阅读全文
posted @ 2013-01-10 11:34 阿練醬 阅读(217) 评论(0) 推荐(0)
摘要: http://stackoverflow.com/questions/5189593/disable-asp-net-button-after-click-to-prevent-double-clicking(UseSubmitBehavior property explain)http://blog.yam.com/weilin98/article/23448455 阅读全文
posted @ 2013-01-09 19:30 阿練醬 阅读(151) 评论(0) 推荐(0)