会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
shichangle
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
11
下一页
2020年5月23日
shiro
摘要: shiro: 1、介绍 Apache Shiro是一个强大且易用的Java安全框架,执行身份验证、授权、密码和会话管理。 2、组成 shiro包含三个核心组件:Subject,SecurityManager,Realms其中:subject:主体,可以是用户也可以是程序,主体要访问系统,系统需要对主
阅读全文
posted @ 2020-05-23 11:43 忧伤还是快乐EL
阅读(489)
评论(0)
推荐(0)
2020年5月15日
VMware虚拟机添加新硬盘以及对磁盘进行分区挂载(转载)
摘要: 转载:若侵权请联系,立删(https://blog.csdn.net/qq_34924288/article/details/84304804) 今天在部署环境的时候,碰到必须要挂载一个新分区(xfs格式),期间琢磨了蛮久,便在次小记,用作自己日后的回顾,同时也为有需要的学友们指条道。 用root权
阅读全文
posted @ 2020-05-15 18:27 忧伤还是快乐EL
阅读(1713)
评论(0)
推荐(0)
2020年5月13日
MongoDB查询
摘要: 使用了jongo框架: 连接数据库: 数据库配置类: package cn.com.rivercloud.common; import com.mongodb.MongoClientOptions.Builder; import com.mongodb.MongoCredential; import
阅读全文
posted @ 2020-05-13 18:33 忧伤还是快乐EL
阅读(249)
评论(0)
推荐(0)
mysql 的锁
摘要: 数据库锁:主要用于事务的隔离性。 间隙锁:插入意向锁: mysql的引擎: 事务的隔离性: 脏读:一个事务读取到另一个事务未提交的数据不可重复度:同一事务中,多次读取同一数据返回的结果不同幻读:一个事务读到另一个事务已提交的insert数据 Innodb的锁类型:
阅读全文
posted @ 2020-05-13 10:53 忧伤还是快乐EL
阅读(138)
评论(0)
推荐(0)
2020年5月9日
vsphere虚拟机连网
摘要: cd /etc/sysconfig/network-scripts/ service network restart
阅读全文
posted @ 2020-05-09 16:37 忧伤还是快乐EL
阅读(235)
评论(0)
推荐(0)
centos裸机搭建jenkins,并打包
摘要: 1、安装jdk 一般linux默认装在jdk,可以使用默认或者重新装,这里不再赘述。 2、安装jenkins 1)、别人的 sudo wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.
阅读全文
posted @ 2020-05-09 15:56 忧伤还是快乐EL
阅读(348)
评论(0)
推荐(0)
-bash: /usr/local/bin/node: /lib/ld-linux.so.2: bad ELF interpreter: No such file or director
摘要: 我的问题原因是nodejs与机器不匹配,重新下载一个匹配的就ok了,笑哭
阅读全文
posted @ 2020-05-09 10:46 忧伤还是快乐EL
阅读(652)
评论(0)
推荐(0)
Local package.json exists, but node_modules missing,
摘要: 说明依赖还没添加,执行cnpm install (npm install)命令即可
阅读全文
posted @ 2020-05-09 10:44 忧伤还是快乐EL
阅读(5049)
评论(0)
推荐(0)
2020年4月26日
搭建jenkins
摘要: https://blog.csdn.net/localhost01/article/details/69053901 https://www.jianshu.com/p/082f43fdf006 https://www.cnblogs.com/vyanbin/p/jenkins.html https
阅读全文
posted @ 2020-04-26 13:54 忧伤还是快乐EL
阅读(120)
评论(0)
推荐(0)
2020年4月20日
sh
摘要: 根据端口号查询pid1、查询所有[root@localhost ~]# netstat -nlp | grep 27017tcp 0 0 0.0.0.0:27017 0.0.0.0:* LISTEN 31390/./mongodunix 2 [ ACC ] STREAM LISTENING 3440
阅读全文
posted @ 2020-04-20 16:56 忧伤还是快乐EL
阅读(506)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
11
下一页
公告