码迷,mamicode.com
首页 >  
搜索关键字:extensions    ( 1030个结果
EF6.0批量插入
EF6.0批量插入有多种方式,可以使用EntityFramework.Extensions,提供的有BulkInsert。 批量更新: ...
分类:其他好文   时间:2016-12-13 16:05:14    阅读次数:196
macOS apps
ActivityTimer extensions/users/cuthead/library/application support/google/chrome/default/extensions/users/cuthead/library/safari/extensions/ dota2stea ...
分类:移动开发   时间:2016-12-06 09:40:07    阅读次数:204
OpenSSL生成v3证书方法及配置文件
场景:业务需要生成v3版的证书,而一般使用OpenSSL生成证书时都是v1版的,不带扩展属性。方法:在使用CA证书进行签署证书时加入-exfile和-extensions选项,具体命令如下:>opensslx509-req-days365-sha256-extfileopenssl.cnf-extensionsv3_req-inserver.csr-signkeyserver...
分类:其他好文   时间:2016-12-05 23:55:35    阅读次数:236
MongoDB - Introduction to MongoDB, MongoDB Extended JSON
JSON can only represent a subset of the types supported by BSON. To preserve type information, MongoDB adds the following extensions to the JSON forma ...
分类:数据库   时间:2016-11-30 22:05:47    阅读次数:293
转:MIME(Multipurpose Internet Mail Extensions)类型
MIME(Multipurpose Internet Mail Extensions)多用途互联网邮件扩展类型。是设定某种扩展名的文件用一种应用程序来打开的方式类型,当该扩展名文件被访问的时候,浏览器会自动使用指定应用程序来打开。多用于指定一些客户端自定义的文件名,以及一些媒体文件打开方式。 它是一 ...
分类:Web程序   时间:2016-11-30 11:27:41    阅读次数:301
dotnet Core 学习(二):Configuration
程序开发过程中,配置文件是必不可少的,之前.net 开发读取配置文件都会先引用System.Configuration类库,在.net Core开发中可以通过引用Microsoft.Extensions.Configuration实现这些功能,不但可以方便的读取之前类似Web.config/App. ...
分类:Web程序   时间:2016-11-27 08:00:09    阅读次数:289
Asp.net Core中使用NLog,并封装成公共的日志方法
1、安装NLog "NLog.Extensions.Logging": "1.0.0-rtm-alpha4" 2、配置NLog 3、nlog.config NLog的异常等级:Trace -》Debug-》 Information -》Warning-》 Error-》 Critical 注意配置文 ...
分类:Web程序   时间:2016-11-26 23:21:12    阅读次数:737
安装 pywin32-218.win32-py2.7.exe 报错python version 2.7 required,which was not found in the registry解决方案
随便在一个盘下 新建register.py的文件,内容如下: # # script to register Python 2.0 or later for use with win32all # and other extensions that require Python registry se ...
分类:编程语言   时间:2016-11-25 20:25:07    阅读次数:448
谷歌浏览器常用插件
在前端这个行业里面,浏览器担任着及其重要的角色。今天我们可以选择的浏览器有很多,Chrome,Firefox,IE,Safari… 为了能获得更佳的开发体验,大家更多地选择 Chrome。今天介绍下我平时安装的那些 Chrome Extensions。 Chrome Extensions OneTa ...
分类:其他好文   时间:2016-11-25 12:19:33    阅读次数:293
rxjava-android 官方介绍
RxAndroid: Reactive Extensions for AndroidAndroid specific bindings for RxJava.This module adds the minimum最小量的 classes to RxJava that make writing re... ...
分类:移动开发   时间:2016-11-19 02:08:50    阅读次数:281
1030条   上一页 1 ... 53 54 55 56 57 ... 103 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!