04 2015 档案

摘要:Show WERhttps://social.msdn.microsoft.com/Forums/vstudio/en-US/d9bca249-aa7e-43fe-9d1f-eb45d19db344/showing-dmp-file-information-in-my-application?for... 阅读全文
posted @ 2015-04-26 17:39 Youjun 阅读(180) 评论(0) 推荐(0)
摘要:实例的功能是把一个图片加到html的img tag中。You can encode the image in base64. For exampleHere is a full example of how you can accomplish this:using System;using Sys... 阅读全文
posted @ 2015-04-14 15:50 Youjun 阅读(506) 评论(0) 推荐(0)
摘要:新建一个Trigger, 当使用update语句更新时,即使不更新Age字段,Age也会自动变为当前时间。CREATE TRIGGER tgr_modstampON ssAFTER UPDATE AS UPDATE ss SET Age = GETDATE() WHERE ID IN (SEL... 阅读全文
posted @ 2015-04-14 15:11 Youjun 阅读(177) 评论(0) 推荐(0)
摘要:首先是这个公共的类:globalKeyboardHook.csusing System;using System.Collections.Generic;using System.Text;using System.Runtime.InteropServices;using System.Windo... 阅读全文
posted @ 2015-04-13 15:22 Youjun 阅读(256) 评论(0) 推荐(1)
摘要:Option Strict OnImports System.Net.Mail ' Add ref Assemblies, Framework, System.Net' Link for getting email settings. Search for other mail server set... 阅读全文
posted @ 2015-04-02 15:33 Youjun 阅读(375) 评论(0) 推荐(0)