Skip to content

Instantly share code, notes, and snippets.

@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

@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
#!/bin/sh
############################################################
# sys-mon java application server start&stop script
# Created by jwpark7@hansol.com
############################################################
. "./setpath.sh"
DEPLOY_NAME="sys-mon"
@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;
/**
<%@ 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" %>
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) {
free -m | \
awk '
{
if (NR==1) {
if (/cached$/) {
vesion=0
} else {
version=1
}
} else {