# learn

34개의 포스트
post-thumbnail

[TIL_230315] 첫번째 TIL

java 언어 학습

2023년 3월 15일
·
0개의 댓글
·

Using Sckit-Learn

conda install scikit-learnevery algorithm is exposed in scikit-learn via an 'Estimator' First you'll import the model, the general form is : \- from

2022년 3월 31일
·
0개의 댓글
·
post-thumbnail

🏛 지상 최고의 아카데미 - (1) 킥오프

간다간다간다

2022년 2월 4일
·
0개의 댓글
·

[Android] 화면에 되돌아오면서 setText가 먹지 않는 문제

프래그먼트 A -> B -> A로 돌아오면서 A의 EditText에 setText()를 호출하였으나 text가 적용되지 않는 것을 발견했습니다.popBackStack으로 B에서 이전 프래그먼트 A로 돌아오면서 현재 UI Thread가 A로 바뀌지 않은 상태에서 setT

2021년 12월 15일
·
0개의 댓글
·
post-thumbnail

[Android] TextView 말줄임 적용될 경우 다른 View가 사라지는 문제

왼쪽 TextView의 말줄임 처리를 위해 width=0dp로 설정하면 말줄임 처리가 되지 않을 때는 오른쪽 TextView가 왼쪽 TextView와 붙지 않습니다.말줄임 처리를 위해 width 영역을 0dp로 설정하면서 해당 width가 고정되었기 때문입니다.위와 같

2021년 12월 15일
·
0개의 댓글
·
post-thumbnail

Omnifood Project #4 ~ 'How-It-Works' Section

The how-it-works section is a component that is built in order to guide users step-by-step on how to use the service provided on the website.

2021년 11월 9일
·
0개의 댓글
·

Omnifood Project #3 ~ Building the Header and Navigation

After building the hero section, I moved on to create a header and a navigation component using the contents given prior to this exercise.In order to

2021년 11월 3일
·
0개의 댓글
·
post-thumbnail

Omnifood Project #2 ~ Building the Hero

I began by first building the hero section of the website. A hero section is very important because it is the first thing that users will see when the

2021년 10월 26일
·
0개의 댓글
·

Omnifood Project #1 ~ Getting Prepared

Starting today, I will be clone-building a website known as 'omnifood'. Everything I do for this project will be fictinoal and will not be tranformed

2021년 10월 22일
·
0개의 댓글
·
post-thumbnail

The Process of Building a Website

Define WHO the website is for. Is it for yourself? For a client of your agency or your freelancing business?Define WHAT the website is for. In other w

2021년 10월 19일
·
0개의 댓글
·

Building a Web Application Layout

When we want to build a good looking website, it is VERY VERY important to structurally build the entire web application layout. This is an important

2021년 10월 14일
·
0개의 댓글
·
post-thumbnail

Building a Hero Section

A hero section is the area that is immediately shown when the user visits a website. This section of the website should be able to introduce the overa

2021년 10월 13일
·
0개의 댓글
·

Building a Table Component

Although the table component is not used as commonly as other components, it is still important to know how to make one. There may be times when you m

2021년 10월 7일
·
0개의 댓글
·

Building an Accordion Component

Today, I attempted to clone-code a type of layout known as an accordion. An accordion is a vertically stacked list of headers that can be clicked to r

2021년 10월 3일
·
0개의 댓글
·

Web Design #10 - User Experience (UX)

Difference Between UI and UX? UI and UX are familiar terms that people have heard often in various settings. But, what exactly do they mean? User In

2021년 9월 27일
·
1개의 댓글
·
post-thumbnail

Web Design #9 - Visual Hierarchy

As the name states, visual hierarchy is about establishing which elements of a design are the most important ones. We can set important elements on a

2021년 9월 24일
·
0개의 댓글
·

Web Design #8 - Whitespace

Whitespace is simply space given between elements to spread out from each other. Giving just the right amount of whitespace makes designs look clean,

2021년 9월 19일
·
0개의 댓글
·
post-thumbnail

Web Design #7 - Border-radius

Though creating border-radius in various contents may look insignificant, this process is actually very important for the website to look unique. By g

2021년 9월 17일
·
0개의 댓글
·
post-thumbnail

Web Design #6 - Shadows

Over the years, many developers implemented the effects of flat design and shadows into their products by choosing one after the other. In the recent

2021년 9월 16일
·
0개의 댓글
·
post-thumbnail

Web Design #5 - Icons

Although icons are one of the supporting features of a website, they are one of the first things the users look at when they look through any website.

2021년 9월 15일
·
2개의 댓글
·