1.mysqld --console --skip-grant-tables --shared-memory 2.另一个控制台 mysq 3.use mysql; 4.select user,host,authentication_string from user ; 5.update user s ...
分类:
数据库 时间:
2019-07-16 10:33:53
阅读次数:
122
1. wordvec的概念 2. 语言模型训练的两种模型CBOW+skip gram 3. word2vec 优化的两种方法:层次softmax+负采样 4. gensim word2vec默认用的模型和方法 ...
分类:
其他好文 时间:
2019-07-14 19:33:18
阅读次数:
787
1.链接地址 https://vjudge.net/problem/POJ-3224 2.问题描述 The Lab Cup Table Tennis Competition is going to take place soon among laboratories in PKU. Students ...
分类:
其他好文 时间:
2019-07-12 16:57:55
阅读次数:
105
打开任务管理器安装::pip install jupyter_contrib_nbextensions 配置:继续输入jupyter contrib nbextension install --user --skip-running-check (此过程关闭jupyter notebook) 完成后 ...
分类:
其他好文 时间:
2019-07-09 19:34:47
阅读次数:
102
99 bottles of beer on the wall, 99 bottles of beer.Take one down and pass it around, 98 bottles of beer on the wall. 98 bottles of beer on the wall, 9 ...
分类:
其他好文 时间:
2019-07-07 14:11:55
阅读次数:
97
We missed our first meeting. I rescheduled this for us. This is our first 1:1 meeting. We will take this chance to talk about our priorities in 2019 a... ...
分类:
其他好文 时间:
2019-07-03 14:00:57
阅读次数:
91
1.vim /etc/my.cnf[mysqld]skip-grant-tables ##追加此行,跳过权限表, 2.重启mysqlsystemctl restart mysqld 3.mysql 登陆mysqlmysql> use mysql;mysql> UPDATE user SET Pass ...
分类:
数据库 时间:
2019-07-01 19:47:51
阅读次数:
125
本文简单介绍了在安装Jenkins时,推荐插件无法安装的解决方式!
分类:
其他好文 时间:
2019-07-01 17:23:54
阅读次数:
113
ansible-playbook运行步骤调度官方大致提供如下几个特性:对于测试或调试新的playbook很有帮助.1:tag2:start-at3:skip-tags4:stepDemoplaybook:----name:shutdownetcdservice:name=etcdstate=stoppedenabled=noignore_errors:yestags:-shutdown-name:
分类:
其他好文 时间:
2019-07-01 00:43:02
阅读次数:
116
vi/etc/my.cnf,在[mysqld]中添加skip-grant-tables例如:[mysqld]skip-grant-tablesdatadir=/var/lib/mysqlsocket=/var/lib/mysql/mysql.sock重启mysqlservicemysqlrestart使用用户无密码登录mysql-uroot-p(直接点击回车,密码为空)选择数据库usemysql;
分类:
数据库 时间:
2019-06-29 19:02:44
阅读次数:
155