码迷,mamicode.com
首页 >  
搜索关键字:cor    ( 200个结果
全面了解linux情况常用命令
查看linux服务器CPU详细情况1. 显示CPU个数命令 # cat /proc/cpuinfo | grep "physical id" | sort | uniq | wc -l 1 2. 显示每个物理cpu中core的个数 # cat /proc/cpuinfo |grep "cpu cor ...
分类:系统相关   时间:2016-09-24 17:48:40    阅读次数:413
整理一些.net core中的错误代码
在hosting .net core时,有些错误代码并不容易理解。 作为标记,方便查询,这些错误代码可能不会出现在VS的错误查找工具里,也不会出现在错误代码转字符描述的函数里。 COR_E_AMBIGUOUSMATCH _HRESULT_TYPEDEF_(0x8000211DL) 在ICLRRunt ...
分类:Web程序   时间:2016-09-22 13:19:53    阅读次数:253
iOS 数据持久化
概论 所谓的持久化,就是将数据保存到硬盘中,使得在应用程序或机器重启后可以继续访问之前保存的数据。在iOS开发中,有很多数据持久化的方案,接下来我将尝试着介绍一下5种方案: plist文件(属性列表) Preference(偏好设置) NSKeyedArchiver(归档) SQLite 3 Cor ...
分类:移动开发   时间:2016-09-01 10:34:01    阅读次数:183
POJ 3083 Children of the Candy Corn
Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%lld & %llu Submit Status Practice POJ 3083 Submit Status Practice POJ 3083 Description The cor ...
分类:其他好文   时间:2016-08-28 16:22:07    阅读次数:228
springboot常见应用属性
# # COMMON SPRING BOOT PROPERTIES## This sample file is provided as a guideline. Do NOT copy it in its# entirety to your own application. ^^^# # # COR ...
分类:编程语言   时间:2016-08-10 12:31:12    阅读次数:288
Windows10应用Docker部署DoNet Core
Win10和Mac稳定版的Docker发布了,之前看了下徐磊老师的几篇Docker4Dotnet的文章http://devopshub.cn/2016/07/08/docker4dotnet-1-overview-and-helloworld/,但一直没动手。。懒癌晚期了 准备个DotNet Cor ...
分类:Windows程序   时间:2016-08-04 13:32:25    阅读次数:530
VTK 6.3.0 Qt 5.4 MinGW 4.9.1 Configuration 配置
Download VTK 6.3.0 Download Qt 5.4 with MinGW 4.9.1 Download CMake 3.2.0 I assume you've already installed Qt 5.4 with MinGW 4.9.1 and CMake 3.2.0 cor ...
分类:其他好文   时间:2016-07-23 07:31:07    阅读次数:417
如何计算两个文档的相似度(三)
本文代码全部实现,并附上注释: # -*- coding: cp936 -*- import nltk from nltk.tokenize import word_tokenize from nltk.corpus import stopwords from nltk.stem.lancaster import LancasterStemmer from gensim import cor...
分类:其他好文   时间:2016-07-19 10:39:25    阅读次数:239
win10下iis部署asp.net core rtm
随着ASP.NET Core 1.0 rtm的发布,网上有许多相关.net core 相关文章,今刚好有时间也在win10环境上搭建下 ASP.NET Core的部署环境,把过程记录下给大家。 1. 开发运行环境 1> Visual Studio 2015 Update 3* 2> .NET Cor ...
分类:Windows程序   时间:2016-07-10 23:16:47    阅读次数:229
ssh学习笔记一:
今天开始学习struts,新建了项目,简单的配置了web.xml,pom.xml,struts.xml, pom配置文件添加struts2配置 org.apache.struts struts2-cor...
分类:其他好文   时间:2016-07-04 18:57:28    阅读次数:170
200条   上一页 1 ... 10 11 12 13 14 ... 20 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!