随笔分类 -  开发工具安装及使用

摘要:plsql安装等:https://blog.csdn.net/li66934791/article/details/83856225 https://www.cnblogs.com/gaozejie/p/9741186.html sqlplus乱码处理:https://jingyan.baidu.c 阅读全文
posted @ 2019-10-11 23:13 ConfidentLiu 阅读(8485) 评论(0) 推荐(0) 编辑
摘要:转载:https://blog.csdn.net/qq_31634461/article/details/79377256 阅读全文
posted @ 2019-03-17 12:34 ConfidentLiu 阅读(140) 评论(0) 推荐(0) 编辑
摘要:转载:https://jingyan.baidu.com/article/ca41422f0bfd8e1eae99ed31.html 阅读全文
posted @ 2019-03-17 11:29 ConfidentLiu 阅读(2187) 评论(0) 推荐(0) 编辑
摘要:如果你在读这篇文章,说明你跟大多数开发者一样对GIT感兴趣,如果你还没有机会来试一试GIT,我想现在你就要了解它了。 GIT不仅仅是个版本控制系统,它也是个内容管理系统(CMS),工作管理系统等。如果你是一个具有使用SVN背景的人,你需要做一定的思想转换,来适应GIT提供的一些概念和特征。所以,这篇 阅读全文
posted @ 2019-03-12 22:00 ConfidentLiu 阅读(340) 评论(0) 推荐(0) 编辑
摘要:转载:https://www.cnblogs.com/lucio110/p/8192792.html sourcetree跳过注册的方法 当前只有Win的版本,Mac自行百度(笑) 很多人用git命令行不熟练,那么可以尝试使用sourcetree进行操作。 然鹅~~sourcetree又一个比较严肃 阅读全文
posted @ 2019-02-21 10:37 ConfidentLiu 阅读(387) 评论(0) 推荐(0) 编辑
摘要:一:解决方法 转载: https://www.cnblogs.com/xiaobai1226/p/7662392.html 二:解决方法 将tocmat下 bin 》tomcat8w.exe 修改里面后三个选项的值,其实就是修改tomcat的路径和jdk路径问题。 在myeclipse中同时启动了两 阅读全文
posted @ 2018-10-15 17:15 ConfidentLiu 阅读(111) 评论(0) 推荐(0) 编辑
摘要:什么是pom? pom作为项目对象模型。通过xml表示maven项目,使用pom.xml来实现。主要描述了项目:包括配置文件;开发者需要遵循的规则,缺陷管理系统,组织和licenses,项目的url,项目的依赖性,以及其他所有的项目相关因素。 快速察看:<project> <modelVersion 阅读全文
posted @ 2018-08-15 20:08 ConfidentLiu 阅读(178) 评论(0) 推荐(0) 编辑
摘要:转载大神: https://blog.csdn.net/m0_37630602/article/details/69950528 阅读全文
posted @ 2018-08-14 23:39 ConfidentLiu 阅读(211) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/zh2nd/article/details/79068680 转载此博客链接内容,非常感谢博主 本文参考CSDN博主 哈克沃德、的《Tomcat8启动闪退问题的解决办法》和脚本之家的《直接双击启动tomcat中的startup.bat闪退原因及解决方法》两 阅读全文
posted @ 2018-08-11 21:32 ConfidentLiu 阅读(155) 评论(0) 推荐(0) 编辑
摘要:1.配置JAVA_HOME,CLASSPATH,PATH的意义 JAVA_HOME:指向jdk的安装目录,意义不多说。 PATH:作用是指向javac编译器,将java编译成 .class文件。 CLASSPATH:作用是jvm通过classpath寻找 .class文件。 2.配置JAVA_HOM 阅读全文
posted @ 2018-08-08 23:48 ConfidentLiu 阅读(150) 评论(0) 推荐(0) 编辑
摘要:1.快捷键 佑佑 2018/03/30 13:22:56 实用快捷键:Ctrl+Shift+U 转换大小写Ctrl+Shift+F 全局查找Ctrl+Alt+H 被哪个方法调用Ctrl+N 查找类名Ctrl+/ 或 Ctrl+Shift+/ 注释(// 或者/*...*/ )Ctrl+D 复制行Ct 阅读全文
posted @ 2018-07-31 23:59 ConfidentLiu 阅读(209) 评论(0) 推荐(0) 编辑
摘要:转载大神 https://blog.csdn.net/tandeng19901222/article/details/5979075 阅读全文
posted @ 2018-07-08 16:51 ConfidentLiu 阅读(98) 评论(0) 推荐(0) 编辑
摘要:转载大神的 https://www.cnblogs.com/luxd/p/5999217.html 阅读全文
posted @ 2018-04-13 17:59 ConfidentLiu 阅读(734) 评论(0) 推荐(0) 编辑
摘要:转载大神总结 https://jingyan.baidu.com/article/c275f6ba14207ee33c756752.html 阅读全文
posted @ 2018-04-11 10:20 ConfidentLiu 阅读(134) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/bug_love/article/details/72875511 阅读全文
posted @ 2018-04-10 17:22 ConfidentLiu 阅读(108) 评论(0) 推荐(0) 编辑
摘要:https://jingyan.baidu.com/article/eae07827a977b61fed548572.html 阅读全文
posted @ 2018-03-21 15:51 ConfidentLiu 阅读(85) 评论(0) 推荐(0) 编辑
摘要://下载 https://www.jetbrains.com/idea/download/#section=windows 官网 //安装 https://jingyan.baidu.com/article/afd8f4debd60f434e286e91f.html https://blog.csd 阅读全文
posted @ 2018-03-21 11:55 ConfidentLiu 阅读(87) 评论(0) 推荐(0) 编辑
摘要:https://jingyan.baidu.com/article/4ae03de34137be3eff9e6b93.html 阅读全文
posted @ 2017-12-19 20:11 ConfidentLiu 阅读(499) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/free_wind22/article/details/50967723 https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/00137432 阅读全文
posted @ 2017-12-15 14:16 ConfidentLiu 阅读(154) 评论(0) 推荐(0) 编辑
摘要:http://down.51cto.com/zt/5836 阅读全文
posted @ 2017-10-17 22:21 ConfidentLiu 阅读(93) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示