2023-07-31
mac ida64 你不能打开应用程序“ida64”,因为它可能已损坏或不完整
mac安装了ida64反编译软件,安装后64位的操作无法打开,提示:你不能打开应用程序“ida64”,因为它可能已损坏或不完整
经验与学习 2
2023-07-20
python读写excel
python读写excel,直接看下面代码,复制后可以直接保存到本地.py文件直接运行。
Python 1
2023-07-20
python读写csv
python读写csv,直接看下面代码,复制后可以直接保存到本地.py文件直接运行。
Python 2
2023-07-19
nginx * SSL_do_handshake() failed
nginx在做proxy代理https时,nginx日志出现下面错误
经验与学习 2
2023-07-18
python 替换/清除emoji表情
python在写爬虫获取信息时,有的获取到了emoji表情信息,怎么替换或者清除emoji表情,看下面操作
Python 2
2023-07-17
mysql like 不区分大小写
在使用mysql做数据库时,遇到查询like字母,不想区分大小写,调节方式如下:
数据库 2
2023-07-13
mac configure: error: C compiler cannot create executables
mac在安装php-redis时出现了macconfigure:error:Ccompilercannotcreateexecutables
经验与学习 2
2023-07-12
No `<meta name="viewport">` tag found
在现在网络访问中有近90%为移动网络访问,我们的网页中页header引入了移动适配viewport
经验与学习 2
2023-07-08
ssl_client_socket_impl.cc(992) handshake failed;returned -1,SSL error
在使用pythonselenium调用Chromedrivers使用浏览器操作,出现了ssl_client_socket_impl.cc(992)handshakefailed;returned-1,
经验与学习 2
2023-07-07
Message: session not created: This version of ChromeDriver only suppor
在用pythonselenium调用chromedrivers时,出现了Message:sessionnotcreated:ThisversionofChromeDriveronlysupportsC
经验与学习 2
2023-07-05
浏览器取消关闭禁用debugger
在开发中经常想看一下网页的js,就用chrome开发者模式,单很多时候网站为了防止这种查看,开启匿名debug调试程序模式。
JS脚本 3
2023-07-04
nginx referer防盗连
nginx怎么防盗连,怎么配置,请看下面
经验与学习 2