上一页 1 2 3 4 5 6 ··· 42 下一页
摘要: clone远程代码1. git bash进入 git文件夹2. 从远程直接clone: git clone root@109.110.100.56:/usr/src/git-2.1.2/data/git/swportal.git会在git文件夹下直接生成swportal文件夹3. cd swport 阅读全文
posted @ 2017-01-12 17:27 wujixing909 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 新建本地库 1. cd d: 2. mkdir git 3. cd git 4. git init 5. git remote add origin git@github.com:swportal/swportal.git git remote add linux root@109.110.100. 阅读全文
posted @ 2017-01-12 16:19 wujixing909 阅读(345) 评论(0) 推荐(0) 编辑
摘要: 如下, 到了 <form name="modelForm" action="/portal/defectinfo/toDefectPage?projectname=<%=request.getAttribute("projectname")%>" method="post" theme="simpl 阅读全文
posted @ 2017-01-12 11:50 wujixing909 阅读(721) 评论(0) 推荐(0) 编辑
摘要: LMJ997 23622335@qq.com yjxwly***** LUR472 13821660226@163.com linda**** LFW887 bella**** 阅读全文
posted @ 2017-01-10 19:30 wujixing909 阅读(207) 评论(0) 推荐(0) 编辑
摘要: Linux下安装git插件 1. 下载git网址: https://github.com/git/git/releases 2. 放入usr/src/下 3. tar -zxvf git-*** 4. cd git 5. //yum groupinstall 'Development Tools' 阅读全文
posted @ 2016-12-20 11:14 wujixing909 阅读(236) 评论(0) 推荐(0) 编辑
摘要: Git bash: ***创建本地版本库: $ cd d: $ mkdir git $ cd git $ mkdir test $ git init //初始化本地库 ***创建文件并添加到版本库 1. 用除了记事本以外的文本编辑工具新建readme.txt, 保存成UTF8 without BOM 阅读全文
posted @ 2016-12-16 13:56 wujixing909 阅读(236) 评论(0) 推荐(0) 编辑
摘要: windows proferences java--compiler进入项目--properties java Compiler进入项目--properties Myeclipse project Facets设置java文件的版本为 1.7 阅读全文
posted @ 2016-12-09 17:27 wujixing909 阅读(218) 评论(0) 推荐(0) 编辑
摘要: git config user.email "c.wuliying@samsung.com"git config user.name "swportal" ***创建版本库 init:初始化一个Git仓库mkdir testcd testgit initls-ah ***新增和提交文件git add 阅读全文
posted @ 2016-12-09 17:26 wujixing909 阅读(417) 评论(0) 推荐(0) 编辑
摘要: 1. 获取tomcat, jdk安装文件 mkdir /media/smbdirmount -o username=pas,password=111111 //109.110.100.50/pas /media/smbdir/cd /media/smbdir/cp apache-tomcat-7.0 阅读全文
posted @ 2016-12-07 16:51 wujixing909 阅读(143) 评论(0) 推荐(0) 编辑
摘要: mysql解决方法 vim /etc/my.cnf [client]default-character-set=utf8 [mysqld]default-storage-engine=INNODBcharacter-set-server=utf8collation-server=utf8_gener 阅读全文
posted @ 2016-12-07 14:52 wujixing909 阅读(225) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 42 下一页