블로그
-
[동영상]EBS Easy Writing 7월2일 목.Middle-aged women taking on the challenge of becoming influencer
just started making Reels, and I'm excited for her," said the son of a 45-year-old woman. 5 As a result , many of them are making a name for themselves online. ◇◇◇◇◇◇◇ 입영.......
blog.naver.com · 2026.07.02
-
이지라이팅20260702
As a result, many of them are making a name for themselves online.
blog.naver.com · 2026.07.01
-
[노트 필기] 리눅스에 대해 알아보자. 6. 시스템 Access 및 파일 시스템 d. find,locate, 와일드카드
-name "kramer" 현재 상대경로로 시작해서, (.). 이름이(-name), kramer인 파일을 찾는 경우이다. . If "locate" command does not output any result, then as root run "updatedb".
blog.naver.com · 2026.03.21
-
2019 KAKAO BLIND RECRUITMENT 실패율 파이썬
정렬 시 lambda를 이용하니 꼭 외워두기 - 딕셔너리(dictionary)는 items()함수를 사용하면 딕셔너리에 있는 키와 값들의 쌍을 얻을 수 있습니다. car = {"name " : "BMW", "price" : "7000"} print(car.items())=> dict_items([('name', 'BMW'), ('price', '7000')])
blog.naver.com · 2021.05.05
-
[JSON]stringify() : browser sends data to Web Server with String
Stringify a JavaScript ObjectImagine we have this object in JavaScript: var obj = { "name":"John", "age JavaScript function JSON.stringify() to convert it into a string. var myJSON = JSON.stringify(obj);The result
blog.naver.com · 2017.10.16
-
원형 연결 리스트 활용 / 직원정보 (열혈 자료구조 문제ch05-1)
#include #include #include "CLinkedList.h" #include "Employee.h" Employee * MakeEmployee(char * name , int emp_num); Employee * WhoNightDuty(List * plist, char * name, int days); void PrintInfor(Employee
blog.naver.com · 2017.02.18
-
DeltaMushToSkin
DeltaMushToSkinSubmitted by Tamyl on Tue, 2016-09-13 11:092votesVersion: 1.0Date Updated: 09/13/2016Author Name converting" to Skin feature - the plugin solves Skin weights matched as close as possible to the DeltaMush result
blog.naver.com · 2016.12.13
-
[2016]고3 4월 모의고사 직독직해 36번 (순서 )[부산 독학재수,화명한샘 학원]
are firing all over the place leads to wanting more stimulation that can, in certain situations, result The more commonly known name for this overlearning is addiction.
blog.naver.com · 2016.04.27
-
빅토리아 아두이노'VA358 화이트 이글' 국내 상륙 (정식 런칭 :[2016 서울커피엑스포] 2016년 4월 14일(목) ~ 17일(일))
This was the result we wanted to get with the new product that we taylored: its name is VA358 White Eagle
blog.naver.com · 2016.03.10
-
case
$query = "select * member_info order by member_code desc"; $result = mysql_query($query); while($member = mysql_fetch_array($result)) { switch($member[name]) { case '가': echo ""; break; case '나': echo "";
blog.naver.com · 2006.05.05