# Basic Operations example using TensorFlow library.# Author: Aymeric Damien# Project: https://github.com/aymericdamien/TensorFlow-Examples/import tensorflow as tf# Basic constant operations# The valu...
mysql -u root -p
use mysql;
create user hg@localhost;
GRANT ALL PRIVILEGES ON *.* TO 'hg'@'localhost';
SET PASSWORD FOR 'hg'@'localhost' = PASSWORD('hg');
<CTRL-D>
setup databa...
1. 进入mongo环境
mongo
[root@slave2 ~]# mongoMongoDB shell version v3.4.16
connecting to: mongodb://127.0.0.1:27017
MongoDB server version: 3.4.16
Server has startup warnings:
2018-07-20T17:53:3...
C:/program files/mysql/mysql server 6.0/bin>mysql –u root –p
Enter password:******
//显示所有的数据库
Mysql>use test
//选择要操作的数据库
USE dbname
Mysql>create table depts(id int(11),nam...