Visual Studio Code Beta is available and it supports extensions! I published my first 2 extensions for creating Angular 1 and 2 snippets. You can grab ...
分类:
其他好文 时间:
2016-11-17 19:42:22
阅读次数:
241
chrome http Request Header 修改插件 2013-05-31 11:03:03| 分类: JavaScript | 标签:chrome extensions change http header |举报|字号 订阅 下载LOFTER我的照片书 | chrome http Re ...
分类:
Web程序 时间:
2016-11-13 01:27:40
阅读次数:
923
环境:CentOS6.8x86_64安装opensslopenssl-develcp/etc/pki/tls/openssl.cnfopenssl.cnf修改openssl.cnf[req]distinguished_name=req_distinguished_namereq_extensions=v3_req#取消这行注释#确保req_distinguished_name下没有0.xxx的标签,有的话把0.xxx的0.去掉[req_distingu..
分类:
其他好文 时间:
2016-11-05 15:17:28
阅读次数:
414
ASP.NET Core 源码阅读笔记(1) Microsoft.Extensions.DependencyInjection 在asp .net中使用依赖注入很简单,只需要在Startup类的ConfigureServices(IServiceCollection services)方法中,通过I ...
分类:
Web程序 时间:
2016-10-21 19:10:42
阅读次数:
400
MIME type的缩写为(Multipurpose Internet Mail Extensions)代表互联网媒体类型(Internet media type),MIME使用一个简单的字符串组成,最初是为了标识邮件Email附件的类型,在html文件中可以使用content-type属性表示,描 ...
分类:
Web程序 时间:
2016-10-21 16:21:46
阅读次数:
213
界面: html: @using Abp.Web.Mvc.Extensions @{ ViewBag.CurrentPage = "BasicDatas"; } @section scripts { @Html.IncludeScript("~/Views/Admin/BasicDatas.js") ...
分类:
其他好文 时间:
2016-10-21 10:45:07
阅读次数:
205
stdafx.h说明:stdafx的英文全称为:Standard Application Framework Extensions(标准应用程序框架的扩展)。所谓头文件预编译,就是把一个工程(Project)中使用的一些MFC标准头文件((如Windows.H、Afxwin.H)预先编译,以后该工程 ...
分类:
编程语言 时间:
2016-10-20 21:09:18
阅读次数:
177
操作环境:Windows 8.1 IIS8.5 VS2008 解决方法: 把应用程序池的.Net CLR 版本从4.0修改为2.0即可。如下图所示: ...
分类:
Web程序 时间:
2016-10-20 19:23:52
阅读次数:
267
分类(Category) 分类能够做到的事情主要是:即使在你不知道一个类的源码情况下,向这个类添加扩展的方法。 此外,分类能够保证你的实现类和其他的文件区分开。 1 #import “UIViewController.h” 2 @interface UIViewController(CustomVi ...
分类:
移动开发 时间:
2016-10-20 19:21:22
阅读次数:
203
ReactiveX是Reactive Extensions的缩写,一般简写为Rx,最初是LINQ的一个扩展,由微软的架构师Erik Meijer领导的团队开发,在2012年11月开源,Rx是一个编程模型,目标是提供一致的编程接口,帮助开发者更方便的处理异步数据流,Rx库支持.NET、JavaScri ...
分类:
其他好文 时间:
2016-10-19 13:46:39
阅读次数:
203