이 페이지에서 위키의 최근 바뀜을 추적합니다.
2025년 6월 27일 (금)
|
새글 09:09 | 틀:난이도 5개 바뀜 역사 +793 [Oracle (5×)] | |||
|
09:09 (최신 | 이전) +155 Oracle 토론 기여 | ||||
|
08:57 (최신 | 이전) +36 Oracle 토론 기여 | ||||
|
08:53 (최신 | 이전) +21 Oracle 토론 기여 | ||||
|
08:49 (최신 | 이전) +6 Oracle 토론 기여 | ||||
새글 |
|
08:46 (최신 | 이전) +575 Oracle 토론 기여 (새 문서: div style=" background-color: {{{bgcolor|#f0f4f8}}}; →Very light blue-gray: border-left: 5px solid {{{leftcolor|#007bff}}}; →Primary blue for accent: border-radius: 5px; padding: 15px 20px; margin-bottom: 1.5em; font-family: {{{font|'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif}}}; line-height: 1.6; color: #333; "> <div style=" font-weight: 600; font-size: 1.15em; color: {{{color|#0056b3}}}; /* Darker...) |
새글 08:39 | 틀:서브 차이역사 +637 Oracle 토론 기여 (새 문서: <div style=" background-color: #f0f4f8; →Very light blue-gray: border-left: 5px solid #007bff; →Primary blue for accent: border-radius: 5px; padding: 15px 20px; margin-bottom: 1.5em; font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif; line-height: 1.6; color: #333; "> <div style=" font-weight: 600; font-size: 1.15em; color: #0056b3; →Darker blue for title: margin-bottom: 8px; ">...) |
2025년 6월 25일 (수)
새글 20:53 | Chromadb 사용 예시 차이역사 +2,955 Oracle 토론 기여 (새 문서: == ChromaDB 상세 사용 예제 == === 1. 기본 설정 및 컬렉션 생성 === <source lang="python"> import chromadb from chromadb.config import Settings # ChromaDB 클라이언트 생성 client = chromadb.Client(Settings( chroma_db_impl="duckdb+parquet", persist_directory="./chroma_storage" # 데이터 영구 저장 경로 )) # 컬렉션 생성 collection = client.create_collection( name="book_collection", metadata={"description": "책 정보 저장소"}...) |
새글 20:50 | 분류:Chromadb 차이역사 0 Oracle 토론 기여 (빈 문서를 만듦) |
새글 20:48 | Chromadb 설치 사용법 차이역사 +1,281 Oracle 토론 기여 (새 문서: == ChromaDB 설치 및 사용법 == === 설치 전제 조건 === * Python 3.8 이상 * pip 패키지 관리자 === 설치 방법 === ==== 기본 설치 ==== * 터미널에서 다음 명령어 실행 <source lang="bash"> pip install chromadb </source> ==== 가상환경 설치 권장 ==== # Python venv 생성 <source lang="bash"> python -m venv chromadb_env source chromadb_env/bin/activate # Linux/Mac chromadb_env\Scripts\activate # Windows </source> === 기본 사용법...) |
2025년 6월 24일 (화)
새글 22:33 | 특수문자 차이역사 +14,061 Oracle 토론 기여 (새 문서: ! @ # $ % ^ & * \ " ' + = ` | ( ) [ ] { } : ; - _ - # & & @ § ※ ☆ ★ ○ ● ◎ ◇ ◆ □ ■ △ ▲ ▽ ▼ → ← ← ↑ ↓ ↔ 〓 ◁ ◀ ▷ ▶ ♤ ♠ ♡ ♥ ♧ ♣ ⊙ ◈ ▣ ◐ ◑ ▒ ▤ ▥ ▨ ▧ ▦ ▩ ♨ ☏ ☎ ☜ ☞ ¶ † ‡ ↕ ↗ ↙ ↖ ↘ ♭ ♩ ♪ ♬ ㉿ ㈜ № ㏇ ™ ㏂ ㏘ ℡ ® ª º ─ │ ┌ ┐ ┘ └ ├ ┬ ┤ ┴ ┼ ━ ┃ ┏ ┓ ┛ ┗ ┣ ┳ ┫ ┻ ╋ ┠ ┯ ┨ ┷ ┿ ┝ ┰ ┥ ┸ ╂ ┒...) |
|
22:31 | 오라클SQL 과 안시SQL 7개 바뀜 역사 +88 [Oracle (7×)] | |||
|
22:31 (최신 | 이전) −6 Oracle 토론 기여 (→Oracle SQL vs ANSI 차이) | ||||
|
22:30 (최신 | 이전) 0 Oracle 토론 기여 (→Oracle SQL vs ANSI 차이) | ||||
|
22:30 (최신 | 이전) −102 Oracle 토론 기여 (→Oracle SQL vs ANSI SQL) | ||||
|
22:27 (최신 | 이전) +217 Oracle 토론 기여 (→Oracle SQL vs ANSI SQL) | ||||
|
22:24 (최신 | 이전) −3 Oracle 토론 기여 (→Oracle SQL vs ANSI SQL) | ||||
|
22:24 (최신 | 이전) −19 Oracle 토론 기여 (→Oracle SQL vs ANSI SQL) | ||||
|
22:23 (최신 | 이전) +1 Oracle 토론 기여 (→Oracle SQL vs ANSI SQL) |
새글 09:55 | 미디어위키 표 샘플 차이역사 +1,143 Oracle 토론 기여 (새 문서: ==미디어위키 표 만들기 == === 색상추가 === <source lang=js> {| class="wikitable" style="width: 100%;" ! style="width: 20%;" | 항목 ! style="width: 40%;" | WITH 절 ! style="width: 40%;" | 서브쿼리 |- | '''가독성''' | style="background:#e6f3ff;" | 매우 높음 | 복잡하면 읽기 어려움 |- | '''재사용''' | style="background:#e6f3ff;" | 가능 (한 번 정의해서 여러 번 사용) | 동일 쿼리를 반복 작성해야 함 |- | '''성능''' | styl...) |
09:51 | WITH 절 차이역사 +5 Oracle 토론 기여 (→WITH 절) |
2025년 6월 23일 (월)
20:47 | SQL 실행원리 와 과정 차이역사 +106 Oracle 토론 기여 (→Oracle SQL 실행 단계) |
|
20:43 | DDL DML DCL TCL 3개 바뀜 역사 +144 [Oracle (3×)] | |||
|
20:43 (최신 | 이전) +108 Oracle 토론 기여 (→ALTER SEQUENCE) | ||||
|
20:41 (최신 | 이전) +22 Oracle 토론 기여 (→CREATE SEQUENCE) | ||||
|
20:39 (최신 | 이전) +14 Oracle 토론 기여 (→DDL DML DCL TCL) |
20:38 | 데이터 베이스 용어 설명 차이역사 +38 Oracle 토론 기여 (→ASIS 시스템) |
20:26 | 오라클 내부함수 차이역사 +393 Oracle 토론 기여 (→변환 함수) |
|
00:13 | 트리거 4개 바뀜 역사 +193 [Oracle (4×)] | |||
|
00:13 (최신 | 이전) +25 Oracle 토론 기여 (→트리거 기본 개념) | ||||
|
00:09 (최신 | 이전) −21 Oracle 토론 기여 | ||||
|
00:08 (최신 | 이전) +186 Oracle 토론 기여 | ||||
|
00:01 (최신 | 이전) +3 Oracle 토론 기여 |
2025년 6월 22일 (일)
23:59 | 트리거 차이역사 +130 Oracle 토론 기여 |
|
새글 15:34 | 틀:결론 3개 바뀜 역사 +945 [Oracle (3×)] | |||
|
15:34 (최신 | 이전) +2 Oracle 토론 기여 | ||||
|
15:13 (최신 | 이전) −7 Oracle 토론 기여 | ||||
새글 |
|
15:13 (최신 | 이전) +950 Oracle 토론 기여 (새 문서: <onlyinclude> <div class="{{{속성|}}}" {{#if:{{{id|}}}|id="{{{id}}}"}} style="margin: 8px 0; padding: 8px; border-style: solid; border-width: 2px 0; background-color: {{{배경색|#f7d4063e}}}; border-width: {{{선굵기|3px 0}}}; border-color: {{{테두리색|#de5a5a}}}; width: {{{사이즈|100%}}}; border-radius: {{{둥굴기|4px}}}; border-style: {{{스타일|dashed}}}; clear: both;"><font color="{{{아이콘색|orangered}}}"><i class="{{{아이콘클래스|material-icons-...) |
15:31 | 오라클SQL 과 안시SQL 차이역사 +164 Oracle 토론 기여 |
15:17 | INSERT 구문 차이역사 +7 Oracle 토론 기여 |