上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 16 下一页
摘要: 文件代码太长,无法插入页面。所以,文章尾部下载即可。 附:食用方式: include_once 'Pinyin.php'; echo Pinyin::getPinyin("早上好");//获取拼音 echo Pinyin::getShortPinyin("早上好");//获取拼音缩写 下载地址: 点 阅读全文
posted @ 2021-05-27 14:13 知风阁 阅读(161) 评论(0) 推荐(0) 编辑
摘要: php代码: $wchat = new WchatOauth(); $access_token = $wchat->get_access_token();//封装的获取accesstoken方法,自己看官方文档,这里需要做下缓存。 $appid = 'wx3eb1e********'; //填入服务 阅读全文
posted @ 2021-04-06 16:33 知风阁 阅读(1389) 评论(0) 推荐(0) 编辑
摘要: 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 知风阁 阅读(1639) 评论(0) 推荐(1) 编辑
摘要: <!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 知风阁 阅读(125) 评论(0) 推荐(0) 编辑
摘要: <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 知风阁 阅读(532) 评论(0) 推荐(0) 编辑
摘要: 话不多说,直接上源码吧!具体效果,自己去体会。 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 知风阁 阅读(227) 评论(0) 推荐(0) 编辑
摘要: <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 知风阁 阅读(438) 评论(1) 推荐(0) 编辑
摘要: <!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 知风阁 阅读(3513) 评论(0) 推荐(0) 编辑
摘要: .blink{ position:relative; animation:mymove 5s infinite; -webkit-animation:mymove 5s infinite; /*Safari and Chrome*/ animation-direction:alternate;/*轮 阅读全文
posted @ 2020-06-03 13:47 知风阁 阅读(1104) 评论(0) 推荐(0) 编辑
摘要: <?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 知风阁 阅读(2964) 评论(1) 推荐(1) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 16 下一页