文档
测试

数据库导入问题

POST

说明 / 示例

# 1.导入出现字符长度775问题 https://www.cnblogs.com/kerrycode/p/9680881.html set global innodb_large_prefix=on; set global innodb_file_format=Barracuda; # 2.增加列 alter table table1 add colName int default 0 eg: ALTER TABLE dbo.doc_exz ADD CONSTRAINT col_b_def DEFAULT 50 FOR column_b ```sql alter table t_voucher_operation add IS_SHOW varchar(20) default 'FALSE' ``` https://baijiahao.baidu.com/s?id=1640456944029978305&wfr=spider&for=pc https://blog.csdn.net/u010720890/article/details/90183304 --- # 3.复制库 数据库复制 ``` mysqldump --set-gtid-purged=off ecs_console -u root -p123456 | mysql ecs_console_dev -u root -p123456 mysqldump --set-gtid-purged=off ecs_fssc -u root -p123456 | mysql ecs_fssc_dev -u root -p123456 ``` github上的渗透测试教程书籍打包 https://codeload.github.com/lyshark/SafetyPDF/zip/master 【计算机端口】 端口列表 https://www.jianshu.com/p/20f389356f3b 搜盘引擎大全 https://mubu.com/doc/gGOMCDBd8 深度学习之 点选验证码的 文字定位 https://my.oschina.net/KFS/blog/1649731 https://www.shaonie.com/ 再分享一个个人数据库: http://www.wjjsoft.com/mybase_cn.html https://github.com/Meituan-Dianping/Logan/tree/master/Example/Logan-Server 这个是在服务端开源前的版本了 要干掉了 @richardcao 是不 超级鹰 滑动验证码破解。 解决办法关闭GTID模式: my.cnf里面修改参数为: gtid_mode = OFF enforce_gtid_consistency = OFF show variables like '%gtid_mode%'; show variables like '%enforce_gtid_consistency%'; 数据合并清洗 https://blog.csdn.net/weixin_40683253/article/details/86735915 NLP识别银行市,爬虫映射出省。