728x90
728x90

공공디비 사용. 

도서

https://www.data.go.kr/dataset/15001051/openapi.do

공영 주차장

http://opendata.busan.go.kr/openapi/service/PublicParkingLotService

수출입실적

https://www.data.go.kr/dataset/3046122/openapi.do

Spring-Boot-Vuejs 

http://itstory.tk/entry/Spring-Boot-Vuejs-%EC%97%B0%EB%8F%99%ED%95%98%EA%B8%B0


JPA??? 사용??? 


728x90

말할수 있는 용기

기다리는 여유

불편한 것에 대한 인내


728x90

https://www.educba.com/functional-programming-vs-oop/

함수형 프로그래밍과 OOP의 주요 차이점

1. 함수형 프로그래밍은 고정된 데이터 값에 다양한 연산을 하기위해 사용됩니다. (병렬형)

  OOP는 다양한 형태의 값에 공통적인 적은 연산을 하기 위해 사용됩니다. 


2. 함수형 프로그래밍은 형태가 보존되지 않는 프로그래밍 모델을 갖고

  OOP는 형태가 보존되는 프로그래밍 모델을 갖습니다. 


3. 함수형 프로그래밍에서는 state(상태)가 존재하지 않고

OOP는 state(상태)가 존재합니다. 


4. 함수형 프로그래밍은 함수가 기본조작단위이고

OOP는 Object가 기본조작단위입니다. 


5. 함수형 프로그래밍에서 함수는 다중프로세서에 실행되는 코드에 영향이 없습니다. 

OOP에서 method는 다른 코드에 영향을 줄수 있고, 다중 프로세서에도 영향을 미칠 수 있습니다. 


6. 함수형 프로그래밍에서 주요 초점은 "우리가 하는 일"

OOP에서 주요 초점은 "우리가 어떻게 하고 있는가"


7. 함수형 프로그래밍은 주로 데이터에 대한 추상화, 동작에 대한 추상화를 지원합니다. 

OOP에서는 주로 데이터에 대한 추상화만 지원합니다.  (동작은 정해져 있음)


8. 함수형 프로그래밍은 응용 프로그램에 대한 대용량 처리시 높은 성능을 제공합니다. 

OOP는 대용량 데이터 처리에는 좋지 않습니다. 


9. 함수형 프로그래밍은 조건문을 지원하지 않습니다. 

OOP는 if-else문과 switch문 처럼 조건문을 사용할 수 있습니다. 







728x90


728x90
  • Angels We Have Heard On High (천사들의 노래가) 

  • Angels we have heard on high Sweetly singing o'er the plains,
  • 천사들이 높은곳에서 땅위로 달콤한 노래를 부르니
  • And the mountains in reply Echoing their joyous strains.
    산에서 응답하여 즐거운 선율이 메아리 친다.  

    Gloria, in excelsis Deo!
  • 영광~ 높은곳에서 주님
    Gloria, in excelsis Deo!
    영광~ 높은곳에서 주님

  • Shepherds, why this jubilee? Why your joyous strains prolong?
    목자들아 왜 이 기념일에?(쉬지 않는가) 왜 너희의 기쁨을 계속 즐기지 않는가?
  • What the gladsome tidings be 
  • 이 기쁜 소식
  • Which inspire your heavenly song?
  • 너의 천상의 노래에 영감을 주지 않는가?

    Gloria, in excelsis Deo!
  • 영광~ 높은곳에서 주님
    Gloria, in excelsis Deo!
  • 영광~ 높은곳에서 주님
    Gloria, in excelsis Deo!
  • 영광~ 높은곳에서 주님

* o'er [ɔː(r)] = over

strains 압박, 유형 , 요소, 선율

* prolong 연장하다.

gladsome 기쁜 반가운

jubilee 기념일

tidings  소식, 뉴스

728x90

알고리즘 문제풀기 시작.

그냥 그렇다고하는거 시간을 재면서 써보니까 좋네^^




1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
 
public class Backjoon1000_DrEngineer
{
    public static void main(String[] args) throws IOException
    {
        //메모리 13024KB 시간:92ms
        BufferedReader bufferedReader = new BufferedReader(new InputStreamReader(System.in));
        String inputValue;
        String[] numbers = new String[2];
        while ((inputValue = bufferedReader.readLine()) != null)
        {
            numbers = inputValue.split(" ");
 
            System.out.print(Integer.valueOf(numbers[0]) + Integer.valueOf(numbers[1]));
        }
 
        /*        // 메모리 14408   112
        Scanner scanner = new Scanner(System.in);
        int A = scanner.nextInt();
        int B = scanner.nextInt();
        if (!(0 >= A || B >= 10))
            System.out.print(A + B);
        scanner.close();*/
        /*        // 메모리 14440 시간  112
        Scanner scanner = new Scanner(System.in);
        int A = scanner.nextInt();
        int B = scanner.nextInt();
        if (0 < A && B < 10)
            System.out.print(A + B);
        scanner.close();*/
    }
}



cs




728x90

The First Noel

첫번째 크리스마스


1.

The First Noel, the Angels did say 

첫 크리스마스, 천사들이 말했어

was to certain poor shepherds in fields as they lay

들판에 누워있던 어떤 가난한 양치기에게

In fields where they lay keeping their sheep

누워서 양을 지키고 있는 들판에서   

On a cold winter's night that was so deep

추웠던 겨울 한밤중에


2.

They looked up and saw a star

그들은 별을 올려다 봤어

Shining in the East beyond them far

저멀리 동쪽에서 빛나고 있던

And to the earth it gave great light

그 별은 이 땅에 큰 빛을 주었어

And so it continued both day and night

그리고 그 빛은 밤낮으로 계속됐어.


후렴

Noel, Noel, Noel, Noel

크리스마스X4

Born is the King of Israel!

이스라엘의 왕이 나셨어

+ Recent posts