Skip to content

Instantly share code, notes, and snippets.

View xinkunZ's full-sized avatar
😪
Sleeping all day

zhangxinkun xinkunZ

😪
Sleeping all day
  • Avengers Tower
  • Manhattan
View GitHub Profile
package com.hd123.test.util;
import java.io.File;
import java.util.Iterator;
import javax.persistence.Table;
import org.dom4j.Document;
import org.dom4j.DocumentException;
import org.dom4j.Element;
@xinkunZ
xinkunZ / PowerShell ISE theme
Created September 27, 2017 01:56
A Visual Studio theme for PowerShell ISE
<?xml version="1.0" encoding="utf-16"?>
<StorableColorTheme xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Keys>
<string>ErrorForegroundColor</string>
<string>ErrorBackgroundColor</string>
<string>WarningForegroundColor</string>
<string>WarningBackgroundColor</string>
<string>VerboseForegroundColor</string>
<string>VerboseBackgroundColor</string>
<string>DebugForegroundColor</string>
@xinkunZ
xinkunZ / dcs-dump.sql
Last active June 5, 2023 02:28
常用
This file has been truncated, but you can view the full file.
-- MySQL dump 10.13 Distrib 5.7.24, for Linux (x86_64)
--
-- Host: localhost Database: evo_dcs
-- ------------------------------------------------------
-- Server version 5.7.24
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
@xinkunZ
xinkunZ / frp.md
Last active April 28, 2023 02:49
穿透

http://108.160.128.85:7500/

安装 guacd

docker run --restart=always --name guacd -d
--network host -v /root/next-terminal/data:/usr/local/next-terminal/data
dushixiang/guacd:latest

安装 next-terminal

docker run --restart=always --name next-terminal -d \