• Home
  • Computing
  • Mountaineering
  • Travel

Ling's Note

Everything related IT, and me.

  • Home
  • Computing
  • Mountaineering
  • Travel
News Ticker
  • [ 2024-10-11 ] [Proxmox] Setup proxmox cluster and join node Computing
  • [ 2024-10-10 ] [Git] Troubleshoot on unable to read tree (<>) Computing
  • [ 2024-03-29 ] [Java] Validate constrain in code level Programming
  • [ 2024-03-28 ] [IntelliJ] Create custom code snippet Computing
  • [ 2024-03-13 ] [GitHub Action] Get gradle package version Automation
Home2023

Year: 2023

Computing

[JavaScript] Create reusable component in separate HTML file

2023-11-03 C.H. Ling 0

In HTML, we can use tag <Template> to create reusable component, but it is limited in single. In this article, it will show how to create JavaScript component in seperate HTML / JS files.

Automation

[CookieCutter] Enable git integration

2023-05-28 C.H. Ling 0

In previous article, after project created it can execute custom python script to customize template. In this example, it will extend the project to integrate with git.

Automation

[CookieCutter] Get Java package latest version

2023-05-27 C.H. Ling 0

There are several ways to create project. It can be done by IDE default wizard or generate via spring initializer. Even these are convenient to us to setup project, but for organization it might has […]

Computing

[Java] Whois Lookup in Apach common.net

2023-02-24 C.H. Ling 0

Whois is a protocol to look up domain name information. It can be done in using socket connect to whois server and send request. This example will show how to use Apache common.net to get […]

Computing

[Java] How to check IP in specific range

2023-02-22 C.H. Ling 0

In some business case to white list requester in private IP in code level. There is no library to do so and we need to do it by own. In this example, it will use […]

Follow on Facebook

  • [Proxmox] Setup proxmox cluster and join node

    2024-10-11 0
  • [Git] Troubleshoot on unable to read tree (<>)

    2024-10-10 0
  • No Picture

    [Java] Validate constrain in code level

    2024-03-29 0
  • [IntelliJ] Create custom code snippet

    2024-03-28 0
  • No Picture

    [GitHub Action] Get gradle package version

    2024-03-13 0
Recent Posts
  • [Proxmox] Setup proxmox cluster and join node
  • [Git] Troubleshoot on unable to read tree (<>)
  • [Java] Validate constrain in code level
  • [IntelliJ] Create custom code snippet
  • [GitHub Action] Get gradle package version
Recent Comments
  • C.H. Ling on [Angular] 自建Duel List
  • Boris Nates on [MySQL] Generate data dictionary
  • Saad on [Angular] 自建Duel List
  • Kushagra on [MySQL] Generate data dictionary
  • C.H. Ling on [Angular] Idle timeout checking

Copyright © 2026 | MH Magazine WordPress Theme by MH Themes

Ling's Note