본문 바로가기

Mariadb Sovle : Plugin 'unix_socket' is not loaded The "unix_socket" has been called by mysql authentication process (maybe related to a partial migration of database to mariadb, now removed). To get all stuff back working go su:sudo su then follow:/etc/init.d/mysql stop mysqld_safe --skip-grant-tables & mysql -uroot This will completely stop mysql, bypass user authentication (no password needed) and connect to mysql with user "root".Now, in mys.. 더보기
텐서플로우에서 데이터 읽기 | Read data from files on TensorFlow test.csv :73,80,75,15293,88,93,18589,91,90,18096,98,100,19673,66,70,142 53,46,55,101 import tensorflow as tf filename_queue = tf.train.string_input_producer(\ ['/Users/sh/Documents/_iPython/TensorFlow/test.csv'], shuffle=False, name='filename_queue') reader = tf.TextLineReader() key, value = reader.read(filename_queue) # Default values, in case of empty columns. Also specifies the type of the de.. 더보기
칼 빈슨 항모 전단은 어디에? 트럼프의 농단인가? 언론의 설레발인가? 그 동안 한반도로 향했다고 알려진 항모전단 칼 빈슨호가 한반도가 아닌 인도양으로 향했다는 기사들이 쏟아져 나오고 있다. 이는 당초 4월 15일 김일성 생일을 맞아 북한 김정은 정권이 새로운 핵실험을 강행할 것에 대한 경고 차원으로 항모전단을 전개해 압박하기 위한 수단으로 알려졌었다. 이에 미국 당국자가 확인하고 한국 국방부도 사실을 확인해주어, 4월에 한반도에서 전쟁이 일어날지도 모른다는 유언비어가 난무하게 한 단초를 제공한게 사실이다. 그러나 4월 19일 현재 한반도로 향했다는 칼 빈슨호는 어디에 있을까? 한반도와는 동떨어진 인도양의 순타해협을 지나는게 찍힌 사진이 한장 공개되면서, 미국 트럼프 대통령의 말은 거짓인게 들통나고 말았다. 이를 시간순으로 간략히 정리하면, 다음과 같다.1. 4월 8일 칼 .. 더보기