Binding.scala
Reactive data-binding for Scala
파일 탐색기
- scala-project-template.yml
- scala-steward.yml
- scala.yml
- settings.json
- BindingJvmOrJs.scala
- build.sbt
- BindingJvmOrJs.scala
- build.sbt
- Binding.scala
- Binding2Or3.scala
- Binding2Or3.scala
- FlatMapRemove.scala
- InsertThenClear.scala
- Issue188.scala
- Issue56.scala
- Stackoverflow58206168.scala
- Zhihu50863924.scala
- BindingTest.scala
- BufferListener.scala
- build.sbt
- build.properties
- plugins.sbt
- plugins.sbt.scala-js.0.6
- sbt-best-practice.sbt
- SafeBufferJvmOrJs.scala
- build.sbt
- SafeBufferJvmOrJs.scala
- build.sbt
- SafeBuffer.scala
- build.sbt
- .git-blame-ignore-revs
- .gitignore
- .sbtopts
- .scalafmt.conf
- build.sbt
- LICENSE
- pubring.asc
- README-zh.md
- README.md
- secret.sbt
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
bind
설명 보기 ▼
bind
bash 단축키 및 변수를 관리하기 위한 bash 내장.
더 많은 정보: <https://www.gnu.org/software/bash/manual/bash.html#index-bind>.
bind {{-p|-P}}
모든 바인딩된 명령어와 해당 단축키를 나열:
bind -q {{command}}
단축키에 대한 명령어를 쿼리:
bind -x '"{{key_sequence}}":{{command}}'
키 바인딩:
then
설명 보기 ▼
then
This shell keyword is used in combination with `if` and `elif` to separate branches and branch conditions.
tldr if
View documentation for `if` command:
script
설명 보기 ▼
script
터미널 출력을 파일로 기록합니다.
더 많은 정보: <https://manned.org/script>.
script
현재 디렉토리의 `typescript`라는 이름의 파일에 새 세션 기록:
exit
사용자 지정 파일 경로에 새 세션 기록:
script {{path/to/session.out}}
기존 파일에 추가하여 새 세션 기록:
