摘要: <?php check_code(100, 50, 5); function check_code($width = 100, $height = 50, $num = 4, $type = 'jpeg') { $img = imagecreate($width, $height); $string 阅读全文
posted @ 2020-07-25 13:48 qiuxd 阅读(181) 评论(0) 推荐(0) 编辑
摘要: const path = require('path'); const request = require('request'); const cheerio = require('cheerio'); const fs = require('fs'); let page = 0; const to 阅读全文
posted @ 2020-06-20 15:11 qiuxd 阅读(301) 评论(0) 推荐(0) 编辑
摘要: const request = require('request'); const cheerio = require('cheerio'); const fs = require('fs'); const url = 'https://s.weibo.com/top/summary'; reque 阅读全文
posted @ 2020-06-20 11:58 qiuxd 阅读(126) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maxim 阅读全文
posted @ 2020-06-08 11:59 qiuxd 阅读(453) 评论(3) 推荐(0) 编辑
摘要: PC端鼠标版本 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum 阅读全文
posted @ 2020-06-05 11:17 qiuxd 阅读(189) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1 阅读全文
posted @ 2020-06-05 10:42 qiuxd 阅读(499) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maxim 阅读全文
posted @ 2020-06-04 13:51 qiuxd 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 1 <!DOCTYPE html> 2 <html lang="zh"> 3 <head> 4 <meta charset="UTF-8"> 5 <meta name="viewport" content="width=device-width,initial-scale=1,minimum-sca 阅读全文
posted @ 2020-06-03 08:55 qiuxd 阅读(290) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1 阅读全文
posted @ 2020-05-29 13:22 qiuxd 阅读(139) 评论(0) 推荐(0) 编辑
摘要: CSS文字高光效果,可以用来当Loading页面 一、利用文字背景 <!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,ini 阅读全文
posted @ 2020-05-27 13:43 qiuxd 阅读(1550) 评论(0) 推荐(0) 编辑