zoukankan
html css js c++ java
ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)
报错是因为我输入的命令是mysql -u root -p后报错的
解决办法:
mysql -u root -P 1202 -h localhost -p
查看全文
相关阅读:
HDU 4865 Peter's Hobby --概率DP
UVALive 6093 Emergency Room --优先队列实现的模拟
UVALive 6665 Dragonâs Cruller --BFS,类八数码问题
UVALive 6092 Catching Shade in Flatland --枚举+几何计算
UVALive 6168 Fat Ninjas --二分小数+搜索
九连环-递归解法
一道题看bitset应用 --ZOJ 3642
UVALive 6663 Count the Regions --离散化+DFS染色
ZOJ 1111 Poker Hands --复杂模拟
UVALive 6449 IQ Test --高斯消元?
原文地址:https://www.cnblogs.com/mihoutao/p/13152427.html
最新文章
冰点还原反制工具
在线靶场 ( 持续更新~ )
BruteXSS(汉化版)
Usboot V1.68版本
0基础浅谈反射型xss (1)
脚本:定时释放 Linux/CentOS 缓存【转载自:杭州山不高】
差转什么意思?
Spring MVC SimpleUrlHandlerMapping example
Spring MVC ControllerClassNameHandlerMapping example
Spring MVC BeanNameUrlHandlerMapping example
热门文章
Gradle – Spring 4 MVC Hello World Example – Annotation
Gradle – Spring 4 MVC Hello World Example
Spring Named Parameters examples in SimpleJdbcTemplate
Spring SimpleJdbcTemplate batchUpdate() example
Spring SimpleJdbcTemplate Querying examples
Spring JdbcTemplate batchUpdate() example
Spring JdbcTemplate Querying examples
Codeforces Round 261 Div.2 D Pashmak and Parmida's problem --树状数组
HDU 4930 Fighting the Landlords --多Trick,较复杂模拟
树形DP求树的重心 --SGU 134
Copyright © 2011-2022 走看看