明月 明月
3年前
记录微信分享方法
1.安装weixinjssdk(目前使用的是1.6.0)2.新建一个js文件,在main.js中引入3.封装方法wxShare.sharefunction(appId,timestamp,nonceStr,signature,options,callBack)console.log('9999',appId,timestamp
Wesley13 Wesley13
3年前
SQL高级查询方法
正文共:5024字2图  预计阅读时间:14分钟前文推送1.SQLServer入门(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzU5MTgxNTQyNA%3D%3D%26mid%3D2247
Wesley13 Wesley13
3年前
UIWebView背景透明的方法
1.首先UIWebView背景透明//setbackgroundtransparent,alsocansetitinnibfilewebView\_.backgroundColor  \UIColor clearColor\; webView\_.opaque  NO;2.隐藏拖拽webview时上下的两个有阴影效果的su
LinMeng LinMeng
4年前
v-on绑定多个方法
von绑定多个方法触发机制不同语法如下:<divvon"{click:getSome,mousemove:MouseClick}"von绑定多个方法</div一个事件绑定多个函数触发机制相同,较少<div@click"getA(),getB()"一个事件绑定多个函数</div
Bill78 Bill78
4年前
Python 字典常用方法总结
Python字典可存储任意类型对象,如字符串、数字、元组……优点:取值方便,速度快1,创建字典字典由键(key)和对应值(value)成对组成。字典也被称作关联数组或哈希表。基本语法如下:dict{'Alice':'2341','Beth':'9102','Cecil':'3258'}注意:每个键与值用冒号隔开(:)
Wesley13 Wesley13
3年前
MUI上传文件的方法
<!doctypehtml<html<head<metacharset"UTF8"<title</title<metaname"viewport"content"widthdevicewidth,init
Stella981 Stella981
3年前
CodeMirror的使用方法
这里是利用vue来开发项目:1、利用textare生成编辑器<textarearef"textarea"</textarea2、创建编辑器对象leteditJsonCodeMirror.fromTextArea(this.$refs.textarea,{mode
Stella981 Stella981
3年前
Qt for Android 环境搭建方法
Qt for Android 环境搭建方法第一步、准备所需要的安装包(1)下载qtwindowsopensource5.1.1androidx86win32offline,(不同配置的机型下载不同的版本),下载路径:http://qtproject.org/downloads(https://www.oschi
Easter79 Easter79
3年前
String.format方法使用
转自  https://blog.csdn.net/u010137760/article/details/82869637 1.代码中简单使用2.源码调用的方法3.相关类Formatter3.1可选的参数索引3.2可选的标记3.3可选的宽度3.4可选的精度3.5强制类型转换3.1非日期/时间转换类型
Wesley13 Wesley13
3年前
GPIO原理及配制方法
GPIO原理及配制方法引用地址:ARMSOC芯片的GPIO结构示意图!(https://oscimg.oschina.net/oscnet/17f17aea5968bc32e37b481a82cec79caca.png) @@@GPIO的八种模式1,输入浮空模式2,输入上拉模式3,输入下拉模式4,模拟输入模式5,