yzy666

总结

666

图论

朴素/堆优化Dijkstra(正权边无环最短路)
spfa算法(负权边无负环)
Bellman-ford算法(负权边无负环)
Kruskal算法(最小生成树)
prim求最小生成树

数据结构

单链表
双链表
单调栈
单调队列(滑动窗口)
KMP算法
trie字符串统计
最大异或对
合并集合
格子游戏
连通块中点的数量
堆排序
模拟堆
模拟散列表
字符串哈希
合并集合
搭配购买
区间和

排序

快速排序
第K个数
归并排序

逆序对的数量

二分

数的范围
[数的三次方根
染色法判定二分图
二分图的最大牌匹配](http://oj.yogeek.cn/)

前缀和与差分

前缀和
子矩阵的和
差分
差分矩阵
最长不重复子序列
数组元素的目标和

位运算

李白打酒
得到整数
二进制中1的个数

广度优先搜索

池塘计数
山峰和山谷
走迷宫
迷宫问题
矩阵距离
八数码
迷宫
红与黑
马走日
单词接龙
滑雪
抓住那头牛

深度优先搜索

小猫爬山
选数
n皇后问题
有重复元素的排列问题

动态规划

数字三角形
摘花生
最长上升子序列
最长不重复子序列
最长公共子序列
最短编辑距离
编辑距离
01背包
完全背包
多重背包
分组背包
直线石子合并
环形石子合并

组合数

求组合数I
求组合数II

博弈论

NIM游戏
台阶NIM游戏
集合NIM游戏

质数

哥德巴赫猜想
分解质因数
筛质数
试除法求质数
能被整除的数

约数

约数个数
欧拉函数
约数之和
最大公约数

快速幂

快速幂求逆元

拓扑排序

有向图的拓扑序列
家谱树
没有上司的舞会

MySQL Error 1130 (HY000) occurs when the MySQL server denies access to a client based on its host name or IP address. In this case, the error message suggests that the host named 'YZY' is not allowed to connect to the MySQL server. To resolve this issue, you can try the following steps: 1. Check if the host name or IP address is correct: Ensure that the host name or IP address you are using to connect to the MySQL server is accurate. Double-check for any typos or mistakes. 2. Grant privileges to the host: Connect to your MySQL server using a user account with administrative privileges. Run the following command to grant access to the 'YZY' host: ``` GRANT ALL ON your_database.* TO 'your_username'@'YZY' IDENTIFIED BY 'your_password'; ``` Replace 'your_database', 'your_username', and 'your_password' with your actual database name, username, and password. This command grants all privileges on 'your_database' to 'your_username' when connecting from 'YZY'. You can adjust the privileges as needed. 3. Flush privileges: After granting privileges, run the following command to flush the privileges and apply the changes: ``` FLUSH PRIVILEGES; ``` 4. Verify firewall settings: Ensure that there are no firewall rules blocking the connection from the host 'YZY'. Check both the MySQL server's firewall settings and any network-level firewalls that may be in place. 5. Check network connectivity: Verify that the host 'YZY' can reach the MySQL server over the network. Ensure there are no network issues or connectivity problems between the client and server. By following these steps, you should be able to resolve the MySQL Error 1130 and allow the host 'YZY' to connect to the MySQL server.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值