일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- token filter test
- high level client
- TensorFlow
- ELASTIC
- Java
- flask
- Elasticsearch
- aggs
- Mac
- Kafka
- 차트
- License
- 900gle
- API
- 파이썬
- Python
- Test
- query
- license delete
- analyzer test
- aggregation
- zip 암호화
- MySQL
- zip 파일 암호화
- plugin
- docker
- springboot
- matplotlib
- sort
- licence delete curl
- Today
- Total
목록분류 전체보기 (488)
개발잡부

설치 다운 → 압축해제 → 심볼릭링크 $ wget https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.9.2-linux-x86_64.tar.gz $ tar -zxvf filebeat-7.9.2-linux-x86_64.tar.gz $ ln -s filebeat-7.9.2-linux-x86_64.tar.gz filebeat cofing ###################### Filebeat Configuration Example ######################### # ========================= Filebeat inputs =============================== filebeat.inputs: - ..
나중에 다시 만들어야지.. import tensorflow as tf import tensorflow_hub as hub import numpy as np import json from flask import Flask from flask_restful import reqparse, abort, Api, Resource app = Flask(__name__) api = Api(app) filePath = "/Users/doo/project/opencv/web/src/main/resources/static/images/" tempPath = "/Users/doo/project/opencv/common/temp/" def load_img(path): img = tf.io.read_file(path) img ..

universal-sentence-encoder-multilingual 2 (products) 상품정보로 테스트 해본다 아래 모듈을 테스트 한 결과가 기대와 서로 사맛디 아니하여 다른 모듈 테스트 - 다국어용이라고 함 https://tfhub.dev/google/universal-sentence-encoder/2 https://tfhub.dev/google/universal-sentence-encoder/4 4버전 테스트 https://ldh-6019.tistory.com/118?category=1043090 #가상환경 목록확인 conda info --envs #가상환경 생성 conda create --name "text" python="3.7" #가상환경 실행 conda activate text pip..

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..