| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 |
- function
- 코틀린
- Android
- 플러터
- map
- DART
- Class
- 웹크롤러
- texttheme
- 크롤러
- variable
- 콜렉션
- kotlin
- python
- Flutter
- text
- set
- 클래스
- import
- package
- animation
- crawler
- 다트
- Collection
- textstyle
- ML
- List
- 함수
- pushnamed
- 파이썬
- Today
- Total
목록전체 글 (126)
조용한 담장
github 에도 추가된 mermaid. Include diagrams in your Markdown files with Mermaid | The GitHub Blog Include diagrams in your Markdown files with Mermaid | The GitHub Blog Mermaid is a JavaScript based diagramming and charting tool that takes Markdown-inspired text definitions and creates diagrams dynamically in the browser. github.blog Markdown 에 텍스트만 가지고 다양한 다이어그램을 넣을 수 있다. https://mermaid-js.github...
Reddit에서 Is typescript worth it? 라는 제목으로 핫한 내용을 살펴보고 Typescript의 장점들에 대한 내용을 모아봄. 질문자가 가진 Typescript에 대한 의문들 To be honest it feels that is just a massive building step. Working on a pure Javascript project feels so liberating. You are only thinking about the logic and what needs to be accomplished. And those projects move fast. Maybe .5% of my bugs are type related. Most bugs come from complex l..
https://docs.python.org/ko/3/library/functions.html#__import__ 내장 함수 — Python 3.9.6 문서 내장 함수 파이썬 인터프리터에는 항상 사용할 수 있는 많은 함수와 형이 내장되어 있습니다. 여기에서 알파벳 순으로 나열합니다. abs(x) 숫자의 절댓값을 돌려줍니다. 인자는 정수, 실수 또는 __ docs.python.org __import__(name, globals=None, locals=None, fromlist=(), level=0) name 변수가 package.module 형식일 때, 일반적으로 name 에 의해 명명된 모듈이 아니라, 최상위 패키지(첫 번째 점까지의 이름)가 반환됩니다. 그러나 비어 있지 않은 fromlist 인자가 주어..
Jest 의 에러 Jest encountered an unexpected token SyntaxError: Cannot use import statement outside a module 를 해결 한 방법. 아래의 패키지 설치 (npm install) @babel/core @babel/preset-env @babel/plugin-transform-modules-commonjs @babel/plugin-transform-runtime project root directory 에 babel.config.js 파일 생성 module.exports = { presets: ["@babel/preset-env"], env: { test: { plugins: [ '@babel/plugin-transform-modul..
