`
文章列表
问题表asks有个字段attids用来保存问题附件的id,多个附件用“,”隔开,比如有两个附件,附件id分别为8和9,则该字段保存内容为“8,9” 问题maper: <resultMap type="com.ozing.dayi.domains.Ask" id="basicAskRsMapper"> ......省略其他 <association property="attachList" column="attids" select="com.ozing.dayi.per ...

git server配置

    博客分类:
  • git
1、安装git yum install git-core   2、新增git用户,该用户只能ssh连接但是不能登录 sudo adduser -m git vim /etc/passwd git:x:501:501::/home/git:/bin/bash 修改为 git:x:501:501::/home/git:/usr/bin/git-shell   3、创建资源库 git init --bare qa-core.gitchown -R git:git qa-core.git/   4、在/home/git目录下将开发人员的ssh公钥写入到authorized ...

tortoiseGIT ssh方式

    博客分类:
  • git
1、安装git 2、打开git Bash,产生密钥 在git bash命令行窗口敲入cd ~/.ssh 生成公钥和私钥 $ ssh-keygen -t rsa -C "zhaolei@meijinsz.com.cn" Generating public/private rsa key pair. Enter file in which to save the key (/c/Users/zhaolei.MEIJINSZ.000/.ssh/id_rsa): id_rsa_sz 如果你.ssh目录下已经有公钥和私钥了,在这一步可以重新命名一个新的密钥名字 ...
Using Spring Security without using any XML 本文只做简单的翻译,想看原文请移步官网,有问题请留言。   1、配置环境 下载 Spring Tool Suite (STS) 下载并解压Spring Security Distribution,假设解压后的目录为 SPRING_SECURITY_HOME. 2、导入空项目 导入项目(i.e. SPRING_SECURITY_HOME/samples/insecure) 右键点击项目,Run As→Run on Server 在浏览器里访问http://localh ...
<plugin>     <groupId>org.apache.maven.plugins</groupId>     <artifactId>maven-release-plugin</artifactId>     <version>2.5.1</version> </plugin> <scm>     <connection>scm:svn:svn库url</connection>     <developerConnection>scm:sv ...
第一步:配置jetty maven插件 <plugin> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> <version>8.1.16.v20140903</version> <configuration> <scanIntervalSeconds>0</scanInterva ...
使用ThreadPoolTaskExecutor做线程池管理时,在tomcat reload时会将之前线程池中的线程再复制一份。 也就是说如果我定义的线程池容量是10,到我reload时,会出现20个。

zxxzzX

xzXZczxczxc
sadasvcfbdcvbfgbhdfgdfg
Global site tag (gtag.js) - Google Analytics