- ๋ผ์ด๋ธ๋ฌ๋ฆฌ๋ณ
- HttpXmlRequest
- Xwing.request
- ajax
- axios
- ๋ฉ์๋๋ณ
- GET
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
free -m | \ | |
awk ' | |
{ | |
if (NR==1) { | |
if (/cached$/) { | |
vesion=0 | |
} else { | |
version=1 | |
} | |
} else { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%@ 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" %> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | |
/** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
############################################################ | |
# sys-mon java application server start&stop script | |
# Created by [email protected] | |
############################################################ | |
. "./setpath.sh" | |
DEPLOY_NAME="sys-mon" |
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.
StackEdit stores your files in your browser, which means all your files are automatically saved locally and are accessible offline!