본문 바로가기

전체 글524

[Java] Explain about Overload Sometimes I was feeling like why I have to upload the post? what make me like this? .. This mean I chanaged a lot than before. honestly I' m so lazy and bullshit and stupid... Don't forget original intention I will keep my mind and passion in this way. So..Let's go guys. This part is very important . You have to listen up Now. 각, 함수마다 this.name =name ; 이 구문이 정말 중요하다. 왜냐하면 이 함수에있는 name과 model 또는 .. 2022. 2. 23.
[Apache] Download an Apache program Long time no see I am making a writing. And I can't upload a post. I didn't have enough time to make a post. Because I spent a lot of time to studying Java and ERDB. So Today I learn about why we use an apache program, It can make a server althrough apache program. So We have to download the program and make environment. Visit Apache site. And Click the "Tomcat" https://apache.org/ Welcome to Th.. 2022. 2. 21.
[MySQL] Talk about Join method in SQL Today We gotta go study about join. I think if you used this first time It will be difficult a little bit. because this method need to understand about relationship. If you are study about join, you can understand easily. So Let's go follow me . Create table book5 Create table review5 Insert into book5 values Insert into review5 values left join What's different with inner join? ※As you can see .. 2022. 2. 11.
[MySQL] Data Manipulation Language (DML) if we finish the a DDL. Now We start to study next chapter DML. Let 's start it Insert, Select Update Delete, You can see seq 1 line was deleted. To be continue 2022. 2. 9.
[MySQL] MySQL을 github으로 Commit하는 방법 정말 간단하다 하지만 오랜만에 하게되면 기억이 나지 않을 수도 있으니 미리미리 복습해두자. To be continue 2022. 2. 8.
[MySQL] Data Definition Language (DDL) Today We are going to study DDL. It include CREATE, ALTER, DROP, RENAME and TRUNCATE. So Let's get it. Create table, We maed a table called test3. Drop table, It's easy just type it. alter table tablename add tel int; alter table name drop tel; alter table tablename modify tel int; , this is mean that modify column attribute. alter table tablename change tel pongpong varchar(45); As you know We .. 2022. 2. 7.
[MySQL] Insert into "table" values Today we gonna study how to insert the data in database. It's easy than we thought. So Don't worry about it. It 's easy so Let's start immediately Insert into "table" ( ) Values ( ); ※Don't forget use ' ' when you use a word. if you aren't that you can see this error. Check the data through this method, Select & from table; To be continue 2022. 2. 4.
[Github] How to connect Github with MySQL It's easy just follow me Step one, Change a content in the .gitgnore like this. step two, New project, And Click the project in the general And Make your name And finish To be continue 2022. 2. 3.