上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 29 下一页
摘要: SELECT * FROM sys_menu where parent_id='2' and (id=13 or id=2) SELECT * from sys_role_menu where role_id=1 and menu_id not in( 13,2,14,17,20,30,4,3,56 阅读全文
posted @ 2020-03-20 22:40 hoge 阅读(190) 评论(0) 推荐(0) 编辑
摘要: mysql uuid SELECT LB_MATLISTS_20200120.* from LB_MATLISTS_20200120 GROUP BY matCode // 这样写会重复 select replace(uuid(),"-","") as uuid; insert into scm_m 阅读全文
posted @ 2020-03-20 10:30 hoge 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 1、项目配置: 2、 3、 clean package --settings /usr/local/maven/conf/settings.xml -Dmaven.test.skip=true 4、 echo "transfer success" && sh /usr/local/sshdata/d 阅读全文
posted @ 2020-03-11 12:22 hoge 阅读(192) 评论(0) 推荐(0) 编辑
摘要: [root@lml7uattest1 ~]# git --version git version 1.8.3.1 [root@lml7uattest1 ~]# ls -al ~/.ssh ls: 无法访问/root/.ssh: 没有那个文件或目录 [root@lml7uattest1 ~]# mkd 阅读全文
posted @ 2020-03-08 18:04 hoge 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 重新修订 837 docker search nexus 838 docker pull sonatype/nexus3 839 mkdir /opt/nexus-data && chmod -R 777 /opt/nexus-data 840 cd /opt/nexus-data 841 ls 8 阅读全文
posted @ 2020-03-08 00:08 hoge 阅读(358) 评论(0) 推荐(0) 编辑
摘要: 1、解决iterm连接阿里云session时间短的问题 解决办法: 配置客户端: /etc/ssh/ssh_config 文件中添加如下内容: ServerAliveInterval 60 配置服务器: /etc/ssh/sshd_config 文件中添加如下内容: ClientAliveInter 阅读全文
posted @ 2020-03-06 10:46 hoge 阅读(480) 评论(0) 推荐(0) 编辑
摘要: sudo /opt/zbox/zbox -ap 8090 -mp 3307 cd /opt/zbox && sudo ./zbox start 阅读全文
posted @ 2020-03-05 18:13 hoge 阅读(908) 评论(0) 推荐(0) 编辑
摘要: (1)/usr/lib/jenkins/:jenkins安装目录,WAR包会放在这里。 ( 2 ) /etc/sysconfig/jenkins:jenkins配置文件,“端口”,“JENKINS_HOME”等都可以在这里配置。(3)/var/lib/jenkins/:默认的JENKINS_HOME 阅读全文
posted @ 2020-03-05 14:04 hoge 阅读(1235) 评论(0) 推荐(1) 编辑
摘要: wget http://mirrors.hust.edu.cn/apache/maven/maven-3/3.5.4/binaries/apache-maven-3.5.4-bin.tar.gz tar zxvf apache-maven-3.5.4-bin.tar.gz mv apache-mav 阅读全文
posted @ 2020-03-05 13:56 hoge 阅读(262) 评论(0) 推荐(0) 编辑
摘要: Exists 效率应该比in 高一些 SELECT DictItemID,DictSortCode,DictSortId,DictItemName,DictItemSName from scm_dict where EXISTS( SELECT DictSortCode FROM scm_dict_ 阅读全文
posted @ 2020-03-04 20:30 hoge 阅读(121) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 29 下一页