블로그
-
방탄유리천장
blogId=j13t&logNo=223650351678&categoryNo=0&parentCategoryNo=0&viewDate=¤tPage=1& postListTopCurrentPage=&from=postList&userTopListOpen=true&userTopListCount=5&userTopListManageOpen=false
blog.naver.com · 2024.11.09
-
ㅈㅂㅈㅈㅂㅈㅂ
BrandID=John+Elliott&orderType=ClickCnt&Ccode1=42&Ccode2=0&Ccode3=0&Ccode4=0 발란 티 st=POPULAR&free=false&dt=BIG_IMAGE&page=562&size=80 필웨이 총 1,274페이지/201~끝가지 볼것 https:/
blog.naver.com · 2023.12.11
-
[23/07/02]HackerRank 파이썬 코딩테스트_Introduction
Write a function : 윤년 여부 확인하기 def is_leap(year): leap = False if year % 400 ==0: leap = True elif year % 100 ==0: leap = False elif year % 4 ==0: leap = True else: leap = False return leap year = int(input
blog.naver.com · 2023.07.02
-
GMP 의 정의
blogId=sacare&logNo=221086212162&categoryNo=59&parentCategoryNo=0&viewDate=¤tPage=1& postListTopCurrentPage=1&from=search&userTopListOpen=true&userTopListCount=10&userTopListManageOpen=false
blog.naver.com · 2023.07.24
-
대학 4개년 입결 모음~
useCafeId=false 2023년도 입시결과 : https://www.adiga.kr/kcue/ast/eip/eis/inf/stdptselctn/eipStdGenSlcIemCmprGnrl2 p_menu_id=PG-EIP-16001&chkUnivList=0.......
blog.naver.com · 2023.07.06
-
[VBA TIP]두 열을 비교하여 없는 것은 적색으로 표기
For i = 1 To lastRowA found = False ' 초기화 For j = 1 To lastRowD If Cells(i, 1).Value = Cells(j, 4).Value Then found = True Exit For End If Next j If Not found Then Cells(i, 1).Font.Color = RGB(255, 0, 0) '
blog.naver.com · 2023.06.08
-
개발자, 디자이너와 협력하는 방법(2) - 업무지식: 개발, UI 관련 용어
1, 123, 4443, -32 Boolean : 데이터 타입 중 하나로 참과 거짓 (True, False) 두 가지 값중 하나만 갖는다. ex) True, False NULL : 값이 없음을 나타낸다. 0 조차도 아닌 값 Nullable.......
blog.naver.com · 2023.02.14
-
패딩수선/구멍난패딩수선/담배빵난패딩수선/찢어진패딩수선/지식인활동
blogId=skc878700&logNo=222560180875&categoryNo=0&parentCategoryNo=0&viewDate=¤tPage=3& postListTopCurrentPage=&from=section&userTopListOpen=true&userTopListCount=30&userTopListManageOpen=false
blog.naver.com · 2022.11.06
-
Python xlwings DRM 엑셀 작업가능
XFD1048576").row_height=12.5 # 틀고정 active_window = wb.app.api.ActiveWindow active_window.FreezePanes = False active_window.SplitColumn = 0 active_window.SplitRow = 1 active_window.FreezePanes = True # 자동필터 ws.used_range.api.AutoFilter
blog.naver.com · 2022.10.21
-
Cheat Sheet
커밋을 다시 새로 커밋 git commit --amend --no-edit git push --force C++ 비트 플래그 enum class Permission { NONE = 0, Shell 변수 할당 FOO=${BAR} 문자열 비교 (/i : 대소문자 차이 무시) if [ "${FOO}" = "string" ]; then BRANCH_CLEAR=false
blog.naver.com · 2022.05.03