具体流程(详见文档:https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_webpage_authorization.html) 1、前端提交申请获取用户授权 let ua = navigator.userAgent. ...
分类:
微信 时间:
2019-12-20 18:36:16
阅读次数:
116
webpack常用插件之HtmlWebpackPlugin 1.HtmlWebpackPlugin 使用HtmlWebpackPlugin两大作用:1为html文件中引入的外部资源如script、link动态添加每次compile后的hash,防止引用缓存的外部文件问题2可以生成创建html入口文件 ...
分类:
Web程序 时间:
2019-10-29 23:52:59
阅读次数:
139
<div class="fl" id="newsBox"> <div class="tab1 grayBar"> <ul id="newsNav"> <li class="tab1_1 selected" index="0"> <h2> <a href="WebPage/NewsList.aspx? ...
分类:
其他好文 时间:
2019-08-14 12:42:05
阅读次数:
124
解决方法: Most likely if you don't get any content while accessing an webpage, probably it doesn't want you to be able to get the content. So how does it ...
分类:
其他好文 时间:
2019-04-05 14:24:06
阅读次数:
282
We want to show an SVG avatar of the patio11bot, so we'll do that in three ways: Using an img tag - which is easy, but doesn't let us access the inter ...
分类:
编程语言 时间:
2019-02-12 00:02:44
阅读次数:
180
To let people easily share the patio11bot, we'll add a "Tweet" button to the page. You can easily add a static share button by going to https://publis ...
分类:
Web程序 时间:
2019-02-06 09:33:00
阅读次数:
181
mongodb操作 MongoCache 将数据以字典的特性存储缓存到mongodb数据库 导入类库 创建MongoCache类 初始化init 连接mongodb数据库 连接数据库cache实例(没有则创建) 连接集合webpage(没有则创建) 创建timestamp索引,设置超时时间为30天 ...
分类:
其他好文 时间:
2018-09-25 20:44:03
阅读次数:
206
<%@ tag language="java" pageEncoding="UTF-8"%><%@ include file="/webpage/include/taglib.jsp"%><%@ attribute name="count" type="java.lang.String" requi ...
分类:
其他好文 时间:
2018-05-10 14:26:44
阅读次数:
155
Selenium UI-Element是关于selenium ide中可以将webpage中的元素抽象到对象中的特性,将页面元素抽象到对象中,以方便多个脚本重复利用,并支持在selenese脚本中使用ui locator 方式定位页面元素,它给ui定位器提供了可读性较好的元素定位标识符。
分类:
其他好文 时间:
2018-03-23 18:53:27
阅读次数:
218
单文件组件 引入时报错 配置webpage.config.js中的vue 需要如下写法 之前写的loader 是vue, 并没有加 -loader所以报错 ...
分类:
Web程序 时间:
2017-12-13 14:54:58
阅读次数:
598