会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
不服憋着
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
10
下一页
2022年6月16日
picker-view 小程序级联选择(三级城市选择)
摘要: <template> <view class="picker-wrapper"> <!-- <view class="uni-padding-wrap"> <view class="uni-title">当前选择:{{provice}} {{city}} {{area}}</view> </view
阅读全文
posted @ 2022-06-16 17:41 不服憋着
阅读(297)
评论(0)
推荐(0)
2022年5月19日
语音自动播报的问题 WeixinJSBridge
摘要: ios版微信 start(flag) { if(flag 'R'){ this.audio.src = require('../../../assets/mp3/red.mp3') }else if(flag 'Y'){ this.audio.src = require('../../../asse
阅读全文
posted @ 2022-05-19 16:14 不服憋着
阅读(153)
评论(0)
推荐(0)
uniapp --->webview 使用,和H5页面通信
摘要: 小程序页面<web-view src="http://172.20.10.3:8080/#/information" @message="getMessage" ></web-view> methods:{ getMessage(event) { // 跳转别的小程序 my.navigateToMi
阅读全文
posted @ 2022-05-19 10:10 不服憋着
阅读(296)
评论(0)
推荐(0)
2022年4月14日
js调取摄像头拍照
摘要: <!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi
阅读全文
posted @ 2022-04-14 14:37 不服憋着
阅读(832)
评论(0)
推荐(0)
2022年4月2日
电子时钟滚动效果实现
摘要: <template> <div class="time"> <ul class="numbers hoursFirst"> <li v-for="(item, index) in arr" class="liItem" :key="index">{{item}}</li> </ul> <ul cla
阅读全文
posted @ 2022-04-02 17:16 不服憋着
阅读(102)
评论(0)
推荐(0)
2022年3月3日
echarts地图2.5D效果实现
摘要: <template> <div class="Echarts"> <div id="main" style="width: 600px; height: 400px"></div> </div> </template> <script> import { zhoukouJson } from "..
阅读全文
posted @ 2022-03-03 18:02 不服憋着
阅读(2019)
评论(0)
推荐(0)
2021年12月16日
nginx配置
摘要: server { listen 8088; server_name localhost; location / { root dist; index index.html index.htm; try_files $uri $uri/ /index.html; // vue history模式刷新4
阅读全文
posted @ 2021-12-16 09:30 不服憋着
阅读(33)
评论(0)
推荐(0)
2021年11月30日
table表格边框线问题
摘要: <template> <div> <div class="table-c"> <table width="400" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="105">站名</td> <td width="181">网址<
阅读全文
posted @ 2021-11-30 16:19 不服憋着
阅读(145)
评论(0)
推荐(0)
2021年11月25日
点击按钮保存当前页面为图片----html2canvas
摘要: npm install --save html2canvasimport html2canvas from 'html2canvas' handleDownload (id) { let ele = document.getElementById(id) let ignoreElements = e
阅读全文
posted @ 2021-11-25 17:51 不服憋着
阅读(169)
评论(0)
推荐(0)
2021年11月17日
浅谈webpack优化
摘要: https://www.cnblogs.com/zxuedong/p/12809234.html http://www.duanlonglong.com/qdjy/546.html
阅读全文
posted @ 2021-11-17 14:36 不服憋着
阅读(16)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
10
下一页
公告