最简单的就是 file_get_contents 其次是curl。 curl 我写个简单的例子,支持https… 继续阅读 php 抓取网页的几种方式
作者: venski
火狐怎么禁用http跳转https
要禁用 Firefox 中的 HTTP 跳转 HTTPS,可以按照以下步骤操作:在 Firefox 的地址栏中… 继续阅读 火狐怎么禁用http跳转https
金运kinyo F9 plus/mini 音箱两个串联的操作记录
买来的时候,看这音箱的音质还不错,据说可以串联,但是摸索了一会没看明白,说是什么互联键,也没找到,后来才知道是… 继续阅读 金运kinyo F9 plus/mini 音箱两个串联的操作记录
node.js 实现php的ip2long
php有两个方法ip2long和long2ip,用于ip字符串和数字化ip之间转换。 那么node.js也可以… 继续阅读 node.js 实现php的ip2long
Ubuntu更新到2020.04后开机只能进入grub界面解决方案
问题描述: 把ubuntu系统更新到2020.04后重启不是进入登陆界面,不管怎么重启都是进入grub命令行界… 继续阅读 Ubuntu更新到2020.04后开机只能进入grub界面解决方案
webp转png
在线直接转换: https://squoosh.app/ libwebp下载地址: https://stora… 继续阅读 webp转png
开源聊天通迅speek
通过tor的点对点通迅, 适用于 Linux、安卓、macOS 和 Windows。 https://gith… 继续阅读 开源聊天通迅speek
UnhandledPromiseRejectionWarning: Error: Script failed to execute, this normally means an error was thrown. Check the renderer console for the error.
node.js出现此错误 在render里面, document.getElementById(‘… 继续阅读 UnhandledPromiseRejectionWarning: Error: Script failed to execute, this normally means an error was thrown. Check the renderer console for the error.
读取gzip压缩包指定文本文件的内容
如题代码如下:
读取zip压缩包中的txt文件
如题代码如下: