会员
周边
众包
新闻
博问
闪存
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
干蛋博客
The 2 keys to success are courage and perseverance.
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
下一页
2020年7月25日
php生成验证码
摘要: <?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
阅读(185)
评论(0)
推荐(0)
2020年6月20日
nodejs 爬图片
摘要: 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
阅读(306)
评论(0)
推荐(0)
nodejs 爬热搜
摘要: 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
阅读(130)
评论(0)
推荐(0)
2020年6月8日
canvas 图片旋转 导出下载
摘要: <!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
阅读(465)
评论(3)
推荐(0)
2020年6月5日
canvas 电子签名
摘要: 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
阅读(205)
评论(0)
推荐(0)
canvas 音乐跳动效果
摘要: <!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
阅读(526)
评论(0)
推荐(0)
2020年6月4日
仿weui picker
摘要: <!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
阅读(250)
评论(0)
推荐(0)
2020年6月3日
column 实现瀑布流
摘要: 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
阅读(309)
评论(0)
推荐(0)
2020年5月29日
canvas 雪花背景
摘要: <!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
阅读(143)
评论(0)
推荐(0)
2020年5月27日
CSS 文字高光效果
摘要: 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
阅读(1638)
评论(0)
推荐(0)
上一页
1
2
3
下一页
公告