Recent Posts
-
Common tool operations
< p align = "center" > common tool jobs < p class = "1" > I. fill in the blanks 2、 Multiple choice questi…… -
HTML basic summary
1. H1-h6 label They are all title tags, which define the title of a paragraph. H1 is the largest, decreases successive…… -
-
First Java job
< p align = "center" > getting acquainted with Java jobs Class, and this class must have the same name as the so…… -
Network programming assignment I. fill in the blanks
< p align = "center" > network programming 2、 Multiple choice questions Although the name of TCP / IP is TCP, i…… -
Multithreaded job
< p align = "center" > multithreaded job 2、 Multiple choice questions 3、 Judgment question Process: the dynami…… -
9. CSS attribute
Summary of CSS refinement knowledge points 1. Inline style: only works on the elements it modifies Syntax: style = "at…… -
Encapsulating and inheriting jobs
< p align = "center" > encapsulate and inherit jobs 1、 Multiple choice questions Change private int m to prot…… -
Multiple cycles, methods and operations
< p align = "center" > multiple loops and methods 1、 Multiple choice questions eight String } ninety-ni…… -
Regular expression + XML + reflection + design pattern job
< p align = "center" > regular expression + XML + reflection + design pattern job 1、 Fill in the blanks 2、 Mul…… -
Class and object jobs
< p align = "center" > class and object jobs 1、 Fill in the blanks 2、 Multiple choice questions 3、 Judgment q…… -
Data types and Operator jobs
< p align = "center" > data types and Operator jobs 1、 Fill in the blanks 2、 Multiple choice questions 1,1 …… -
Comments (1)
UDP details 1、 In TCP / IP protocol stack, what are the connections and differences between TCP protocol and UDP prot…… -
-
Detailed sorting of Java string class operation methods
The basic operations of string class can be divided into the following categories: 1. Basic operation method 2. String…… -
Classic java written interview questions
Object oriented programming (OOP) Java is a computer programming language that supports concurrency, class based and o…… -
The difference between string, StringBuffer and StringBuilder
The difference between string, StringBuffer and StringBuilder String, StringBuffer and StringBuilder in Java are strin…… -
A necessary artifact of java development tools — Notepad + + and JD GUI download, installation and use
Notepad + + is a set of text editor under the windows operating system. It has a complete Chinese culture interface an…… -
Practice on Io flow in Java
Exercise 1: count a file calccharnum The total number of occurrences of letters' a 'and' a 'in txt. Exercise 2: create…… -
IO stream of Java: memory stream, print stream, object stream
There are many input and output stream subclasses. See the following figure for details: Used to manipulate memory Byt…… -
Differences between hashtable and HashMap
① Inheritance is different. ② The methods in hashtable are synchronous, while the methods in HashMap are asynchronous …… -
Java multithreading Foundation (I)
1. What are processes and threads 2. Ways to create threads (three types) 3. Thread status and characteristics Create …… -
Common algorithms (bubbling, insertion, selection, fast) and detailed explanation of binary tree
The same problem can be solved by different algorithms, and the quality of an algorithm will affect the efficiency o…… -
Keep a distance from the noise and trade with dreams on an equal footing
Avoid coupling the sender and receiver of the request, make it possible for multiple objects to receive the request, c…… -
Common standard SQL statements
1. The statement to create a database is as follows: create database databasename the above statement creates a databa…… -
Java file and stream reading
In io programming of Java language, reading a file is divided into two steps: 1. Convert the data in the file into a s…… -
Java base identifier
Identifier: the name of the class, method or variable defined by the programmer. The identifier consists of capital l…… -
Reading and writing java image files
Read the BMP file into bufferedimage. File File2 = new file ("C: \ \ testimages \ \ tttt" + ". BMP")// BufferedImage b…… -
Stringtokenizer class
Stringtokenizer is an application class used to separate string strings. 1. Constructor Public stringtokenizer (string…… -