-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathatom.xml
More file actions
843 lines (512 loc) · 29.1 KB
/
Copy pathatom.xml
File metadata and controls
843 lines (512 loc) · 29.1 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title> - Articles</title>
<description>기술 블로그</description>
<link>
https://simplehanlab.github.io</link>
<item>
<title>Maven과 Gradle 차이</title>
<description><h1 id="빌드-도구란">빌드 도구란?</h1>
</description>
<pubDate>Thu, 09 Sep 2021 16:00:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/mavengradle</link>
<guid isPermaLink="true">https://simplehanlab.github.io/mavengradle</guid>
</item>
<item>
<title>Python 강좌(2) - Python 제어문</title>
<description><p><span class="table-of-contents-list">Python 강좌는 여러 절로 구성되어 있습니다. </span></p>
<ul class="table-of-contents-list">
<li><a href="./python-base">Python 강좌(1) - Python 기본</a></li>
<li><a href="./python-control-statement">Python 강좌(2) - Python 제어문</a></li>
</ul>
</description>
<pubDate>Tue, 07 Sep 2021 23:40:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/python-control-statement</link>
<guid isPermaLink="true">https://simplehanlab.github.io/python-control-statement</guid>
</item>
<item>
<title>Python 강좌(1) - Python 기본</title>
<description><p><span class="table-of-contents-list">Python 강좌는 여러 절로 구성되어 있습니다. </span></p>
<ul class="table-of-contents-list">
<li><a href="./python-base">Python 강좌(1) - Python 기본</a></li>
<li><a href="./python-control-statement">Python 강좌(2) - Python 제어문</a></li>
</ul>
</description>
<pubDate>Tue, 07 Sep 2021 23:40:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/python-base</link>
<guid isPermaLink="true">https://simplehanlab.github.io/python-base</guid>
</item>
<item>
<title>PMD 설치 및 사용방법</title>
<description><h1 id="-pmd-란">※ PMD 란</h1>
</description>
<pubDate>Wed, 20 Jan 2021 16:30:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/pmd</link>
<guid isPermaLink="true">https://simplehanlab.github.io/pmd</guid>
</item>
<item>
<title>TortoiseGit 사용방법</title>
<description><h1 id="-tortoisegit-사용방법">※ TortoiseGit 사용방법</h1>
</description>
<pubDate>Wed, 13 Jan 2021 15:30:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/tortoisegit-2</link>
<guid isPermaLink="true">https://simplehanlab.github.io/tortoisegit-2</guid>
</item>
<item>
<title>TortoiseGit 설치방법</title>
<description><h1 id="-tortoisegit-설치방법">※ TortoiseGit 설치방법</h1>
</description>
<pubDate>Wed, 13 Jan 2021 15:00:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/tortoisegit-1</link>
<guid isPermaLink="true">https://simplehanlab.github.io/tortoisegit-1</guid>
</item>
<item>
<title>CentOS 7 Gitlab 설치 및 설정(2) - Gitlab 설정</title>
<description><h3 id="centos-7-gitlab-설치-및-설정2---gitlab-설정">CentOS 7 Gitlab 설치 및 설정(2) - Gitlab 설정</h3>
</description>
<pubDate>Wed, 13 Jan 2021 14:45:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/gitlab-install-2</link>
<guid isPermaLink="true">https://simplehanlab.github.io/gitlab-install-2</guid>
</item>
<item>
<title>CentOS 7 Gitlab 설치 및 설정(1) - Gitlab 설치하기</title>
<description><h3 id="centos-7-gitlab-설치-및-설정1---gitlab-설치하기">CentOS 7 Gitlab 설치 및 설정(1) - Gitlab 설치하기</h3>
</description>
<pubDate>Wed, 13 Jan 2021 12:45:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/gitlab-install-1</link>
<guid isPermaLink="true">https://simplehanlab.github.io/gitlab-install-1</guid>
</item>
<item>
<title>워드프레스(wordpress) 설치형 사용법</title>
<description><h1 id="워드프레스-설치형-사용법">워드프레스 설치형 사용법</h1>
</description>
<pubDate>Tue, 14 Jul 2020 18:45:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/wordpress-use-installer</link>
<guid isPermaLink="true">https://simplehanlab.github.io/wordpress-use-installer</guid>
</item>
<item>
<title>워드프레스(wordpress) 사용법</title>
<description><h1 id="워드프레스-사용법">워드프레스 사용법</h1>
</description>
<pubDate>Mon, 13 Jul 2020 18:33:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/wordpress-use</link>
<guid isPermaLink="true">https://simplehanlab.github.io/wordpress-use</guid>
</item>
<item>
<title>MySQL 사용자 추가, 권한부여</title>
<description><h1 id="mysql-권한">MySQL 권한</h1>
</description>
<pubDate>Mon, 13 Jul 2020 16:47:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/mysql-auth</link>
<guid isPermaLink="true">https://simplehanlab.github.io/mysql-auth</guid>
</item>
<item>
<title>Mac 에서 React Native 개발 환경 세팅</title>
<description><h1 id="mac-에서-react-native-개발하기">Mac 에서 React Native 개발하기</h1>
</description>
<pubDate>Tue, 16 Jun 2020 18:12:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/react-native-ios</link>
<guid isPermaLink="true">https://simplehanlab.github.io/react-native-ios</guid>
</item>
<item>
<title>window 에서 react-native 환경설정</title>
<description><h1 id="react-native-환경설정">react-native 환경설정</h1>
</description>
<pubDate>Tue, 16 Jun 2020 16:40:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/react-native-preferences</link>
<guid isPermaLink="true">https://simplehanlab.github.io/react-native-preferences</guid>
</item>
<item>
<title>PostgreSQL 설치</title>
<description><p>PostgreSQL 설치방법</p>
</description>
<pubDate>Fri, 05 Jun 2020 10:40:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/postgresql-install</link>
<guid isPermaLink="true">https://simplehanlab.github.io/postgresql-install</guid>
</item>
<item>
<title>MySQL 설치</title>
<description><p>MySQL 설치방법</p>
</description>
<pubDate>Thu, 04 Jun 2020 16:37:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/mysql-install</link>
<guid isPermaLink="true">https://simplehanlab.github.io/mysql-install</guid>
</item>
<item>
<title>하이퍼레저 패브릭 환경 구성</title>
<description><p>하이퍼레저 패브릭 환경 구성</p>
</description>
<pubDate>Fri, 15 May 2020 14:00:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/hyperledger-fabric-setenv</link>
<guid isPermaLink="true">https://simplehanlab.github.io/hyperledger-fabric-setenv</guid>
</item>
<item>
<title>JavaScript 프린트 제어</title>
<description><h3 id="1-javascript-print">1. JavaScript Print</h3>
</description>
<pubDate>Thu, 23 Apr 2020 11:56:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/google-map-react4</link>
<guid isPermaLink="true">https://simplehanlab.github.io/google-map-react4</guid>
</item>
<item>
<title>Open JDK 사용 시 Https 접속 시 에러 해결</title>
<description><p>Oracle에서 JDK 유료화를 진행하려 함에 따라 open jdk 의 활용이 높아지고 있다.</p>
</description>
<pubDate>Mon, 20 Apr 2020 14:00:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/openjdk-cacerts</link>
<guid isPermaLink="true">https://simplehanlab.github.io/openjdk-cacerts</guid>
</item>
<item>
<title>React Native Base</title>
<description><h3 id="1-react-native-프로젝트에-nativebase-적용하기">1. React native 프로젝트에 NativeBase 적용하기</h3>
</description>
<pubDate>Fri, 06 Mar 2020 03:35:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/react-native-base</link>
<guid isPermaLink="true">https://simplehanlab.github.io/react-native-base</guid>
</item>
<item>
<title>오픈뱅킹 서비스 API 통신 - 2 (사용자 인증)</title>
<description><h4 id="사용자-인증"><strong>사용자 인증</strong></h4>
</description>
<pubDate>Fri, 28 Feb 2020 18:00:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/openbank-api-2</link>
<guid isPermaLink="true">https://simplehanlab.github.io/openbank-api-2</guid>
</item>
<item>
<title>오픈뱅킹 서비스 API 통신 - 1</title>
<description><h4 id="계정-생성테스트를-위한-간편가입"><strong>계정 생성(테스트를 위한 간편가입)</strong></h4>
</description>
<pubDate>Fri, 28 Feb 2020 18:00:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/openbank-api-1</link>
<guid isPermaLink="true">https://simplehanlab.github.io/openbank-api-1</guid>
</item>
<item>
<title>JavaScript 프린트 제어</title>
<description><h3 id="1-javascript-print">1. JavaScript Print</h3>
</description>
<pubDate>Tue, 25 Feb 2020 11:56:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/javascript-print</link>
<guid isPermaLink="true">https://simplehanlab.github.io/javascript-print</guid>
</item>
<item>
<title>JasperReports Java Spring project 연동 사용법</title>
<description><h3 id="1-jasperstudio-java-spring-project-연동-사용법">1. JasperStudio Java Spring Project 연동 사용법</h3>
</description>
<pubDate>Tue, 25 Feb 2020 10:27:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/jasper-2</link>
<guid isPermaLink="true">https://simplehanlab.github.io/jasper-2</guid>
</item>
<item>
<title>JasperReports 사용법</title>
<description><h3 id="1-jasperstudio-가이드">1. JasperStudio 가이드</h3>
</description>
<pubDate>Mon, 24 Feb 2020 14:35:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/jasper-1</link>
<guid isPermaLink="true">https://simplehanlab.github.io/jasper-1</guid>
</item>
<item>
<title>Android 프로젝트 구조</title>
<description><!-- ### 1. Android Native App 이란? -->
</description>
<pubDate>Fri, 14 Feb 2020 17:35:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/android-project-structure</link>
<guid isPermaLink="true">https://simplehanlab.github.io/android-project-structure</guid>
</item>
<item>
<title>React back-end</title>
<description><h3 id="1-koa-로-웹서버-만들기">1. Koa 로 웹서버 만들기</h3>
</description>
<pubDate>Fri, 07 Feb 2020 03:35:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/react-back-end</link>
<guid isPermaLink="true">https://simplehanlab.github.io/react-back-end</guid>
</item>
<item>
<title>React Router, Code Splitting, Server Side Rendering</title>
<description><h3 id="1-react-router">1. React-router</h3>
</description>
<pubDate>Thu, 06 Feb 2020 23:35:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/router-codesplitting-serverrendering</link>
<guid isPermaLink="true">https://simplehanlab.github.io/router-codesplitting-serverrendering</guid>
</item>
<item>
<title>Redux-middleware</title>
<description><h3 id="1-redux-middleware-란">1. Redux-middleware 란?</h3>
</description>
<pubDate>Thu, 06 Feb 2020 20:35:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/redux-middleware</link>
<guid isPermaLink="true">https://simplehanlab.github.io/redux-middleware</guid>
</item>
<item>
<title>Redux</title>
<description><h3 id="1-redux-란">1. Redux 란?</h3>
</description>
<pubDate>Wed, 05 Feb 2020 19:35:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/redux</link>
<guid isPermaLink="true">https://simplehanlab.github.io/redux</guid>
</item>
<item>
<title>Flutter 기본 사용 방법 정리</title>
<description><h3 id="1-flutter-란">1. Flutter 란?</h3>
</description>
<pubDate>Wed, 05 Feb 2020 19:05:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/flutter</link>
<guid isPermaLink="true">https://simplehanlab.github.io/flutter</guid>
</item>
<item>
<title>React Component Styling</title>
<description><h3 id="1-css">1. CSS</h3>
</description>
<pubDate>Tue, 04 Feb 2020 23:55:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/react-component-styling</link>
<guid isPermaLink="true">https://simplehanlab.github.io/react-component-styling</guid>
</item>
<item>
<title>Spring 프로젝트에 Summernote 적용하기</title>
<description><p>이전에 작성한 Naver SmartEditor 포스트에 이어서 이번엔 다른 위지윅 에디터를 적용해보기로 했다. 이번에 적용해 볼 에디터는 <strong>Summernote</strong>라는 에디터이다. bootstrap, jQuery 기반의 에디터여서 필자 기준으로는 SmartEditor보다 더 쉽게 사용을 할 수 있었다. SmartEditor에선 몇번 헤딩을 한 이미지 업로드도 Summernote에선 너무나도 쉽게 구현을 하였다.</p>
</description>
<pubDate>Tue, 04 Feb 2020 18:00:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/add-summernote</link>
<guid isPermaLink="true">https://simplehanlab.github.io/add-summernote</guid>
</item>
<item>
<title>Spring 프로젝트에 Naver SmartEditor 적용하기</title>
<description><p>네이버 블로그, 카페 등을 이용할 때, 웹상에서 글쓰기를 진행하다보면 폰트설정, 링크넣기, 이미지넣기 등등 부가적인 기능이 다양하게 들어간 에디터를 번번히 사용하게 된다. 이러한 에디터들을 <strong>위지윅 에디터(WYSIWYG Editor)</strong>라고 하며 Naver에선 Smart Editor 2 버전을 무료로 공개중이다. 이번 포스트에서는 해당 Smart Editor를 적용해볼까 한다.</p>
</description>
<pubDate>Tue, 04 Feb 2020 17:00:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/add-smarteditor</link>
<guid isPermaLink="true">https://simplehanlab.github.io/add-smarteditor</guid>
</item>
<item>
<title>Spring 프로젝트에 WebSocket 적용하기</title>
<description><p>웹 프로젝트를 진행하다보면 단순히 Restful API로 처리할 수 없는 요건이 생길 수 있다. 보통 HTTP 통신은 클라이언트에서 Request를 날린 후 서버의 Response를 받는 형식인데, Server에서부터 통신이 시작되야되는 요건이 있을 수 있다. 혹은 지속적으로 connection을 맺고 있어야 한다거나…<em>(실시간 채팅 혹은 알림 서비스가 그런 요건에 속한다.)</em></p>
</description>
<pubDate>Tue, 04 Feb 2020 16:00:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/add-websocket</link>
<guid isPermaLink="true">https://simplehanlab.github.io/add-websocket</guid>
</item>
<item>
<title>Spring 프로젝트에 Bootstrap 적용하기</title>
<description><p>프론트엔드를 개발하다보면 UI 개발도 같이 진행이 되는데, 이를 개발자가 직접 CSS를 작성하면서 개발하게 되면 개발 기간이 많이 늘어날 수 밖에 없다. 이럴 때 미리 개발되어 있는 UI 프레임워크 등을 가져다 쓰면 편리하지 않을까?</p>
</description>
<pubDate>Tue, 04 Feb 2020 15:00:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/add-bootstrap</link>
<guid isPermaLink="true">https://simplehanlab.github.io/add-bootstrap</guid>
</item>
<item>
<title>Spring 프레임워크를 이용한 프로젝트 생성 (with STS, JSP)</title>
<description><h2 id="sts-spring-tool-suite-받기">STS (Spring Tool Suite) 받기</h2>
</description>
<pubDate>Tue, 04 Feb 2020 14:00:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/start-spring</link>
<guid isPermaLink="true">https://simplehanlab.github.io/start-spring</guid>
</item>
<item>
<title>Google Map API React에서 사용하기 (3)</title>
<description><h3 id="1-추가-응용">1. 추가 응용</h3>
</description>
<pubDate>Thu, 02 Jan 2020 16:00:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/google-map-react3</link>
<guid isPermaLink="true">https://simplehanlab.github.io/google-map-react3</guid>
</item>
<item>
<title>인스타그램 최근 이미지 피드하기</title>
<description><h3 id="1-인스타그램-피드하기">1. 인스타그램 피드하기</h3>
</description>
<pubDate>Thu, 28 Nov 2019 18:39:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/instagram-feed</link>
<guid isPermaLink="true">https://simplehanlab.github.io/instagram-feed</guid>
</item>
<item>
<title>안드로이드 BLE 통신</title>
<description><h3 id="1-블루투스-권한-설정">1. 블루투스 권한 설정</h3>
</description>
<pubDate>Mon, 11 Nov 2019 17:35:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/ble</link>
<guid isPermaLink="true">https://simplehanlab.github.io/ble</guid>
</item>
<item>
<title>Google Map API React에서 사용하기 (2)</title>
<description><h3 id="1-구글-맵-언어-설정">1. 구글 맵 언어 설정</h3>
</description>
<pubDate>Mon, 11 Nov 2019 17:25:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/google-map-react2</link>
<guid isPermaLink="true">https://simplehanlab.github.io/google-map-react2</guid>
</item>
<item>
<title>Google Map API React에서 사용하기</title>
<description><h3 id="1-시작하기">1. 시작하기</h3>
</description>
<pubDate>Wed, 06 Nov 2019 17:25:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/google-map-react</link>
<guid isPermaLink="true">https://simplehanlab.github.io/google-map-react</guid>
</item>
<item>
<title>React 튜토리얼 2</title>
<description><h3 id="1-시작하기">1. 시작하기</h3>
</description>
<pubDate>Tue, 01 Oct 2019 18:08:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/react2</link>
<guid isPermaLink="true">https://simplehanlab.github.io/react2</guid>
</item>
<item>
<title>React 튜토리얼</title>
<description><h3 id="1-개요">1. 개요</h3>
</description>
<pubDate>Mon, 30 Sep 2019 14:06:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/react1</link>
<guid isPermaLink="true">https://simplehanlab.github.io/react1</guid>
</item>
<item>
<title>코르도바 활용 블루투스 프로젝트 생성</title>
<description><h3 id="1-코르도바-개발환경-설정">1. 코르도바 개발환경 설정</h3>
</description>
<pubDate>Fri, 23 Aug 2019 14:06:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/ios-use-cordova</link>
<guid isPermaLink="true">https://simplehanlab.github.io/ios-use-cordova</guid>
</item>
<item>
<title>[iOS] Swift 기본 (2)</title>
<description><h3 id="5-클래스와-구조체">5. 클래스와 구조체</h3>
</description>
<pubDate>Fri, 23 Aug 2019 11:23:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/ios-swift2</link>
<guid isPermaLink="true">https://simplehanlab.github.io/ios-swift2</guid>
</item>
<item>
<title>[iOS] Swift 기본 (1)</title>
<description><h3 id="1-변수와-상수">1. 변수와 상수</h3>
</description>
<pubDate>Fri, 23 Aug 2019 10:58:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/ios-swift</link>
<guid isPermaLink="true">https://simplehanlab.github.io/ios-swift</guid>
</item>
<item>
<title>[iOS] Xcode 설치 프로젝트 생성</title>
<description><h3 id="1-ios-개발-환경-세팅-xcode-설치-및-기본-설정">1. iOS 개발 환경 세팅 (Xcode 설치 및 기본 설정)</h3>
</description>
<pubDate>Thu, 22 Aug 2019 15:20:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/ios-xcode</link>
<guid isPermaLink="true">https://simplehanlab.github.io/ios-xcode</guid>
</item>
<item>
<title>[Tensorflow] Pycharm 설치 및 Anaconda 연동</title>
<description><h3 id="1-pycharm--다운로드-및-설치-community-버전">1. Pycharm 다운로드 및 설치 (community 버전)</h3>
</description>
<pubDate>Tue, 20 Aug 2019 17:20:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/tensorflow_pycharm_anaconda</link>
<guid isPermaLink="true">https://simplehanlab.github.io/tensorflow_pycharm_anaconda</guid>
</item>
<item>
<title>[Tensorflow] Anaconda(아나콘다) 설치하기</title>
<description><h3 id="아나콘다">아나콘다</h3>
</description>
<pubDate>Tue, 20 Aug 2019 16:00:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/tensorflow_install_anaconda</link>
<guid isPermaLink="true">https://simplehanlab.github.io/tensorflow_install_anaconda</guid>
</item>
<item>
<title>minimal-mistakes에 Google Analytics 연동하기</title>
<description><p>블로그를 운영하는데 통계가 필요하다. 다행히 minimal-mistake 테마에서 Google Analytics 연동을 지원한다. 그래서 Google Analytics와 블로그를 연동해보기로 했다. (Google Analytics 외에 다른 통계 소스 연동도 지원하고 커스텀을 하는 방법도 지원한다. 커스텀을 이용하는 방법은 아직 해본 적이 없다.)</p>
</description>
<pubDate>Fri, 09 Aug 2019 15:00:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/google-analytics</link>
<guid isPermaLink="true">https://simplehanlab.github.io/google-analytics</guid>
</item>
<item>
<title>[Ubuntu 18.04] SSH 접속 설정 하기</title>
<description><h2 id="ssh-란">SSH 란?</h2>
</description>
<pubDate>Wed, 07 Aug 2019 15:00:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/ssh-how_to_setup_ssh</link>
<guid isPermaLink="true">https://simplehanlab.github.io/ssh-how_to_setup_ssh</guid>
</item>
<item>
<title>VSCode, Typora를 이용하여 jekyll 포스트 작성하기 (with minimal-mistakes)</title>
<description><p>jekyll 포스트를 작성하는 방법에 대해 작성하려 한다. 나는 공개된 테마 중 minimal-mistakes 테마를 이용하고 있으므로 해당 테마 기반으로 글을 작성한다. 그리고 jekyll 사용 편의성을 높히기 위해 VSCode와 Typora를 같이 이용하기로 하였다.</p>
</description>
<pubDate>Thu, 01 Aug 2019 17:00:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/write-post</link>
<guid isPermaLink="true">https://simplehanlab.github.io/write-post</guid>
</item>
<item>
<title>minimal-mistakes 테마 로컬에서 구동하기</title>
<description><p>블로그를 시작하였다. 처음엔 티스토리를 이용하여 블로그를 개설하려 했으나 github에서 무료로 제공하는 <a href="https://pages.github.com/" title="github pages">github pages</a> 호스팅 서비스가 있길래 이를 이용해보기로 했다. github pages는 <a href="https://jekyllrb-ko.github.io/" title="jekyll">jekyll</a>로 동작하기 때문에 jekyll의 공개된 테마 중 인기가 많은 <a href="https://github.com/mmistakes/minimal-mistakes" title="minimal-mistakes github">minimal-mistakes</a> 테마를 이용하였다.</p>
</description>
<pubDate>Tue, 30 Jul 2019 11:00:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/run-on-local</link>
<guid isPermaLink="true">https://simplehanlab.github.io/run-on-local</guid>
</item>
<item>
<title>Nginx + Tomcat8 연동</title>
<description><p>지난 시간에는 nginx 에 let’s encrypt 를 이용하여 무료 SSL 인증서를 적용해 보았다. 이번 시간에는 SSL 인증서로 https 접속이 가능해진 nginx 에 톰캣을 연결해 보도록 할 것이다.</p>
</description>
<pubDate>Tue, 30 Jul 2019 11:00:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/ssl-nginx-tomcat</link>
<guid isPermaLink="true">https://simplehanlab.github.io/ssl-nginx-tomcat</guid>
</item>
<item>
<title>Letsencrypt + Nginx SSL인증서(HTTPS) 적용</title>
<description><h3 id="환경">환경</h3>
</description>
<pubDate>Tue, 30 Jul 2019 11:00:00 +0000</pubDate>
<link>
https://simplehanlab.github.io/ssl-letsencrypt</link>
<guid isPermaLink="true">https://simplehanlab.github.io/ssl-letsencrypt</guid>
</item>
</channel>
</rss>