1.redis数据库的下载 1.1打开浏览器,访问redist官网https://redis.io/download 1.2如图所示:点击windows目录下的learn morn进入github下载界面 1.3如下图所示:点击clone or download下载源码压缩包 2.redis的安装及 ...
分类:
数据库 时间:
2017-04-24 21:09:19
阅读次数:
342
最近遇到的关于微软的两个坑:1) 我从 msdn 下载了 windows server 2016 standard 的评估版,在 vmware 里创建虚拟机安装被提示需要输入评估版的 key,按 msdn 下载评估版提示,微软应该会发一封邮件给我指导我评估版的安装但我并未收到此邮件,在微软网站上无法 ...
分类:
其他好文 时间:
2017-03-27 15:27:55
阅读次数:
137
Introduction R is a popular open source programming language that specializes in statistical computing and graphics. It is widely used by statistician ...
分类:
系统相关 时间:
2017-03-13 15:00:08
阅读次数:
172
1、安装时报0x80070490 找不到元素 这里应该是vs只装了web没有装c++ 下载一个 VC_redist.x64.exe 安装就行了 https://github.com/dotnet/core/issues/271 2、No executable found matching comma ...
分类:
Web程序 时间:
2017-01-13 15:48:12
阅读次数:
335
部署: 1、安装vc_redist.x64vc_redist.x64 2、安装DotNetCore.1.0.0.RC2-WindowsHosting 3、安装DotNetCore.1.0.0-SDK.Preview2-x64 4、控制台命令执行:dotnet -version,确认是否执行成功。成功... ...
分类:
Web程序 时间:
2016-12-13 16:17:56
阅读次数:
174
今天做RedisTemplate的测试,在Spring boot 中自动注入RedisTemplate,测试报错。 报错: Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifyin ...
分类:
其他好文 时间:
2016-12-11 15:38:12
阅读次数:
761
使用npm install 包,是见比较头疼的事情,比较慢,很难等,经过探索,还是发现有办法加速的,方法有两个,让我一一道来: 1. 在npm 后添加参数 --registry=... 指定镜像源地址 2.第二个方法我比较喜欢,就是直接使用 cpm ,不用npm了,集体步骤如下 cmp (GNU d ...
分类:
其他好文 时间:
2016-12-10 16:13:08
阅读次数:
198
PIGS Description Mirko works on a pig farm that consists of M locked pig-houses and Mirko can't unlock any pighouse because he doesn't have the keys. ...
分类:
其他好文 时间:
2016-11-17 15:55:20
阅读次数:
199
1.是谁决定了走redis缓存?当然是mybatis啊 mybatis里默认实现数据的增删改查功能,这里要用到缓存啊 而且是mybatis这种orm框架采用缓存机制的,mybatis默认都有两层缓存了!所以,你只需在mybatis中配置redis即可,mybtis之后就会自动走redist。 2.你 ...
分类:
其他好文 时间:
2016-11-13 07:35:13
阅读次数:
153
Since you don't want to tell what minimal version of Visual C++ redistributable package you require, here you have the code sample from which you can ...
分类:
其他好文 时间:
2016-11-08 16:59:47
阅读次数:
462