일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- License
- aggs
- Test
- plugin
- springboot
- flask
- Mac
- Python
- Elasticsearch
- zip 암호화
- query
- MySQL
- docker
- 900gle
- Java
- zip 파일 암호화
- API
- high level client
- aggregation
- token filter test
- licence delete curl
- TensorFlow
- license delete
- analyzer test
- 파이썬
- Kafka
- 차트
- sort
- matplotlib
- ELASTIC
- Today
- Total
목록분류 전체보기 (475)
개발잡부
proxy ip 와 port 가 필요해서 만들어 봄 ip:port 의 array 200개 json 파일로 다운로드 https://geonode.com/free-proxy-list/ 🤖Free Proxy List Includes unlimited access to every feature we offer. Cancel at any time! geonode.com package com.etoos.imagesearch.service; import org.json.simple.JSONArray; import org.json.simple.JSONObject; import org.json.simple.parser.JSONParser; import org.json.simple.parser.ParseException;..
크롬에서 chrome://net-internals 입력 Domain Security Policy 선택 > Delete domain security policies 에 도메인 넣고 Delete
이걸 테스트 함 https://tfhub.dev/google/universal-sentence-encoder-multilingual/3 #가상환경 목록확인 conda info --envs #가상환경 생성 conda create --name "text" python="3.7" require.txt elasticsearch numpy tensorflow tensorflow-hub tensorflow_text kss regex pip install -r require.txt put_data.py # -*- coding: utf-8 -*- import json from elasticsearch import Elasticsearch from elasticsearch.helpers import bulk import..
bool 복합쿼리 GET /_search { "query": { "bool": { "must": [ { }, … ], "must_not": [ { }, … ], "should": [ { }, … ], "filter": [ { }, … ] } } } must : 쿼리가 참인 도큐먼트들을 검색. must_not : 쿼리가 거짓인 도큐먼트들을 검색. should : 검색 결과 중 이 쿼리에 해당하는 도큐먼트의 점수를 높임. filter : 쿼리가 참인 도큐먼트를 검색하지만 스코어를 계산하지 않습니다. must 보다 검색 속도가 빠르고 캐싱이 가능.
conda create --name "tesla" python="3.7" - python=3.7 The following NEW packages will be INSTALLED: ca-certificates pkgs/main/osx-64::ca-certificates-2021.10.26-hecd8cb5_2 certifi pkgs/main/osx-64::certifi-2021.10.8-py37hecd8cb5_0 libcxx pkgs/main/osx-64::libcxx-12.0.0-h2f01273_0 libffi pkgs/main/osx-64::libffi-3.3-hb1e8313_2 ncurses pkgs/main/osx-64::ncurses-6.3-hca72f7f_2 openssl pkgs/main/osx..
#git remote URL 주소확인 git remote -v #git branch 변경 git checkout branch_name #git branch 삭제 git checkout -D branch_name #remote URL 변경 $ git remote set-url origin https://github.com/900gle/shopping.git $ git remote set-url origin https://900gle@github.com/900gle/ws-admin-new.git 계정정보 입력하라고 하면?? 1. Credential 정보 저장 #> git config credential.helper store credential.helper의 store 옵션을 주게되면 해당 git direc..
1초에 한번씩 증분색인 실행 package com.bbongdoo.doo.controller; import com.bbongdoo.doo.service.ProductsService; import io.swagger.annotations.Api; import lombok.RequiredArgsConstructor; import org.springframework.web.bind.annotation.CrossOrigin; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.ann..
작동 방식 SQL 에디터와 비슷한 인터페이스 데이터 원본 ( catalog ) 선택 데이터베이스 선택 워크그룹선택 쿼리문 작성 - SQL 최근 쿼리가 기록된다 쿼리 결과는 S3 버킷에 저장됨 - 워크그룹에서 설정
쇼핑 플랫폼.. 음.. 그렇다 연습용 프로젝트 이다