自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(2)
  • 资源 (18)
  • 收藏
  • 关注

原创 创建gradle web项目并导入sts

在工作空间创建新文件夹weixin 进入weixin目录,新建文件build.gradle 打开build.gradle文件,复制粘贴以下内容(我安装的gradle版本是2.5,使用4.12的junit)apply plugin: 'java' apply plugin: 'eclipse' apply plugin: 'idea' task initSourceFolders {  ...

2018-07-20 09:27:44 4234

原创 使用ngrok实现微信公众号与内网开发环境的调试

  下载最新版本2.0.19的ngrok,解压后运行(注意:被墙了想办法,并且调试期间可能也需要解决被墙的问题,因为ngrok是保持与服务器在线的) 输入ngrok http 80回车,看到 保持ngrok运行,到微信公众号的服务器配置 用浏览器打开http://localhost:4040就可以查看捕获的数据进行调试。  ...

2018-07-20 09:26:33 1587

java-ee-8-microservices.rar

Build microservices-based enterprise applications with the latest version of Java EE Cloud-based applications have been increasingly in demand, and this has caused a shift from monolithic to microservice applications. With the help of Java EE 8 Microservices, you’ll get to grips with the components

2019-05-10

mastering.java

Introduction First, let me thank you for taking the time to purchase and read my guide, “Mastering Java: An Effective Project-Based Approach including Web Development, Data Structures, GUI Programming and Object Oriented Programming.” My intention with this guide is to teach you all about the Java computer programming language. To that end, I have sectioned the guide into 6 separate sections, each one dealing with a separate element of Java programming. You will learn: Chapter 1: Java Basics – you will learn the basic programming elements of the Java language, including how to set up your programming environment, using a text editor and how to write a program. We look at comments, how to structure your code, and what data types and variables are. We also look at how to receive and read Java data, the different types of statement, loops and arrays before moving on to functions and methods. By the end of this section you will have a firm understanding of how to program in Java. Chapter 2: Java Data Structures and Algorithms – in this section we will examine a part of Java programming that is very important to computer science. You will learn exactly what a data structure is, how they are classified and the design of them, before moving on to algorithms. We learn how to write an algorithm, what asymptotic analysis and notation are and the definition of a greedy algorithm. We learn how data structures and algorithms mesh together, the different methods of sorting and traversing algorithms to gain information before moving onto trees and finishing with recursion. Chapter 3: Java Web Development – this section will walk you through all the elements of developing a web app using Java. We look at JSP and servlets and how they are used in building web apps, before looking at some of the best practices in web development using Java EE (Enterprise Edition). This is an involved chapter with plenty of technical information and a hands-on guide that you can easily follow. Chapter 4: Java GUI Programming – GUI programming is a complex part of Java programming and, in this section we look at using NetBeans and Swing to build a Java GUI. We discuss native packaging, followed by a tutorial that you can follow along with, covering how to design a GUI using the NetBeans IDE. We talk about how to handle images, design forms, gap editing and debugging, followed by a discussion on bean and data binding and using Hibernate in your application. Chapter 5: Object-Oriented Programming – this section covers object-oriented programming in Java; what it is, the benefits of the approach, the principles of Object Oriented Programming (OOP) and understanding the basic concepts. Chapter 6: Java Interview Questions – lastly, I have provided you with a comprehensive list of questions that you could be asked in an interview for a Java programming job. I also provide the answers with the intention being that you study them and learn them; not just what the answers are but the why and how too. Java is not a new programming language by any means; it has been around since 1991 and, to date, has proved to be the most popular, especially where web development is concerned. It is one of the simplest languages to learn, and it is object-oriented, which makes it even easier to learn. Work your way through this guide and, by the end of it, you will know more than many people do about the Java programming language and all its uses. I would make one suggestion – if you choose to join in and input the code yourself, do type it in rather than copying and pasting. It’s a great way of getting the feel for programming and how things work. Thank you once again for choosing my guide.

2019-03-28

Core+Java+Volume+I+Fundamentals+11th+Edition

core java的第11版的基础版,只有epub格式,还没有pdf格式,书中包含jdk9等最新内容。

2018-08-15

spring-developing-java-applications-enterprise

学习spring只需看这本书,也应该看这本书。

2017-05-26

Spring.in.Action.4th.Edition.2014.11

Spring.in.Action.4th.Edition.2014.11

2015-03-03

Core+Java+Volume+I+Fundamentals+Ninth+Edition

第9版,我自己制作的,源代码附在书本后面,在实例直接可以链接浏览源代码。

2013-08-25

Core Java Volume II Advanced Features Ninth Edition.part1.rar

我自己制作的,源代码附在书本后面,在书中实例可以直接链接查看源代码。请下载Core Java Volume II Advanced Features Ninth Edition.part2.rar放在同一目录解压。

2013-08-25

Core Java Volume II Advanced Features Ninth Edition.part2.rar

由于受制于上传文件大小,请先下载Core Java Volume II Advanced Features Ninth Edition.part1.rar再下载该文件。

2013-08-25

华为内部LINUX学习资料

华为内部LINUX学习资料

2012-03-20

spring2.0技术手册_林信良_源代码

《spring2.0技术手册》的全部源代码。

2012-02-09

spring2.0技术手册_林信良(完整版)

对现在的版本有点老了,但是这是spring入门最详细最好的书。

2012-02-09

JAVAEE6标准规范

pdf文件,官方的javaee6标准,希望在学新技术的人有用。

2011-08-24

JAVAEE5 标准规范

pdf文件,这是官方的JAVAEE5标准规范

2011-08-24

hibernate参考文档

3.6.0-final,中文版的官方参考文档,决心学hibernate的人可以下载好好学。

2011-07-07

超详细oracle教程

超详细oracle教程。对于初学处用oracle的朋友应该不错。

2011-01-06

Teach-Yourself-In-24-Hours--18-E-Books-rar-488795..torrent

Teach-Yourself-In-24-Hours系列18本电子书的种子文件,希望大家共享网络资源

2011-01-06

Java解惑(95个常犯错误及纠正方法)

尤其像我们刚学Java的人,扎实的基础从这里开始注意积累。

2010-10-14

空空如也

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

TA关注的人

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