๋ณธ๋ฌธ ๋ฐ”๋กœ๊ฐ€๊ธฐ


๋ถ„๋ฅ˜ ์ „์ฒด๋ณด๊ธฐ

(223)
CodeMirror HTML ์‚ฝ์ž… ๋ฏธ๋ฆฌ๋ณด๊ธฐํ•  ์ˆ˜ ์—†๋Š” ์†Œ์Šค https://codemirror.net/ https://playcode.io/javascript PlayCode - Javascript Playground playcode.io https://ansan-survivor.tistory.com/896 [Tistory] ํ‹ฐ์Šคํ† ๋ฆฌ ์ฝ”๋“œ ๋ธ”๋ก ํ…Œ๋งˆ ๋ณ€๊ฒฝํ•˜๊ธฐ (๋ชป์ƒ๊ธด ์ฝ”๋“œ๋ธ”๋Ÿญ ์ˆ˜์ •) 1. ์•„๋ž˜ ๋งํฌ์—์„œ ์‚ฌ์šฉํ•˜๊ธฐ ์›ํ•˜๋Š” ํ…Œ๋งˆ ํ™•์ธํ•˜๊ธฐ https://highlightjs.org/static/demo/ highlight.js demo highlightjs.org 2. ํ‹ฐ์Šคํ† ๋ฆฌ htmlํŽธ์ง‘๊ธฐ ๋“ค์–ด๊ฐ„๋‹ค. 3. ์™€ ์‚ฌ์ด ์•„๋ฌด๋Œ€๋‚˜ ์•„๋ž˜ ์ค„์„ ์ถ”๊ฐ€ํ•œ๋‹ค. ๊ทธ๋ฆฌ.. ansan-survivor.tistory.com https://mijey.ti..
์œ„๋„, ๊ฒฝ๋„ ๋ณ€ํ™˜ ๋„, ๋ถ„ ๋ฐ ์ดˆ(DMS): 41°24'12.2"N 2°10'26.5"E ๋„ ๋ฐ ์‹ญ์ง„์ˆ˜ ๋ถ„(DMM): 41 24.2028, 2 10.4418 ์‹ญ์ง„์ˆ˜ ๋„(DD): 41.40338, 2.17403 Latitude Latitude Degrees + Latitude Minutes/60 + Latitude Seconds/3600 * ( S๋ฉด -1 ์•„๋‹ˆ๋ฉด 1 ) LAT = (TABLE[LATD_DEG] + (TABLE[LATD_MIN]/60)) * IF(TABLE[NS]="S", -1, 1) Longtitude Longtitude Degrees + Longtitude Minutes/60 + Longtitude Seconds/3600 * ( W์ด๋ฉด -1 ์•„๋‹ˆ๋ฉด 1) LON = (TABLE[LOTD_DEG] + (TAB..
[Python] Selenium https://stackoverflow.com/questions/72773206/selenium-python-attributeerror-webdriver-object-has-no-attribute-find-el Selenium - Python - AttributeError: 'WebDriver' object has no attribute 'find_element_by_name' I am trying to get Selenium working with Chrome, but I keep running into this error message (and others like it): AttributeError: 'WebDriver' object has no attribute 'find_element_by_na..
[Vue.js] vue-router.js cdn ์˜ค๋ฅ˜ cdn ์ฃผ์†Œ๋ฅผ ์“ฐ๊ณ  ์žˆ์—ˆ๋Š”๋ฐ ๊ฐ‘์ž๊ธฐ ์•ˆ๋ฌ์Œ https://v3.router.vuejs.org/installation.html Installation | Vue Router Installation Direct Download / CDN https://unpkg.com/vue-router/dist/vue-router.js (opens new window) Unpkg.com (opens new window) provides npm-based CDN links. The above link will always point to the latest release on npm. You can also use a specific vers v3.router.vuejs.org ํ™ˆํŽ˜์ด์ง€์—๋„ ์ž˜๋ชป ๊ธฐ์žฌ ๋˜์žˆ๋Š”๊ฑฐ ๊ฐ™์Œ (v3...
ํด๋ผ์šฐ๋“œ https://www.vultr.com/ SSD VPS Servers, Cloud Servers and Cloud Hosting by Vultr Vultr Global Cloud Hosting - Brilliantly Fast SSD VPS Cloud Servers. 100% KVM Virtualization www.vultr.com https://www.linode.com/ko/ Linode | ๊ฐœ๋ฐœ์ž๋“ค์„ ์œ„ํ•œ ๋…๋ฆฝ ์˜คํ”ˆ ํด๋ผ์šฐ๋“œ ์šฐ๋ฆฌ ์ž„๋ฌด๋Š” ํด๋ผ์šฐ๋“œ ์ปดํ“จํŒ…์„ ๋ชจ๋‘์—๊ฒŒ ํ•ฉ๋ฆฌ์ ์ธ ๊ฐ€๊ฒฉ์œผ๋กœ ๊ฐ„๋‹จํ•˜๋ฉฐ ์ ‘๊ทผ์„ฑ์ด ์šฉ์ดํ•˜๋„๋ก ํ•˜์—ฌ ํ˜์‹ ์„ ๊ฐ€์†ํ™”ํ•˜๋Š” ๊ฒƒ์ž…๋‹ˆ๋‹ค. www.linode.com
[Power BI] DAX - GENERATE Dates = VAR BaseCalendar = CALENDARAUTO(6) RETURN GENERATE ( BaseCalendar, VAR BaseDate = [Date] VAR YearDate = YEAR(BaseDate) VAR MonthNumber = MONTH(BaseDate) RETURN ROW("Day", BaseDate, "Year", YearDate, "Month Number", MonthNumber, "Month", FORMAT(BaseDate, "mmmm"), "Year Month", FORMAT(BaseDate, "mmm yy" )))
[Python] Django https://wikidocs.net/71259 3-05 ๋กœ๊ทธ์ธ๊ณผ ๋กœ๊ทธ์•„์›ƒ `[์™„์„ฑ ์†Œ์Šค]` : [github.com/pahkey/jump2django/tree/3-05](https://github.com/pahkey/jump2django/tree ... wikidocs.net
[Python] Streamlit A faster way to build and share data apps Streamlit turns data scripts into shareable web apps in minutes. All in pure Python. No frontโ€‘end experience required. https://streamlit.io/ Streamlit • The fastest way to build and share data apps Streamlit is an open-source app framework for Machine Learning and Data Science teams. Create beautiful web apps in minutes. streamlit.io Gallery https://stre..