码迷,mamicode.com
首页 >  
搜索关键字:take skip    ( 2689个结果
Java 刷题(一)
Codewars 刷题第一天,字符串问题: 题目: Take 2 strings s1 and s2 including only letters from ato z. Return a new sorted string, the longest possible, containing dis ...
分类:编程语言   时间:2018-04-19 01:55:48    阅读次数:227
Mysql——ERROR 1045 (28000): Access denied for user 'root'@'localhost'
1、修改my.ini,最后一行添加 skip-grant-tables ,保存关闭。(win10默认安装路径:C:\ProgramData\MySQL\MySQL Server 5.7) 2、重启MySQL服务 3、cmd 输入 mysql,敲回车即可进入mysql 4、cmd 输入 use mys ...
分类:数据库   时间:2018-04-16 12:08:14    阅读次数:172
Centos7.4 修改MySQL5.7 root 密码
参考博文:http://www.jb51.net/article/100211.htmhttps://www.cnblogs.com/wangbaobao/p/7087032.html 1.vim /etc/my.cnf 2.在[mysqld]中添加 skip-grant-tables 例如: [m ...
分类:数据库   时间:2018-04-15 21:53:32    阅读次数:212
Mysql 基本命
1.修改密码 在不知道原来密码的前提下:关闭mysql 的进程 输入“mysqld_safe --skip-grant-tables &”命令以无密码方式进入MySQL安全模式。 然后可以使用空密码就如 mysql -u root show databases;查看当前数据库 use tables; ...
分类:数据库   时间:2018-04-14 12:29:01    阅读次数:513
POJ3617:Best Cow Line (贪心&&后缀数组)
FJ is about to take his N (1 ≤ N ≤ 2,000) cows to the annual"Farmer of the Year" competition. In this contest every farmer arranges his cows in a line ...
分类:编程语言   时间:2018-04-12 20:52:02    阅读次数:157
FatMouse's Speed ~(基础DP)打印路径的上升子序列
FatMouse believes that the fatter a mouse is, the faster it runs. To disprove this, you want to take the data on a collection of mice and put as large ...
分类:其他好文   时间:2018-04-10 10:57:54    阅读次数:116
Linux-Centos 虚拟机安装
Centos安装方法 第一步:一般只有第一项和第三项有用 其余的没啥卵用 第二步:提示检查镜像完整性,这里我们不要检查 选 skip 继续(之前尝试选择OK,最后安装失败了,也不想找原因了) 第三步:直接下一步 第四步:提示安装过程选择什么语言,这里选择English 不要选择中文切记 键盘布局默认 ...
分类:系统相关   时间:2018-04-09 23:00:19    阅读次数:229
hackinglab脚本关第十五之Principle很重要的XSS解题思路
Principle很重要的XSS 分值: 300 原理/原则/理念很重要.....不是所有的xss都叫特仑苏.. ^_^Take it easy! 解题思路: 首先,题目肯定设置了过滤规则,和14题的妖艳贱货不同,它的过滤器很奇怪,慢慢试。 我们先试一下<script>、javascript这种字符 ...
分类:其他好文   时间:2018-04-07 18:53:20    阅读次数:236
codeforces 某套题s : surf(贪心 || 动态规划)
题目: Now that you’ve come to Florida and taken up surfing, you love it! Of course, you’ve realized that if you take a particular wave, even if it’s ver ...
分类:其他好文   时间:2018-04-05 21:04:37    阅读次数:181
ubuntu16下载安装
进去官网 www.ubuntu.com 。 点击Downloads下的 Overview。 点击 ubuntu desktop。 点击downloads 选择不去捐款Not now, take me to the download ?。 然后就自动下载了。 ...
分类:系统相关   时间:2018-04-05 16:29:12    阅读次数:234
2689条   上一页 1 ... 74 75 76 77 78 ... 269 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!