编程技术 第742页
How to write your own language plugin for IDEA (part 1)-拾光赋

How to write your own language plugin for IDEA (part 1)

How to write your own language plugin for IDEA (part 1), Introduction I am working as a backend-developer, and sometimes I am tired of work routine. Deeping into some opensource he...
kity的头像-拾光赋kity3年前
0499
Spring - Dependency Injection-拾光赋

Spring – Dependency Injection

Spring - Dependency Injection,Dependency Injection is the most important feature of Spring framework. It is a design pattern where the dependencies of a class are injected from out...
kity的头像-拾光赋kity3年前
03714
Recursion 101-拾光赋

Recursion 101

Recursion 101,Recursion is always Notorious among programmers, also confusing for the new programmers and beginners. Recursion simply refers to the program or function which calls ...
Object-Oriented Programming in Plain English.-拾光赋

Object-Oriented Programming in Plain English.

Object-Oriented Programming in Plain English., When you are asked what a car is. The likely answer is that a car is an object that have four rounded wheels and can move a distance ...
Spring-Boot ,First Step-拾光赋

Spring-Boot ,First Step

Spring-Boot ,First Step, practical spring boot (7 Part Series) 1 Spring-Boot ,First Step 2 Containerize Your Spring Boot App ... 3 more parts... 3 Writing REST API with OpenAPI and...
kity的头像-拾光赋kity3年前
03013
Java Add Watermark to Word document-拾光赋

Java Add Watermark to Word document

Java Add Watermark to Word document,Watermarks are added to the Word documents to specify the ownership or to display the document's status. This article will demonstrate how to ad...
kity的头像-拾光赋kity3年前
02112
Building software for cattle farmers. Week 0.-拾光赋

Building software for cattle farmers. Week 0.

Building software for cattle farmers. Week 0., Introduction A couple of months ago I created and published a basic android app, HERE, which is essentially a simple CRUD application...
kity的头像-拾光赋kity3年前
02311
My Journey into Software Development-拾光赋

My Journey into Software Development

My Journey into Software Development,My journey began in the 6th grade in the year 2000 there was an after-school program that summer that allowed those students without a computer...
Handling text in programming, where to start from as a student-拾光赋

Handling text in programming, where to start from as a student

Handling text in programming, where to start from as a student,Since the general agreement about printing “Hello, World!” as your first program in every programming language, unt...
I am #Hiring Android Engineers-拾光赋

I am #Hiring Android Engineers

I am #Hiring Android Engineers,Im hiring an SWE with android experience, 2 years minimum (school/internships count!) USA + Canada only. As an Android engineer, your work would be l...
Java Enterprise in briefly detail-拾光赋

Java Enterprise in briefly detail

Java Enterprise in briefly detail,May you are a bit reserved to start with Java EE, because it looks so confusion. But don't worry it's not so difficult like it seems in the beginn...
VS Code setup for Spring Boot + Docker/Compose-拾光赋

VS Code setup for Spring Boot + Docker/Compose

VS Code setup for Spring Boot + Docker/Compose,Recently I started looking at how I can leverage VS Code editor for Spring Boot and docker development for mainstream projects/applic...