일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- redux toolkit 설명
- vue기초
- cloud hsm
- ethers type
- 러스트 기초 학습
- redux 기초
- erc4337
- erc4337 contract
- 스마트 컨트렉트 함수이름 중복
- 러스트 기초
- 티스토리챌린지
- ethers typescript
- SBT표준
- ambiguous function description
- 스마트컨트렉트 예약어 함수이름 중복
- ethers websocket
- ethers v6
- 컨트렉트 동일한 함수이름 호출
- 스마트컨트렉트 함수이름 중복 호출
- cloud hsm 사용하기
- 러스트기초
- 오블완
- Vue.js
- 머신러닝기초
- 체인의정석
- 계정추상화
- cloud hsm 서명
- Vue
- rust 기초
- git rebase
Archives
- Today
- Total
목록cassandra db (1)
체인의정석
카산드라 DB mac에서 사용해보기
명령어 1. brew 로 카산드라 설치 brew install cassandra 2. cassandra 시작 brew services start cassandra 3. 카산드라의 쿼리 언어인 CQL 사용 Cassandra Query Language (CQL): Cassandra uses CQL for queries. You can interact with Cassandra using the CQL shell (cqlsh). cqlsh Connected to Test Cluster at 127.0.0.1:9042 [cqlsh 6.1.0 | Cassandra 4.1.3 | CQL spec 3.4.6 | Native protocol v5] Use HELP for help. cqlsh> 4. 콘솔에 들어가졌다면..
개발/database
2023. 11. 13. 17:23