Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
332d0fa
updates
D-Gun Jan 19, 2021
91d7c87
Update README.md
D-Gun Jan 19, 2021
367dd1f
gitbash 명령어 정리
D-Gun Jan 21, 2021
4644eb8
gitbash command
D-Gun Jan 21, 2021
8b68083
gitbash command2
D-Gun Jan 21, 2021
e8feb14
gitbash command3
D-Gun Jan 21, 2021
be7844f
gitbash command4
D-Gun Jan 21, 2021
6ae17fa
memory structure post
D-Gun Jan 26, 2021
44beb39
memory st2
D-Gun Jan 27, 2021
de56f0c
inside link1
D-Gun Jan 27, 2021
5862fd3
inside link1
D-Gun Jan 27, 2021
e5827fd
insidelink4 and git command insult
D-Gun Jan 27, 2021
57ab939
horizontal line test1
D-Gun Jan 27, 2021
f0ad2bd
giveup horizontal line1
D-Gun Jan 27, 2021
5841639
giveup horizontal line2
D-Gun Jan 27, 2021
f048f99
horizontalline test3
D-Gun Jan 28, 2021
f492b28
img change
D-Gun Apr 7, 2021
44c68a4
java class, instance내용 작성
D-Gun Jun 20, 2021
26ca0d4
C#, 내용 추가 시도
D-Gun Jun 20, 2021
9f0b190
markdown오류내용 수정시도 2차
D-Gun Jun 20, 2021
b6e4574
markdown오류내용 수정시도 3차
D-Gun Jun 20, 2021
e148cc4
markdown오류내용 수정시도 4차
D-Gun Jun 20, 2021
54b73b6
c언어 관련 내용 삭제
D-Gun Jun 20, 2021
78eccfc
Java DI
D-Gun Jun 28, 2021
0f91528
Java-Spring-DI(2)
D-Gun Jun 28, 2021
49cc5d0
java-spring-di(3)
D-Gun Jun 28, 2021
d5b57b9
java_spring_di(4)
D-Gun Jun 28, 2021
dd65d97
java-spring-DI(5)
D-Gun Jun 28, 2021
0757e85
java-spring-DI(6)
D-Gun Jun 28, 2021
40f45de
Spring_Tutorial 사진추가
D-Gun Jun 29, 2021
2221589
사진 확장자 변경
D-Gun Jun 29, 2021
92e6558
사진 2차시도
D-Gun Jun 29, 2021
7d8ea7f
수정
D-Gun Jun 29, 2021
9a67a79
SELECT CALUSE UPDATE
D-Gun Aug 22, 2021
41f718c
select clause
D-Gun Aug 22, 2021
05e9da1
select clause
D-Gun Aug 22, 2021
13f455f
sqlconnection
D-Gun Aug 24, 2021
6ba64df
sqlconnection
D-Gun Aug 24, 2021
334583b
change categories
D-Gun Aug 24, 2021
692aff2
git config --list 추가
D-Gun Aug 25, 2021
cb342aa
git command 추가
D-Gun Aug 29, 2021
1bbfb31
git command 추가 2
D-Gun Aug 29, 2021
d2f093f
SQL CREATE 및 GIT COMMAND 수정
D-Gun Oct 18, 2021
1ac6a46
sql update
D-Gun Oct 27, 2021
fb09244
sql update2
D-Gun Oct 27, 2021
de17a8a
change create part
D-Gun Oct 27, 2021
37632ca
update change3
D-Gun Oct 27, 2021
a930d99
upload test1
D-Gun Oct 27, 2021
dc516c9
update. create del
D-Gun Oct 27, 2021
69abd5b
sql update, create again
D-Gun Oct 27, 2021
402b072
sql update, create again2
D-Gun Oct 27, 2021
b3e96f5
apiendpoint
D-Gun Oct 28, 2021
e1a1a1b
vim, handshake추가
D-Gun Nov 10, 2021
a9d4263
빔, 핸드쉐이크2
D-Gun Nov 10, 2021
88b0f0a
vim, handshake post change type to UTF-8
D-Gun Nov 16, 2021
e41c4d9
commit vim, 3handshake post changes
D-Gun Nov 16, 2021
5384a28
commits3
D-Gun Nov 16, 2021
74a4616
c
D-Gun Nov 16, 2021
8be3f58
cc
D-Gun Nov 16, 2021
dcefb9d
cccc
D-Gun Nov 16, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,025 changes: 1,025 additions & 0 deletions .vs/D-Gun.github.io/config/applicationhost.config

Large diffs are not rendered by default.

Binary file added .vs/D-Gun.github.io/v16/.suo
Binary file not shown.
3 changes: 3 additions & 0 deletions .vs/ProjectSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"CurrentProjectSetting": null
}
8 changes: 8 additions & 0 deletions .vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"ExpandedNodes": [
"",
"\\_posts"
],
"SelectedNode": "\\_posts\\2021-11-02-think-3Way_4WayHandshake.markdown",
"PreviewInSolutionExplorer": false
}
Binary file added .vs/slnx.sqlite
Binary file not shown.
2 changes: 1 addition & 1 deletion 404.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
layout: not-found
title: "404: Page not found"
permalink: 404.html
---
---
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ gem "jekyll-feed", "~> 0.9"
gem "jekyll-sitemap", "~> 1.0"
gem "jekyll-redirect-from", "~> 0.12"
gem "classifier-reborn"
gem 'wdm', '>= 0.1.0'
gem 'wdm', '>= 0.1.0'
gem "kramdown-parser-gfm"
gem "webrick", "~> 1.7"
31 changes: 19 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,31 @@ GEM
classifier-reborn (2.2.0)
fast-stemmer (~> 1.0)
colorator (1.1.0)
concurrent-ruby (1.1.6)
em-websocket (0.5.1)
concurrent-ruby (1.1.7)
em-websocket (0.5.2)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7-x64-mingw32)
fast-stemmer (1.0.2)
ffi (1.12.2-x64-mingw32)
ffi (1.14.2-x64-mingw32)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jekyll (3.8.6)
jekyll (3.9.0)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 0.7)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 2.0)
kramdown (~> 1.14)
kramdown (>= 1.17, < 3)
liquid (~> 4.0)
mercenary (~> 0.3.3)
pathutil (~> 0.9)
rouge (>= 1.7, < 4)
safe_yaml (~> 1.0)
jekyll-feed (0.13.0)
jekyll-feed (0.15.1)
jekyll (>= 3.7, < 5.0)
jekyll-paginate (1.1.0)
jekyll-redirect-from (0.16.0)
Expand All @@ -41,26 +41,31 @@ GEM
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (1.17.0)
kramdown (2.3.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.2.1)
listen (3.4.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.3)
rb-fsevent (0.10.3)
public_suffix (4.0.6)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
rouge (3.17.0)
rexml (3.2.4)
rouge (3.26.0)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
wdm (0.1.1)
webrick (1.7.0)

PLATFORMS
x64-mingw32
Expand All @@ -72,7 +77,9 @@ DEPENDENCIES
jekyll-paginate (~> 1.1)
jekyll-redirect-from (~> 0.12)
jekyll-sitemap (~> 1.0)
kramdown-parser-gfm
wdm (>= 0.1.0)
webrick (~> 1.7)

BUNDLED WITH
2.1.4
2.2.31
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@

## 소개

Github pages 블로그를 운영하는 중입니다. 회사라는 틀에 박혀 찍어내기식 프로그래밍에 지친 나머지 블로그에서만큼은 제가 하고 싶은 프로젝트를 진행하고 싶어 만들게 되었습니다.
* AI, Data Science 중독자입니다.
* 책을 읽고, 리뷰를 쓰고, 베타리딩 및 베타테스트에 참가하길 좋아합니다.
개발을 막 시작한 개린이입니다.
Github pages 블로그 운영을 시작했습니다.
* 여러모로 생각하고 연구하는걸 좋아합니다.
* 가끔 캘리그라피나 스케치를 하면서 새로운 영감을 얻을때도 있습니다.
* 소소하지만 살면서 얻은 깨달음이나, 개발자로서 경험하고 배웠던 것들을 공유할 예정이니 가끔 들려주시면 감사하겠습니다. :)

14 changes: 7 additions & 7 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@
# User configuration
# -----------------------------------------------------------------------------

title: TheoryDB
title: D-Gun

# The unique resource location of your page.
# Set to `https://<username>.github.io` when hosting on GitHub Pages
url: https://theorydb.github.io
url: 'https://D-Gun.github.io'

# Set to '' when hosting a blog on GitHub Pages, ie on `//<username>.github.io`
# Set to '/<reponame>' when using the `gh-pages` branch of a repository
baseurl: ""

# A very short description of your page
tagline: "All roads lead to data."
tagline: "Wannabe a Good Developer"

# A short description of the page, used in the sidebar and as fallback for the meta description tag.
# Markdown enabled, but don't use more than one paragraph (enforced by `>`)
description: >
Data science enthusiast and addict :)
BlackRock

# This should be the same author as first entry in `_data/authors.yml`
author:
name: min
email: theorydb@gmail.com
name: Gun
email: daegeungim7301@gmail.com

# Fallback image and color
image: /assets/img/main_left.jpg
image: /assets/img/cosmo.png
color: '#4f86aa'

# The font used for headings. Expects a string that is a valid CSS font-family value.
Expand Down
24 changes: 12 additions & 12 deletions _data/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# Must be the same as `author` in `_config.yml`.
# Change `qwtel` to your shortname (used in the front matter to set a page's author, e.g. `author: qwtel`).
theorydb:
name: min
email: theorydb@gmail.com
name: Gun
email: daegeungim7301@gmail.com

# Used at the bottom of each page and at the top of the `about` layout
# Markdown enabled, can use multiple paragraphs (enabled by `|`)
about: |
Data science enthusiast and addict :)
Wannabe a Good Developer

# This photo will be used in the about section
picture:
Expand All @@ -22,7 +22,7 @@ theorydb:
# Comment/uncommet to show/hide
# Icons appear in order, can be rearranged:
social:
facebook: cantouchmin
#facebook: cantouchmin
# twitter: <username>
# google: <number>
# vk: <username>
Expand All @@ -43,10 +43,10 @@ theorydb:
# steam: <number>
# reddit: <username>
# tumblr: <username>
# pinterest: <username>
pinterest: daegeungim7301
# foursquare: <number>
# yelp: <string>
github: theorydb
github: D-Gun
# stackoverflow: <number/username>
# npm: <username>
# hackernews: <username>
Expand All @@ -57,13 +57,13 @@ theorydb:
# delicious: <username>
# stumbleupon: <username>
# paypal: <username>
email: mailto:theorydb@gmail.com
rss: https://theorydb.github.io/feed.xml
email: mailto:dagegungim7301@gmail.com
# rss: <>https://D-Gun.github.io/feed.xml

# Another author
mdo:
name: <firtname> <lastname>
email: <mail@domain.tld>
name: <Daegeun> <Gim>
email: <daegeungim7301@gmail.com>
about: |
Lorem ipsum dolor sit amet, consectetur adipiscing elit,
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Expand All @@ -72,7 +72,7 @@ mdo:
Open `_data/authors.yml` to edit this text.
picture: https://placehold.it/128x128
social:
github: <username>
twitter: <username>
github: <D-Gun>
pintrest: <www.pinterest.com/daegeungim7301>
image: 'data:image/gif;base64,R0lGODlhAQABAPAAACAgIP///yH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==' # http://jsfiddle.net/LPxrT/
color: '#268bd2'
10 changes: 10 additions & 0 deletions _featured_categories/Git.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: list
title: Git
slug: git
menu: true
submenu: false
order: 7
description: >
git관련.
---
10 changes: 10 additions & 0 deletions _featured_categories/Java.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: list
title: Java
slug: java
menu: true
submenu: false
order: 3
description: >
java관련.
---
10 changes: 10 additions & 0 deletions _featured_categories/c#.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: list
title: C#
slug: c#
menu: true
submenu: false
order: 2
description: >
C#관련 내용
---
10 changes: 0 additions & 10 deletions _featured_categories/dev.md

This file was deleted.

10 changes: 0 additions & 10 deletions _featured_categories/envOps.md

This file was deleted.

2 changes: 1 addition & 1 deletion _featured_categories/favorites.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Favorites
slug: favorites
menu: true
submenu: false
order: 7
order: 8
description: >
개발, 일상 등 유용한 즐겨찾기 모음.
---
2 changes: 1 addition & 1 deletion _featured_categories/review.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ menu: true
submenu: false
order: 6
description: >
IT 서적 및 그 외 다양한 서적을 읽고 작성한 리뷰 모음.
기존 진행했던 프로젝트나 다른 프로젝트 뜯어보기.
---
10 changes: 10 additions & 0 deletions _featured_categories/sql.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: list
title: SQL
slug: sql
menu: true
submenu: false
order: 4
description: >
SQL관련.
---
10 changes: 0 additions & 10 deletions _featured_categories/startup.md

This file was deleted.

10 changes: 0 additions & 10 deletions _featured_categories/unclassified.md

This file was deleted.

7 changes: 7 additions & 0 deletions _posts/.vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"ExpandedNodes": [
""
],
"SelectedNode": "\\2021-01-25-think-memory-structure.markdown",
"PreviewInSolutionExplorer": false
}
Binary file added _posts/.vs/_posts/v16/.suo
Binary file not shown.
Binary file added _posts/.vs/slnx.sqlite
Binary file not shown.
25 changes: 0 additions & 25 deletions _posts/2019-03-30-welcome-to-jekyll.markdown

This file was deleted.

Loading