摘要:
using System;using System.Diagnostics;namespace ConsoleApplication1{ class Program { static void Main(string[] args) { ... 阅读全文
摘要:
在启动IIS服务的时候出现错误:无法启动计算机"."上的服务w3svc解决方法:/*修复错误运行命令提示符 fsutil resourcesetautoreset true c:\*/打开运行输入 services.msc启动Windows Process ActivationService服务再启... 阅读全文
摘要:
地址:链接:http://pan.baidu.com/s/1jGlMyEi 密码:zaeghttp://blog.csdn.net/lhx527099095/article/category/943002http://blog.csdn.net/mane_yao/article/details/55... 阅读全文
摘要:
1、需要添加应用System.Drawing.dll2.命名空间using System.IO;using System.Drawing;using System.Drawing.Imaging;3、方法一**//// /// 生成缩略图 /// ///... 阅读全文
摘要:
1、xaml 中实现 这里是toolTip! 2、c#语言中实现string tip = "这里是toolTip!";toolTip.SetValue(ToolTipService.ToolTipProperty, tip... 阅读全文
摘要:
1、由于扩展配置问题而无法提供您请求的页面。如果该页面是脚本,请添加处理程序。如果应下载文件,请添加 MIME 映射。我是通过安装图中的FramWork3.5.1搞定的。网上的其他参考:http://blog.csdn.net/jumtre/article/details/38398355http:... 阅读全文
摘要:
bing地图sdk: https://msdn.microsoft.com/en-us/library/ff428643.aspx引用dll:https://www.microsoft.com/en-us/download/details.aspx?id=2949 (安装软件)简单入门:http:/... 阅读全文
摘要:
c#进程间通信(IPC, Inter-Process Communication)接收端:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.... 阅读全文
摘要:
http://weblogs.asp.net/gunnarpeipman/getting-mysql-work-with-entity-framework-4-0http://dev.mysql.com/downloads/file.php?id=395665 阅读全文