随笔分类 -  信息安全

上一页 1 2 3 4 5 6 7 8 ··· 10 下一页

信息安全
无法打开包括文件:“winapifamily.h”: No such file or directory
摘要:无法打开包括文件:“winapifamily.h”: No such file or directory 无法打开包括文件:“winapifamily.h”: No such file or directory 无法打开包括文件:“winapifamily.h”: No such file or d 阅读全文

posted @ 2023-09-04 18:09 lydstory 阅读(433) 评论(0) 推荐(0)

wdk 8.1
摘要:wdk 8.1 wdk 8.1 wdk 8.1 wdk 8.1 阅读全文

posted @ 2023-09-04 16:53 lydstory 阅读(14) 评论(0) 推荐(0)

命令打开回收站
摘要:explorer.exe ::{645FF040-5081-101B-9F08-00AA002F954E} 阅读全文

posted @ 2023-08-29 14:17 lydstory 阅读(27) 评论(0) 推荐(0)

上海海加网络科技有限公司
摘要:上海海加网络科技有限公司 (highguard.com.cn) 阅读全文

posted @ 2023-08-14 00:50 lydstory 阅读(35) 评论(0) 推荐(0)

escape_string
摘要:escape_string escape_string escape_string 阅读全文

posted @ 2023-08-08 00:22 lydstory 阅读(8) 评论(0) 推荐(0)

mysql_fetch_lengths()
摘要:mysql_fetch_lengths() 函数取得一行中每个字段的内容的长度 阅读全文

posted @ 2023-08-07 21:52 lydstory 阅读(16) 评论(0) 推荐(0)

断言的作用
摘要:如果判断不成立,后面的语句就不再执行.... 如果判断不成立,后面的语句就不再执行.... 如果判断不成立,后面的语句就不再执行.... 如果判断不成立,后面的语句就不再执行.... 阅读全文

posted @ 2023-08-07 21:48 lydstory 阅读(40) 评论(0) 推荐(0)

聚合页
摘要:聚合页 聚合页 聚合页 阅读全文

posted @ 2023-08-07 21:24 lydstory 阅读(17) 评论(0) 推荐(0)

/etc/network/interfaces NAT ip修改
摘要:auto ens33iface ens33 inet staticaddress 192.168.232.200netmask 255.255.255.0gateway 192.168.232.2dns-nameservers 192.168.232.2 $ sudo ifconfig ens33 阅读全文

posted @ 2023-08-07 04:59 lydstory 阅读(33) 评论(0) 推荐(0)

MYSQL_BIND
摘要:MYSQL_BIND 的作用 阅读全文

posted @ 2023-08-07 02:00 lydstory 阅读(32) 评论(0) 推荐(0)

backtrace和backtrace_symbols函数原理解析
摘要:backtrace和backtrace_symbols函数原理解析 backtrace()是glibc(>=2.1)提供的函数,用于跟踪函数的调用关系。 以下对backtrace()函数的说明以及实例,都来自其man page。 函数定义 #include <execinfo.h> int back 阅读全文

posted @ 2023-08-07 01:04 lydstory 阅读(360) 评论(0) 推荐(0)

订单用mongdb
摘要:订单用mongdb 订单用mongdb 订单用mongdb 阅读全文

posted @ 2023-08-06 23:38 lydstory 阅读(17) 评论(0) 推荐(0)

You must reset your password using ALTER USER statement before executing this statement
摘要:ALTER USER "root"@"localhost" IDENTIFIED BY "1234568888"; 阅读全文

posted @ 2023-08-06 18:32 lydstory 阅读(17) 评论(0) 推荐(0)

The server quit without updating PID file
摘要:root@ubuntu:/usr/local/mysql# ./bin/mysql.server restartShutting down MySQL.. * Starting MySQL...... * The server quit without updating PID file (/usr 阅读全文

posted @ 2023-08-06 17:15 lydstory 阅读(25) 评论(0) 推荐(0)

修改mysql数据库root密码为空
摘要:use mysqlupdate user set authentication_string='' where user='root'; USE mysql;UPDATE user SET authentication_string=PASSWORD('新密码') WHERE User='root' 阅读全文

posted @ 2023-08-06 17:06 lydstory 阅读(19) 评论(0) 推荐(0)

./bin/mysql_install_db --user=mysql --datadir=/usr/local/mysql/data
摘要:./bin/mysql_install_db --user=mysql --datadir=/usr/local/mysql/data ./bin/mysql_install_db --user=mysql --datadir=/usr/local/mysql/data ./bin/mysql_in 阅读全文

posted @ 2023-08-06 09:42 lydstory 阅读(9) 评论(0) 推荐(0)

navicat连接mysql数据库显示不全时解决方法
摘要:GRANT all PRIVILEGES ON * .* to 'root'@'%' IDENTIFIED by '123456' with grant OPTION; 错误 阅读全文

posted @ 2023-08-06 07:31 lydstory 阅读(295) 评论(0) 推荐(0)

grant all on mysql.* to 'root'@'192.168.232.1' identified by '1234568888';
摘要:grant all on mysql.* to 'root'@'192.168.232.1' identified by '1234568888'; 阅读全文

posted @ 2023-08-06 05:18 lydstory 阅读(25) 评论(0) 推荐(0)

drop table if exists servers;
摘要:CREATE TABLE `servers` (`Server_name` char(64) NOT NULL,`Host` char(64) NOT NULL,`Db` char(64) NOT NULL,`Username` char(64) NOT NULL,`Password` char(6 阅读全文

posted @ 2023-08-06 05:17 lydstory 阅读(12) 评论(0) 推荐(0)

mysql设置密码6位长度即可
摘要:set global validate_password_policy=LOW; set global validate_password_length=6; 阅读全文

posted @ 2023-08-06 05:09 lydstory 阅读(46) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 ··· 10 下一页

导航