会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
itBaby
风存,不否认。不盲从风,智者也。
首页
新随笔
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
18
下一页
2021年4月6日
微信公众号内h5页面调起微信小程序
摘要: php代码: $wchat = new WchatOauth(); $access_token = $wchat->get_access_token();//封装的获取accesstoken方法,自己看官方文档,这里需要做下缓存。 $appid = 'wx3eb1e********'; //填入服务
阅读全文
posted @ 2021-04-06 16:33 知风阁
阅读(1406)
评论(0)
推荐(0)
2020年12月27日
python doc另存为docx
摘要: from docx import Document #from docx.shared import Inches from win32com import client as wc #导入模块 file = 'C:\\Users\\Administrator\\Desktop\\999999.do
阅读全文
posted @ 2020-12-27 18:02 知风阁
阅读(1711)
评论(0)
推荐(1)
2020年11月17日
一款移动端网页的代码调试器,鹅厂出品
摘要: <!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>哈哈哈哈</title> </head> <body> <h2>测试一下</h2> <
阅读全文
posted @ 2020-11-17 15:28 知风阁
阅读(139)
评论(0)
推荐(0)
2020年10月31日
移动端禁止页面缩放的meta标签在这里,别再乱找了~
摘要: <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=0">
阅读全文
posted @ 2020-10-31 18:13 知风阁
阅读(541)
评论(0)
推荐(0)
2020年9月19日
分享一款极好的响应式404单页
摘要: 话不多说,直接上源码吧!具体效果,自己去体会。 1 <html> 2 <head> 3 <meta charset="UTF-8"> 4 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-sca
阅读全文
posted @ 2020-09-19 09:10 知风阁
阅读(323)
评论(0)
推荐(0)
2020年7月11日
Tippy.js – 轻量的Javascript Tooltip工具库,最好体验的tip提示工具
摘要: <html> <head> <title>Tippy</title> </head> <body> <button data-tippy-content="我是你大爷">Text1</button> <button data-tippy-content="我是你二大爷">Text2</button>
阅读全文
posted @ 2020-07-11 11:56 知风阁
阅读(477)
评论(1)
推荐(0)
2020年7月9日
微信内打开网页提示请在浏览器打开页面效果代码
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>请在微信外打开此链
阅读全文
posted @ 2020-07-09 17:17 知风阁
阅读(3810)
评论(0)
推荐(0)
2020年6月3日
CSS3 文字忽大忽小效果样式收藏
摘要: .blink{ position:relative; animation:mymove 5s infinite; -webkit-animation:mymove 5s infinite; /*Safari and Chrome*/ animation-direction:alternate;/*轮
阅读全文
posted @ 2020-06-03 13:47 知风阁
阅读(1128)
评论(0)
推荐(0)
2020年3月25日
php微信生成微信公众号二维码扫描进入公众号带参数
摘要: <?php namespace app\api\model; set_time_limit(30); class WxQrcode{ //构造方法 static $qrcode_url = "https://api.weixin.qq.com/cgi-bin/qrcode/create?"; sta
阅读全文
posted @ 2020-03-25 09:58 知风阁
阅读(3067)
评论(1)
推荐(1)
2019年11月4日
jquery实现输入框实时统计字数和设置字数限制功能
摘要: <html> <header> <meta charset="utf-8"> <title>测试实时字数显示</title> </header> <body> <div style="text-align: center;margin-top: 8%;"> <h3>字数输入实时统计</h3> <textarea id="area" name="ss" placeholder="请输
阅读全文
posted @ 2019-11-04 13:25 知风阁
阅读(1328)
评论(0)
推荐(1)
上一页
1
···
5
6
7
8
9
10
11
12
13
···
18
下一页
公告