上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页
摘要: 3.打开文件视图 4.复制release目录下的文件到Application Folder 5.创建两个快捷方式,一个放到DeskTop,另一个放到Program Menu. 粘贴快捷方式到DeskTop和Program Menu 6.添加卸载功能: 找到C:\Windows\System32\Ms 阅读全文
posted @ 2016-09-25 18:48 麻将我会 阅读(871) 评论(0) 推荐(0) 编辑
摘要: Cross origin requests are only supported for protocol schemes MLHttpRequest cannot load file:///F:/Git/Framework7/dist/about.html. Cross origin reques 阅读全文
posted @ 2016-07-03 10:45 麻将我会 阅读(651) 评论(0) 推荐(0) 编辑
摘要: 什么是Data Annotation ? 貌似没听过,但肯定见过 所属程序集:System.ComponentModel.DataAnnotations DataAnnotation code: 没错,就是给类的属性加上描述性的验证信息, 如何使用这些信息 为我们自己所用呢? 当然是先自己想办法了, 阅读全文
posted @ 2016-06-19 10:36 麻将我会 阅读(2397) 评论(0) 推荐(0) 编辑
摘要: https://wpl.codeplex.com/ Before understanding Anti-Cross Site Scripting Library (AntiXSS), let us understand Cross-Site Scripting(XSS). Cross-site Sc 阅读全文
posted @ 2016-06-13 06:29 麻将我会 阅读(388) 评论(0) 推荐(0) 编辑
摘要: 1 使用visual studio 2015 新建 blank android APP , 2 安卓手机调整到开发者模式 3 通过USB链接到PC 4 自动检测 设备(这一步貌似没有立即检测到真机设备,打开两分钟真机设备才出来), 5 选择你的设备 调试正式开始,之后VS会自动部署你的hello w 阅读全文
posted @ 2016-05-31 23:24 麻将我会 阅读(4367) 评论(0) 推荐(0) 编辑
摘要: 由于之前本机已安装过Android SDK,在安装Visual Studio 2015时跳过了,并没有为Xamarin指定对应路径导致。Visual Studio顶部菜单:Tools > Options > Xamarin > Android Settings指定一下Android SDK目录即可。 阅读全文
posted @ 2016-05-31 22:57 麻将我会 阅读(286) 评论(0) 推荐(0) 编辑
摘要: Google has updated their SDK tools ("Android SDK Tools" Rev. 23) in a way that also requires installing the latest "Android SDK Build-tools" package, 阅读全文
posted @ 2016-05-31 22:47 麻将我会 阅读(737) 评论(0) 推荐(0) 编辑
摘要: Nuget :http://www.nuget.org/packages/Microsoft.AspNet.SignalR/ What is SignalR? ASP.NET SignalR is a library for ASP.NET developers that simplifies th 阅读全文
posted @ 2016-05-29 21:46 麻将我会 阅读(350) 评论(0) 推荐(0) 编辑
摘要: git: https://github.com/MiniProfiler 以前开发Webform的时候可以开启trace来跟踪页面事件,这对于诊断程序的性能是有很大的帮助的,起到事半功倍的作用,今天我就来谈用mvc开发项目的调试和性能监控。EF框架自动给我生成sql语句,当我们的程序遇到性能问题的时 阅读全文
posted @ 2016-05-29 21:37 麻将我会 阅读(2435) 评论(1) 推荐(0) 编辑
摘要: git :https://github.com/JeremySkinner/FluentValidation Example 阅读全文
posted @ 2016-05-29 21:30 麻将我会 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 原文地址 https://blogs.msdn.microsoft.com/henrikn/2012/08/07/httpclient-httpclienthandler-and-webrequesthandler-explained/ In two previous blogs I describ 阅读全文
posted @ 2016-05-15 22:31 麻将我会 阅读(1373) 评论(0) 推荐(0) 编辑
摘要: C#利用HttpWebRequest进行post请求的示例(HTTPS) 阅读全文
posted @ 2016-05-15 22:16 麻将我会 阅读(374) 评论(0) 推荐(0) 编辑
摘要: Types of CQRS By Vladimir Khorikov CQRS is a pretty defined concept. Often, people say that you either follow CQRS or not, meaning that it is some kin 阅读全文
posted @ 2016-05-11 16:56 麻将我会 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 在使用EF的时候,我把EF的EDMX放在单独的一个project中,UI中引用这个project的dll, 运行的时候就是提示No Entity Framework provider found for the ADO.NET provider with invariant 错误, 最后发现在UI项 阅读全文
posted @ 2016-05-07 16:32 麻将我会 阅读(610) 评论(0) 推荐(0) 编辑
摘要: 1.下载并安装Android Studio, 2.下载并安装nodejs 3.通过nodejs来安装cordova(npm install -g cordova ) 4.使用cordova来创建phonegap、cordova项目(输入命令 “cordova create spreader com. 阅读全文
posted @ 2016-03-14 21:19 麻将我会 阅读(200) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页