# itresource **Repository Path**: goex/itresource ## Basic Information - **Project Name**: itresource - **Description**: 程序开发技术资源集合(https://github.com/lazyp/itresource) - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 2 - **Created**: 2016-03-02 - **Last Updated**: 2022-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 基础 =========================== * [ 收藏——IO模型的4张经典图例(一看就懂) ] (http://www.blogjava.net/johnnylzb/archive/2012/05/20/378584.html) java技术系列文章 =========================== * [ java swing 界面统一设置字体样式 ] (http://blog.csdn.net/chenxuejiakaren/article/details/7637731) * [ Google Java 编程风格指南 ] (http://wuyexiong.github.io/blog/2014/01/26/google-java-style-cn/) * [ Quartz应用与集群原理分析 ] (http://tech.meituan.com/mt-crm-quartz.html) * [ heavyz的Tomcat学习笔记(包括启动流程分析、启动脚本分析) ] (http://docs.huihoo.com/apache/tomcat/heavyz/tomcat_index.html) * [ java8 新特性讲解系列文章 ] (http://my.oschina.net/benhaile/blog?catalog=410404) * [ Java 从Jar文件中动态加载类 ] (http://my.oschina.net/cloudcoder/blog/354090) * [ Java并发源码分析 - ThreadPoolExecutor ] (http://onlychoice.github.io/blog/2013/09/13/java-concurrent-source-code-reading-2) * [ java ClassLoader 基本原理 ] (http://my.oschina.net/sunchp/blog/355859) * **[ 解决eclipse显示jar源代码中文乱码问题 ] (http://wmljava.iteye.com/blog/1846252)** * [ 使用 RMI + ZooKeeper 实现远程调用框架 ] (http://my.oschina.net/huangyong/blog/345164) * [ Java 注解指导手册 – 终极向导 ] (http://www.importnew.com/14227.html) * [ 轻量级分布式 RPC 框架 ] (http://my.oschina.net/huangyong/blog/361751) * [ 一个简单的guava cache 例子] (https://github.com/lazyp/examples/blob/master/guava/src/main/java/org/example/guava/GuavaCacheExample.java) * [ 你应该知道的 RPC 原理 ] (http://blog.jobbole.com/92290/?object_type=webpage&pos=1&url_type=39) * [ JAVA字符串格式化-String.format()的使用 ] (http://blog.csdn.net/lonely_fireworks/article/details/7962171) * [ java RMI相关反序列化漏洞整合分析 ] (http://drops.wooyun.org/papers/13056) kafka =========================== * [kafka 剖析(一):Kafka背景及架构介绍] (http://www.infoq.com/cn/articles/kafka-analysis-part-1) *入门理解不错* web相关技术 =========================== * [ 定时器在大型web项目中的应用和实现(主要是利用redis的特性来做的) ] (https://segmentfault.com/a/1190000004736079) c ============================ * [ C语言宏的特殊用法和几个坑 ] (http://hbprotoss.github.io/posts/cyu-yan-hong-de-te-shu-yong-fa-he-ji-ge-keng.html) * [ c语言总结 ] (http://novoland.github.io/c%E5%92%8Cos/2014/07/26/C%E6%80%BB%E7%BB%93%20+%20%E8%99%9A%E6%8B%9F%E5%86%85%E5%AD%98.html) * [ sizeof用法总结(里面有对内存对齐的原因阐述的不错) ] (http://chunyang-wen.github.io/2014/04/24/sizeof-summary/) * [ c语言函数指针 ] (http://blog.jobbole.com/44639/) * [ 无锁队列 ] (http://coolshell.cn/articles/8239.html) * [ linux 静态和动态链接库分析 ] (http://www.cnblogs.com/hzh1024n/archive/2009/09/17/1568357.html) * [ linux 守护进程的处理方法 ] (http://stackoverflow.com/questions/17954432/creating-a-daemon-in-linux) * [ linux c 判断文件是否存在 ] (http://cifer.me/2014/04/06/howto-detect-file-exists/) javascript ============================= * [ javascript中让你迷惑的知识点集合 ] (http://segmentfault.com/blog/liangyi/1190000000642655) git ============================= * [ Git push与pull的默认行为 ] (http://segmentfault.com/a/1190000002783245) * [ git rebase 衍合详细讲解] (https://git-scm.com/book/zh/v1/Git-分支-分支的衍合) * [ 25个Git进阶技巧] (http://www.codeceo.com/article/25-git-tips.html) mongodb ============================= * [ mongodb从入门到精通系列专题 ] (http://codefrom.com/t/mongodb从入门到精通系列专题) TCP ============================= * [ TCP协议中的三次握手和四次挥手(图解) ] (http://blog.csdn.net/whuslei/article/details/6667471) linux ============================= * [ linux 常用命令收集 ] (http://lazyp.github.io/linux_cmd.html) * [ awk简明教程 ] (http://coolshell.cn/articles/9070.html) Nginx 教程 ============================= * [Nginx开发从入门到精通] (http://tengine.taobao.org/book/index.html) 经典的问答类型的技术帖子 =========================== * [【为什么有的代码要用 base64 进行编码?】](http://segmentfault.com/q/1010000000801988) * [ 为什么Java单例用enum更好?] (http://segmentfault.com/q/1010000000646806) * [ java -jar 搜索classpath的问题 ] (http://segmentfault.com/q/1010000002451440) * [ How do I remove a single file from the staging area of Git but not remove it from the index or undo the changes to the file itself? ] (http://stackoverflow.com/questions/1505948/how-do-i-remove-a-single-file-from-the-staging-area-of-git-but-not-remove-it-fro) * [ shell中2>&1之类的命令中'&'是什么意思? ](http://segmentfault.com/q/1010000002454596) * [ linux c调试的问题 ](http://segmentfault.com/q/1010000002530474) * [ java中连接mysql时添加Class.forName("com.mysql.jdbc.Driver")的作用?] (https://segmentfault.com/q/1010000004420871) Vicky回答的最详细 tmux =========================== * [tmux教程] (http://cenalulu.github.io/linux/tmux/) * [tmux快捷键] (https://github.com/hokein/Wiki/wiki/tmux%E5%BF%AB%E6%8D%B7%E9%94%AE) * [神级命令行软件 Tmux] (http://www.wushxin.top/2016/03/28/%E4%BD%BF%E7%94%A8tmux.html) 其他技术文章推荐 =========================== * [ 前端代码规范 及 最佳实践 ] (http://blog.jobbole.com/79075/) * [ ui 层的松耦合 ](http://segmentfault.com/blog/humingx/1190000002461564) * [ 介绍一个成功的 Git 分支模型 ] (http://www.oschina.net/translate/a-successful-git-branching-model) * [ linux 系统监控、诊断工具之 IO wait ] (http://my.oschina.net/leejun2005/blog/355915) * [ 如何书写SHELL脚本 ] (http://wklken.github.io/posts/2014/01/12/shell-script-base.html) * [ Git安装(源码安装) ](http://git-scm.com/book/zh/v1/%E8%B5%B7%E6%AD%A5-%E5%AE%89%E8%A3%85-Git) * [ Linux下同步工具inotify+rsync使用详解 ] (http://segmentfault.com/blog/seanlook/1190000002427568) * [ SSH协议分析以及在linux下免秘钥登录流程 ] (http://my.oschina.net/codeWatching/blog/342253) * [ Make 命令教程 ] (http://www.ruanyifeng.com/blog/2015/02/make.html) * [ 让Vim更好用 for Mac OS X ] (http://hessian.cn/p/1026.html) * [ shell 常用招式大全入门篇 ] (http://segmentfault.com/a/1190000002924882) * [ 能够提高开发效率的Eclipse实用操作 ] (http://blog.csdn.net/linsongbin1/article/details/48954353?hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io) * [ 负载均衡集群 LVS 详解 ](http://liaoph.com/lvs/) * [ Linux Rpmbuild 包制作 ] (http://kling.blog.51cto.com/3320545/1239571)