Skip to content

Instantly share code, notes, and snippets.

View dylanzan's full-sized avatar
🏡
Working from home

Dylan dylanzan

🏡
Working from home
View GitHub Profile
@y0ngb1n
y0ngb1n / docker-registry-mirrors.md
Last active July 28, 2024 03:07
国内的 Docker Hub 镜像加速器,由国内教育机构与各大云服务商提供的镜像加速服务 | Dockerized 实践 https://github.com/y0ngb1n/dockerized
@Hareric
Hareric / DBhelper.java
Last active August 31, 2018 13:09
针对mysql的java DBhelper 实现增删查改功能
import java.sql.*;
/**
* @author Eric_Chan
* @version 2016.11.22
*/
public class DBhelper
{
private String ipAddress = "127.0.0.1";
private int port = 3306;