Skip to content
Windows Tricks
  • Windows11
  • Windows10
  • iPhone
  • Python
    • Python Basic
    • Python Classes and Objects
    • Python Exception Handling
    • Python File Operation (I/O)
    • Python Flow Control
    • Python Functions and Lambda Expressions
    • Python List, Tuple, Dict, Set
    • Python Modules and Packages
    • Python String
    • Python Special Attributes and Methods
    • Python Variable Types and Operators
    • Anaconda
    • PyCharm
  • Matplotlib
  • Pandas
  • Windows
  • Oracle VirtualBox
  • Scratch
  • Contact
  • Privacy Policy
  • Home
  • Page 103

Public Static Factory Method To Create Spring Beans

Leave a Comment / Spring Tutorial

Besides factory bean, you can also use a factory method to create spring bean, but the factory method must be public static and return the desired spring bean class type. This article will show you examples of how to do that.

Public Static Factory Method To Create Spring Beans Read More »

How To Restore WordPress Website From Backup

Leave a Comment / WordPress Tutorial

WordPress is widely used in current website building. And backup is very important. This article will show you how to restore a WordPress website from a previous backup file.

How To Restore WordPress Website From Backup Read More »

How To Use JDBC To Connect MySql Database

Leave a Comment / JDBC Tutorial / MySQL

This article will show you examples of how to use JDBC to connect to a MySQL database server.

How To Use JDBC To Connect MySql Database Read More »

How To Connect Oracle DB Use JDBC

Leave a Comment / JDBC Tutorial

This article will show you examples of how to connect Oracle DB use the JDBC driver.

How To Connect Oracle DB Use JDBC Read More »

How To Configure Log4j In Java Project Examples

Leave a Comment / Log4j Tutorial

You have learned that there are a lot of objects inside log4j, such as Logger object, Layout object, and Appender object. But before you can use them in your java project, you should configure them commonly through a configuration file. This article will show you how to configure them.

How To Configure Log4j In Java Project Examples Read More »

Spring Bean Scopes Introduction

Leave a Comment / Spring Tutorial

In Spring, bean scope is defined by it’s type, different types of Spring bean instances can be used in different scenarios. There are totally 5 scope types by default.

Spring Bean Scopes Introduction Read More »

Java File Separator And Current Working Directory Examples

3 Comments / Java Tutorial

If you want to make your java code platform-independent, especially for java file operation, you should know java file separators. There are four separators by default, they are : File.separator, File.separatorChar, File.pathSeparator and File.pathSeparatorChar. We will introduce them one by one.

Java File Separator And Current Working Directory Examples Read More »

Copy Rows Between Excel Sheet Use Apache POI

1 Comment / Webdriver Tutorial / Excel

Today I will show you how to copy selected row data in one excel file sheet, and save it to another new sheet using Apache POI. If you do not have any knowledge about Apache POI, you can read the article Read / Write Excel Data Using Apache POI first.

Copy Rows Between Excel Sheet Use Apache POI Read More »

TestNG Reporting Customization

27 Comments / TestNG Tutorial

We have introduced how to create TestNG default report Html and XML files in the article TestNG Report Example. But you may find it is not enough for you. Because the original reports generated by TestNG have some inconvenience, it is so basic. TestNG provide an IReporter interface that you can implement to create a

TestNG Reporting Customization Read More »

TestNG Eclipse Plugin

3 Comments / TestNG Tutorial / Eclipse

You have learned how to download and run TestNG with the command line in the article TestNG First Example. But it is so inconvenient. There is an Eclipse plugin that can help you to write and run the TestNG test method in java class easily and quickly. Below is the tasks list which you can

TestNG Eclipse Plugin Read More »

Post pagination
← Previous 1 … 102 103 104 Next →

Search The Blog With Google

Copyright © 2025 Windows Tricks | Powered by Astra WordPress Theme