본문 바로가기

728x90

Category

(389)
outline 은 border와 다르다 https://ossam5.tistory.com/139 [CSS3강좌] 31강 CSS outline속성 - 오쌤의 니가스터디 ** 영상으로 보고 싶은 분은 아래 주소를 클릭하세요! https://www.youtube.com/watch?v=TaXDcQFAOkw 1. outline 속성이란? - outline(윤곽선)은 요소를 눈에 띄게 하기 위해 테두리(border)의 바깥쪽에 그려지는.. ossam5.tistory.com 내가 프로파일 이미지에 호버 하면 동그렇게 border가 생기는 기능을 만들고 있는데, outline으로 해야한다. 그래야 안쪽에는 적용안되서 이미지가 밀리는 일이 없당
깃허브 코파일럿 유료화됨 유료화 될줄 알았지만, 진짜 됐다
파이썬이 아닌 maxscript 소스 무슨 소스인지는 .. 기억이 안나고 그냥 바탕화면에 있길래 백업용으로 올려둠 transform 위치 : pos (position을 줄인 단어입니다.) 회전 : rotation 크기 : scale move 상대이동 mypot1 = teapot() --create a teapot fn whendeleted = --define a callback function ( local deletedobjects = callbacks.notificationParam() format "Callback: %\n" deletedobjects -- This will printevery object that was deleted. -- By this point, the object isstillattached to it's pa..
연습 소스 obj = doc.GetActiveObject() doc = c4d.documents.GetActiveDocument() obj = doc.GetActiveObject() name = obj.GetName() type = obj.GetType() points = obj.GetAllPoints() import c4d dpef run(): o = doc.GetActiveObject() if o == None: return cv = o[c4d.ID_BASEOBJECT_VISIBILITY_EDIT] if cv == 2: # default o[c4d.ID_BASEOBJECT_VISIBILITY_EDIT] = 0 if cv == 0: o[c4d.ID_BASEOBJECT_VISIBILITY_EDIT] = 1 if c..
[노션]페이지 멘션과 페이지 링크 차이점 요약: 멘션하면 이동 후 하위 페이지에 접근을 못함. 내가 사용하고 있는 페이지 링크를 복붙하니깐 페이지 멘션과 페이지 링크 가 두개 뜬다 페이지 복제와 차이는 알았는데.. 멘션과 링크의 차이점은 무엇일까? 진짜 아주 미세하게 위에 멘션한것 보다, 밑에 링크해서 만든 거의 화살표가가 더 크다. Mentioning a page is similar to linking a page, but the key difference is that you can mention a page in the same line as other text, and it won’t show up as another sub-page under the page it’s being mentioned on. 멘션하면 이동 후 하위 페이지에 ..
노션 캘린더에 요일표시 보드 형식으로 하는것 보다 난 이게 편한것 같다. https://tttap.tistory.com/146
[calendar2notion]노션 캘린더 구글 캘린더 완벽연동 https://calendar2notion.opize.me/ Calendar2notion - 구글 캘린더를 노션과 연결하기 구글 캘린더와 노션을 서로 연결하고, 더욱 편리한 노션 라이프를 즐겨보세요 calendar2notion.opize.me 이거 쓰면 된다.
Git 커밋 로그 수정 가장 최근의 commit 수정 git commit --amend https://velog.io/@mayinjanuary/git-%EC%BB%A4%EB%B0%8B-%EB%A9%94%EC%84%B8%EC%A7%80-%EC%88%98%EC%A0%95%ED%95%98%EA%B8%B0-changing-commit-message [git] 커밋 메세지 수정하기 (changing commit message) 로컬에 있는, 혹은 리모트에 이미 올라간 commit message 를 수정하는 방법을 알아봅니다. 가장 최신의 commit 을 수정하는 방법과, 더 오래된 commit 을 수정하는 방법을 알아봅니다. velog.io

728x90