随笔分类 -  javaee学习

包含jsp,servlet,freemarker,dubbo,zookeeper,mybatis,elasticsearch
java当中常见的异常处理
摘要:https://www.cnblogs.com/zxfei/p/11182730.html https://blog.csdn.net/MacWx/article/details/90204111 阅读全文

posted @ 2020-03-23 19:36 The羿 阅读(109) 评论(0) 推荐(0)

redis的常见面试题
摘要:参见大佬博客:https://www.cnblogs.com/Survivalist/p/8119891.html https://blog.csdn.net/Butterfly_resting/article/details/89668661?depth_1-utm_source=distribu 阅读全文

posted @ 2020-03-19 21:13 The羿 阅读(120) 评论(0) 推荐(0)

java当中常见的锁
摘要:博客地址:ttps://blog.csdn.net/qq_15416647/article/details/99733736 阅读全文

posted @ 2020-03-19 16:52 The羿 阅读(69) 评论(0) 推荐(0)

读写分离组件mycat使用
摘要:参见大佬博客:https://www.cnblogs.com/atcloud/p/10789850.html 阅读全文

posted @ 2020-03-18 22:32 The羿 阅读(127) 评论(0) 推荐(0)

java当中的session与cookie的区别
摘要:区别: 1、数据存放位置不同: cookie数据存放在客户的浏览器上,session数据放在服务器上。 2、安全程度不同: cookie不是很安全,别人可以分析存放在本地的COOKIE并进行COOKIE欺骗,考虑到安全应当使用session。 3、性能使用程度不同: session会在一定时间内保存 阅读全文

posted @ 2020-03-17 10:55 The羿 阅读(1325) 评论(0) 推荐(0)

bootstarp与ueditor冲突
摘要:https://blog.csdn.net/qq_34984929/article/details/80453841 阅读全文

posted @ 2020-02-26 23:38 The羿 阅读(96) 评论(0) 推荐(0)

Linux中ctrl+z 、ctrl+c、 ctrl+d区别
摘要:参见:https://www.cnblogs.com/kelamoyujuzhen/p/10269818.html 阅读全文

posted @ 2019-06-25 10:58 The羿 阅读(257) 评论(0) 推荐(0)

linux文件与用户权限的设置
摘要:root用户转到其它用户组: chgrp -R video uesserver/ 将文件权限转到同组的其它用户: chown -R uesserver uesserver 参见:http://blog.itpub.net/31551496/viewspace-2213381/ (注意有错误,以上面我 阅读全文

posted @ 2019-06-25 10:53 The羿 阅读(203) 评论(0) 推荐(0)

查找jdk的安装目录
摘要:参见:https://www.cnblogs.com/imyalost/p/8745137.html 阅读全文

posted @ 2019-06-24 20:21 The羿 阅读(678) 评论(0) 推荐(0)

linux上修改防火墙操作
摘要:参见:https://blog.csdn.net/zzzgd_666/article/details/83153737 https://www.cnblogs.com/justuntil/p/8059140.html https://baijiahao.baidu.com/s?id=16107519 阅读全文

posted @ 2019-06-24 20:14 The羿 阅读(284) 评论(0) 推荐(0)

linux上打包与压缩操作
摘要:参见:https://www.cnblogs.com/ysocean/p/7746786.html 阅读全文

posted @ 2019-06-24 19:35 The羿 阅读(149) 评论(0) 推荐(0)

安装hive操作参考视频
摘要:参见:https://www.bilibili.com/video/av32147755?from=search&seid=13754313732275013387 阅读全文

posted @ 2019-06-24 16:12 The羿 阅读(178) 评论(0) 推荐(0)

linux上设置环境变量每次需要source /etc/profile问题处理
摘要:参见:https://segmentfault.com/q/1010000005981201 https://www.cnblogs.com/senlinyang/p/9431855.html 阅读全文

posted @ 2019-06-24 14:36 The羿 阅读(4807) 评论(0) 推荐(0)

sqoop导入数据常见问题解决方法
摘要:ERROR Could not register mbeans java.security.AccessControlException: access denied ... https://blog.csdn.net/weixin_39445556/article/details/80802459 阅读全文

posted @ 2019-06-23 00:26 The羿 阅读(1338) 评论(0) 推荐(0)

hive常见的插入数据操作
摘要:https://www.cnblogs.com/one--way/p/7550795.html https://blog.csdn.net/qq_24309787/article/details/82690198 https://blog.csdn.net/qq_33689414/article/d 阅读全文

posted @ 2019-06-22 21:34 The羿 阅读(971) 评论(0) 推荐(0)

hadoop安装出现的常见问题
摘要:参见大佬:https://blog.csdn.net/feilong2483/article/details/69390387 阅读全文

posted @ 2019-06-22 18:36 The羿 阅读(284) 评论(0) 推荐(0)

web.xml中配置的过滤器执行顺序
摘要:参见大佬博客:https://www.cnblogs.com/HigginCui/p/5772514.html 阅读全文

posted @ 2019-06-19 17:10 The羿 阅读(777) 评论(0) 推荐(0)

session的各种继承关系
摘要:session图 阅读全文

posted @ 2019-06-18 13:22 The羿 阅读(251) 评论(0) 推荐(0)

java方法中获取调用此方法的类方法的信息
摘要:https://blog.csdn.net/chenli910226/article/details/78910572 阅读全文

posted @ 2019-06-16 12:39 The羿 阅读(587) 评论(0) 推荐(0)

windows server使用之无法使用传输文件
摘要:参见:https://www.cnblogs.com/qk2014/p/7217577.html 阅读全文

posted @ 2019-05-16 14:13 The羿 阅读(550) 评论(0) 推荐(0)

导航