Skip to content

Instantly share code, notes, and snippets.

View frjufvjn's full-sized avatar
๐Ÿ˜„

Park Jeong Woo frjufvjn

๐Ÿ˜„
View GitHub Profile
free -m | \
awk '
{
if (NR==1) {
if (/cached$/) {
vesion=0
} else {
version=1
}
} else {
List<String> orgList = new ArrayList<String>();
final File f = new File("C:/doc/IS-MON/์‹ ํ•œ์นด๋“œ/ํ…”๋ ˆ์บก์Šค ๋“ฑ๋กํ˜„ํ™ฉ.txt");
try (BufferedReader inFile = new BufferedReader(new FileReader(f));) {
String line = null;
while( (line = inFile.readLine()) != null ) {
// System.out.println(line); //์ฝ์–ด๋“ค์ธ ๋ฌธ์ž์—ด์„ ์ถœ๋ ฅ ํ•ฉ๋‹ˆ๋‹ค.
String[] spl = line.split("\\\t");
if (spl != null) {
<%@ page contentType="text/html; charset=utf-8" pageEncoding="UTF-8" buffer="20kb" %>
<%@ page import="java.util.Arrays" %>
<%@ page import="java.io.BufferedWriter" %>
<%@ page import="java.io.FileOutputStream" %>
<%@ page import="java.io.OutputStreamWriter" %>
<%@ page import="java.util.stream.Collectors" %>
<%@ page import="com.locus.jedi.log.ErrorLogger" %>
<%@ page import="com.locus.jedi.service.sql.SQLParam" %>
<%@ page import="com.locus.jedi.service.sql.SQLServiceManager" %>
<%@ page import="com.locus.jedi.transfer.ListParam" %>
@frjufvjn
frjufvjn / TcagntTest.java
Last active August 19, 2020 01:28
Linx free command In Java
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
/**
#!/bin/sh
############################################################
# sys-mon java application server start&stop script
# Created by [email protected]
############################################################
. "./setpath.sh"
DEPLOY_NAME="sys-mon"
@frjufvjn
frjufvjn / std-component-research.md.md
Last active April 10, 2020 07:54
std-component-research.md

ํ‘œ์ค€ ํ”„๋ ˆ์ž„์›Œํฌ ์ปดํฌ๋„ŒํŠธ ์ •์˜์„œ

์„œ๋ฒ„๊ธฐ๋Šฅ

API ํ˜ธ์ถœ ์ง€์›

  • ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ๋ณ„
    • HttpXmlRequest
    • Xwing.request
    • ajax
    • axios
  • ๋ฉ”์†Œ๋“œ๋ณ„
  • GET
@frjufvjn
frjufvjn / Welcome file.md
Created April 10, 2020 07:45
Welcome file

Welcome to StackEdit!

Hi! I'm your first Markdown file in StackEdit. If you want to learn about StackEdit, you can read me. If you want to play with Markdown, you can edit me. Once you have finished with me, you can create new files by opening the file explorer on the left corner of the navigation bar.

Files

StackEdit stores your files in your browser, which means all your files are automatically saved locally and are accessible offline!

Create files and folders