- 浏览: 9086 次
- 性别:
- 来自: 杭州
最新评论
文章列表
http://docs.spring.io/spring-session/docs/current/reference/html5/#samples
http://www.cnphp6.com/archives/111318
前提
intellij idea 14 ultimate
linux
jdk 1.8
tomcat 7.0.x
1. 配置Intellij IDEA
添加配置,选择tomcat Server->Remote
选择startup/connection标签->debug,注意到里面的配置,将其添加到tomcat的启动配置里面
在push到github上面的时候,提示需要输入用户名和密码,所以不是挺方便,在google上搜索后,发现了git的help,help,只需要4步就可以了,如果已经安装了credential-osxkeychain,则只需要一步就好了。
在终端中查看是否安装了credential-osxkeychain
git credential-osxkeychain
# Test for the cred helper
# Usage: git credential-osxkeychain <get|store|erase>
如果credential-osx ...
MyBatis代码自动生成
- 博客分类:
- MyBatis
一、maven工程
1、pom文件里添加generator插件配置
<plugins>
<plugin>
<groupId>org.mybatis.generator</groupId>
<artifactId>mybatis-generator-maven-plugin</artifactId>
<version>1.3.2</version>
<configuration>
...
redis基础-windows
- 博客分类:
- Redis
Win64版的Redis由微软团队(MSOpenTech)开发,其源代码托管Github账号这里。目前,MSOpenTech给出的最新版本里已经不再支持Win32 Redis。
Redis下载,地址:https://github.com/MSOpenTech/redis/releases,例如下载Redis-x64-2.8.2104.zi ...
问题:mac操作系统下,使用IntelliJ IDEA配置并运行Tomcat报 xxx error=13, Permission denied(提示指权限不足)
方法:打开终端,进入安装的tomcat\bin目录,执行chmod 777 *.sh 授权