自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (17)
  • 收藏
  • 关注

原创 tinyint和int分别针对unsign和sign的存储范围

数据库中存int和tinyint注意点:   最小值 临界值 临界值 最大值 结果 unsigned tinyint 0 127 128 255 没有问题 signed tinyint -128 0   127 没有问题

2017-03-20 23:08:43 1675

原创 jdk、IDE以及jetty容器加载不同jar中相同类的区别

1 问题描述: 在开发过程中,会存在引入不同的jar,但是内部可能包含具有相同类名称的类的情况,如果不同的jar中包含的类参数不同,那么程序引用的时候到底引用到的是哪个jar中的类。 如下生成三个jar:classLoadParamA.jar、classLoadParamB.jar以及a-classLoadParamC.jar(命名为a-***目的是为了让a-classLoadParamC

2017-03-20 23:07:08 396

原创 springmvc基础---笔记

简单介绍springmvc的基础知识。是学习之后的笔记和心得。

2015-04-28 11:06:09 456

getfullstack.zip

“怎样成为一名Web全栈工程师?” “去做,你就能行。” 介绍成为web全栈工程师的资料。。。打算往全栈方向走的朋友可以看看。。。

2020-02-23

distributed-java.zip

《分布式 Java》 是一本关于 Java 分布式应用的学习教程,是对市面上基于 Java 的分布式系 统最佳实践的技术总结。图文并茂,并通过大量实例让你走近 Java 的世界!

2020-02-23

learning-netty.zip

Netty学习笔记, 包括代码学习, 源码分析.基于netty4.1, 用于记录Netty学习过程的各 种信息和心得

2020-02-22

Effective Java 中文第二版.zip

本书介绍了在Java编程中78条极具实用价值的经验规则,这些经验规则涵盖了大多数开发人员每天所面临的问题的解决方案。通过对Java平台设计专家所使用的技术的全面描述,揭示了应该做什么,不应该做什么才能产生清晰、健壮和高效的代码。 本书中的每条规则都以简短、独立的小文章形式出现,并通过例子代码加以进一步说明。本书内容全面,结构清晰,讲解详细。可作为技术人员的参考用书。

2020-02-22

netty-4-user-guide.zip

《Netty 4.x 用户指南》中文翻译。至今为止,Netty 的最新版本为 4.0.26.Final(2015-03-04)。文本用到的所有例子源码可以在https://github.com/waylau/netty-4-user-guide-demos 获取到。利用业余时间对此进行翻译,并在原文的基础上,插入配图,图文并茂方便用户理解。

2020-02-22

akka in action.zip

Summary Akka in Action is a comprehensive tutorial on building message-oriented systems using Akka. The book takes a hands-on approach, where each new concept is followed by an example that shows you how it works, how to implement the code, and how to (unit) test it. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Akka makes it relatively easy to build applications in the cloud or on devices with many cores that efficiently use the full capacity of the computing power available. It's a toolkit that provides an actor programming model, a runtime, and required support tools for building scalable applications. About the Book Akka in Action shows you how to build message-oriented systems with Akka. This comprehensive, hands-on tutorial introduces each concept with a working example. You'll start with the big picture of how Akka works, and then quickly build and deploy a fully functional REST service out of actors. You'll explore test-driven development and deploying and scaling fault-tolerant systems. After mastering the basics, you'll discover how to model immutable messages, implement domain models, and apply techniques like event sourcing and CQRS. You'l also find a tutorial on building streaming applications using akka-stream and akka-http. Finally, you'l get practical advice on how to customize and extend your Akka system. What's Inside Getting concurrency right Testing and performance tuning Clustered and cloud-based applications Covers Akka version 2.4 About the Reader This book assumes that you're comfortable with Java and Scala. No prior experience with Akka required.

2020-02-22

算法刷题LeetCode中文版.zip

该书包含了LeetCode Online Judge(http://leetcode.com/onlinejudge)所有题目的答案。 该书假定读者已经学过《数据结构》《算法》这两门课,熟练掌握C++或Java. 《数据结构》严蔚敏等著,清华大学出版社 《Algorithms》,Robert Sedgewick,Addison-Weslev Professional.

2020-02-22

Go 学习笔记 第四版.zip

作为时下流行的一种系统编程语言,Go 简单易学,性能很好,且支持各类主流平台。已有大量项目采用 Go 编写,这其中就包括 Docker 等明星作品,其开发和执行效率早已被证明。 Go语言专门针对多处理器系统应用程序的编程进行了优化,使用Go编译的程序可以媲美C或C++代码的速度,而且更加安全、支持并行进程。

2020-02-22

多线程并发编程在Netty中的应用分析.zip

大致内容包括: Java内存模型 Java内存交互协议 Java的线程 Netty的并发编程分析 正确的使用锁 volatile的正确使用 CAS指令和原子类 线程安全类 读写锁的应用

2020-02-22

JAVA核心知识点整理.zip

java核心知识点整理,面试很有用 Java核心知识点2.JVM JVM 是可运行 Java 代码的假想计算机 ,包括一套字节码指令集、一组寄存器、一个栈、 一个垃圾回收,堆 和 一个存储方法域。JVM 是运行在操作系统之上的,它与硬件没有直接 的交互。 3. JAVA 集合 集合类存放于 Java.util 包中,主要有 3 种:set(集)、list(列表包含 Queue)和 map(映射)。 Collection:Collection 是集合 List、Set、Queue 的最基本的接口。 Iterator:迭代器,可以通过迭代器遍历集合中的数据 Map:是映射表的基础接口 4. JAVA 多线程并发 5. JAVA 基础 5.1JAVA 异常分类及处理 5.2JAVA 反射 5.3JAVA 注解 5.4JAVA 内部类 5.5JAVA 泛型 5.6JAVA 序列化(创建可复用的 Java 对象) 5.7JAVA 复制 6. Spring 原理

2020-02-22

Netty In Action.zip

第一部分 Netty的概念及体系结构 第1章 Netty——异步和事件驱动 第2章 你的第一款Netty应用程序 第3章 Netty的组件和设计 第4章 传输 第5章 ByteBuf 第6章 ChannelHandler和ChannelPipeline 第7章 EventLoop和线程模型 第8章 引导 第9章 单元测试 第二部分 编解码器 第10章 编解码器框架 第11章 预置的ChannelHandler和编解码器 第三部分 网络协议 第12章 WebSocket 第13章 使用UDP广播事件 第四部分 案例研究 第14章 案例研究,第一部分 第15章 案例研究,第二部分

2020-02-22

Effective+Akka (1).zip

Avoid common mistakes when building distributed, asynchronous, high-performance software with the Akka toolkit and runtime. With this concise guide, author Jamie Allen provides a collection of best practices based on several years of using the actor model. The book also includes examples of actor application types and two primary patterns of actor usage, the Extra Pattern and Cameo Pattern. Allen, the Director of Consulting for Typesafe—creator of Akka and the Scala programming language—examines actors with a banking-service use case throughout the book, using examples shown in Akka and Scala. If you have any experience with Akka, this guide is essential. Delve into domain-driven and work-distribution actor applications Understand why it’s important to have actors do only one job Avoid thread blocking by allowing logic to be delegated to a Future Model interactions as simply as possible to avoid premature optimization Create well-defined interactions, and know exactly what failures can occur Learn why you should never treat actors as you would an ordinary class Keep track of what goes on in production by monitoring everything Tune Akka applications with the Typesafe Console

2020-02-22

J2EE基础的校验demo

实现了基础的校验(validation)的小程序,初学者可以学习一下。

2016-01-22

中文核心期刊论文模板

中文核心期刊论文模板,对写小论文的同学有帮助。

2016-01-20

Android反编译工具

轻松反编译apk,解析出资源文件,xml文件,生成smali文件,还可以把修改后的文件你想生成apk。

2016-01-18

数字识别系统

第一步:训练网络。使用训练样本进行训练。 第二步:识别。首先,打开图像(256色);再次,进行归一化处理,点击“一次性处理”;最后,点击“R”或者使用菜单找到相应项来进行识别。识别的结果显示在屏幕上,同时也输出到文件result.txt中。

2016-01-17

人力资源管理系统

人力资源管理系统是这样的一种管理软件,它能够快速、方便地显示结果,还可以对有关工资的各种信息进行统计,服务于财务部门及公司主要管理者。实施人力资源管理系统可以集中、整合各种信息来源,有利于降底管理成本,提高公司管理效率和水平.

2016-01-15

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除