上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 65 下一页
摘要: For example, I want to install EP prj template: AxWebProject.zip Copy AxWebProject.zip zip file into this folder C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ProjectTemplates... 阅读全文
posted @ 2016-08-19 12:05 94cool 阅读(1662) 评论(0) 推荐(1)
摘要: using System; using System.Linq; using System.Reflection; using System.Runtime.Loader; using Microsoft.Extensions.DependencyModel; namespace AssemblyLoadingDynamic { public class Program { ... 阅读全文
posted @ 2016-08-17 11:27 94cool 阅读(327) 评论(0) 推荐(0)
摘要: 在Package Manager Console中执行 A:新建数据库: 1、Add-Migration init[名称](为挂起的Model变化添加迁移脚本) 2、Update-Database(将挂起的迁移更新到数据库) ************************************* 阅读全文
posted @ 2016-08-17 09:39 94cool 阅读(270) 评论(0) 推荐(0)
摘要: 由于修改计算机名称或不同电脑上操作忘记签入,则需要强制签入文件 具体步骤如下: 1.在命令行中输入"cd C:\Program Files\Microsoft Visual Studio 14.0\Common7\IDE"(tf程序在文件夹),进入tf程序所在目录。 2.查找那个人所用到的works 阅读全文
posted @ 2016-08-16 17:13 94cool 阅读(873) 评论(0) 推荐(0)
摘要: 此文将展示ONS C++ Windows SDK 整个调试过程,笔者直接使用sdk包中的example消息发送示例代码,开发环境为win7, 64位,Visual Studio Professional 2013(版本 12.0.21005.1 REL)。 下载最新sdk包(文中使用代码为2015年10月14号发布),并解压(本地保存目录为D:\Doc\ONS\C++\aliyun-ons-cl... 阅读全文
posted @ 2016-08-15 11:43 94cool 阅读(2030) 评论(0) 推荐(0)
摘要: from:http://m.blog.csdn.net/article/details?id=51075023 在VS2015中先创建C#项目,然后再创建要编写的动态库DLL项目,这样做的好处是整个解决方案的编程环境是C#模式,这样就可以有很多智能的提示或快捷的编程方式在整个解决方案中都可以使用。 一:创建C#控制台应用程序:用于调用C++编写的DLL (1)启动VS2015》文件》新建》项... 阅读全文
posted @ 2016-08-15 11:40 94cool 阅读(28026) 评论(2) 推荐(0)
摘要: .Net Core 控制台程序错误:Can not find runtime target for framework '.NETCoreApp,Version=v1.0' compatible with one of the target runtimes: 'win10-x64, win81-x 阅读全文
posted @ 2016-08-11 15:07 94cool 阅读(1940) 评论(0) 推荐(0)
摘要: window10 安装出现the error code is 2503错误的解决方法: 设置 C:\WINDOWS\TEMP的权限 阅读全文
posted @ 2016-08-10 21:36 94cool 阅读(11330) 评论(2) 推荐(0)
摘要: 修改linux的最大文件句柄数限制 对于一般的应用来说(象Apache、系统进程)1024完全足够使用。但是如何象squid、mysql、java等单进程处理大量请求的应用来说就有点捉襟见肘了。如果单个进程打开的文件句柄数量超过了系统定义的值,就会提到“too many files open”的错误 阅读全文
posted @ 2016-08-09 08:29 94cool 阅读(4407) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Diagnostics;using System.IO;using System.Linq;using System.Net.Http;using System.Net.Http.H 阅读全文
posted @ 2016-08-08 08:47 94cool 阅读(3983) 评论(1) 推荐(1)
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 65 下一页