上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 49 下一页
摘要: 文档:https://www.kancloud.cn/wangfupeng/wangeditor3/332599 下载:https://github.com/wangfupeng1988/wangEditor/releases 一、效果图 二、代码示例 <div id="editorContaine 阅读全文
posted @ 2020-08-08 11:09 样子2018 阅读(2622) 评论(0) 推荐(0) 编辑
摘要: 应用地址:https://s.w7.cc/module-26018.html 阅读全文
posted @ 2020-08-08 10:55 样子2018 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 应用地址:https://s.w7.cc/module-26455.html 阅读全文
posted @ 2020-08-08 09:24 样子2018 阅读(170) 评论(0) 推荐(0) 编辑
摘要: ::-webkit-input-placeholder { color: #999 !important; } ::-moz-placeholder { color: #999 !important; } :-ms-input-placeholder { color: #999 !important 阅读全文
posted @ 2020-07-27 12:59 样子2018 阅读(532) 评论(0) 推荐(0) 编辑
摘要: 官网:https://www.dingxiang-inc.com/business/captcha 开发文档:https://www.dingxiang-inc.com/docs/detail/captcha#doc-h3-31 DEMO:https://cdn.dingxiang-inc.com/ 阅读全文
posted @ 2020-07-17 10:30 样子2018 阅读(584) 评论(0) 推荐(0) 编辑
摘要: 一、session_key管理 调用wx.login()获取code,服务端根据这个code和appid和appsecret获取SessionKey。 把SessionKey保存到服务器上,一般是不在网络传输,建立自己的SesstionID和生成的SessionKey的对应关系。 然后把生成的Ses 阅读全文
posted @ 2020-07-14 10:48 样子2018 阅读(2320) 评论(0) 推荐(0) 编辑
摘要: 注意:小程序同一个页面video支持3个 一、效果图 二、代码 <cu-custom bgColor="my-bg" isBack="{{false}}"> <view slot="backText"></view> <view slot="content"></view> <view slot=" 阅读全文
posted @ 2020-06-04 10:42 样子2018 阅读(1712) 评论(0) 推荐(0) 编辑
摘要: wx.switchTab:跳转到 tabBar 页面,并关闭其他所有非 tabBar 页面 wx.reLaunch:关闭所有页面,打开到应用内的某个页面。 wx.reLaunch是可以跳转到tabBar页面的。它和wx.switchTab的区别就是:前者可以触发onLoad事件,而后者则不能触发。所 阅读全文
posted @ 2020-05-30 11:13 样子2018 阅读(1830) 评论(0) 推荐(0) 编辑
摘要: 一、对照效果 二、常用API 1、框架形状 setFrameShape(QFrame.Shape) 2、框架阴影 setFrameShadow(QFrame.Shadow) 3、框架的几个线宽 4、框架样式 5、框架矩形 三、示例 from PyQt5.Qt import * import sys 阅读全文
posted @ 2020-05-19 10:06 样子2018 阅读(2497) 评论(0) 推荐(0) 编辑
摘要: 一、常用API QLineEdit.text():返回输入框的当前文本。 QLineEdit.addAction(Action,QLineEdit.ActionPosition):添加动作到文本输入栏,上面已经举过例子了。 QLineEdit.setAlignment(Qt.Alignment fl 阅读全文
posted @ 2020-05-19 09:20 样子2018 阅读(12581) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 49 下一页