找到约 10000 条结果
  • python 读取excel文件并写入json
    excel内容:代码: {代码...}
    2018-09-17
  • 微信开发系列之六 - 使用微信OAuth2 API读取微信用户信息,显示在SAP UI5里
    文章系列目录Wechat development series 1 – setup your development environmentWechat development series 2 – development Q&A service using nodejsWechat development series 3 – Trigger C4C Account creation in Wechat appWechat development series 4 – Send C4C Data change notification to Wechat appWe...
    2020-08-30
  • type article test
    test with type article string
    2026-08-10
  • ubuntu使用docker安装微信,并设置桌面程序启动
    安装docker(官方脚本),运行命令:curl -fsSL [链接] | bash -s docker --mirror Aliyun允许所有用户访问X11服务,运行命令:xhost +从docker下载微信,运行命令:docker pull bestwu/wechat新建一个脚本 wechat.sh,添加以下代码: {代码...} 其中有三个地方是 ibus,这个看你机器现在使用的输入法引擎是什么就改成什么...
    2021-09-13
  • 微信内h5跳转小程序
    username为小程序原始id,path为小程序的页面路径,切记,需要引入1.6版本的sdk,并通过wx.config注入权限方可使用,具体如何注入参照微信文档jssdk([链接])在需要调用JS接口的页面引入如下JS文件:[链接] (支持https)本篇介绍的是vue的语法调用,如其他框架请参照微信开放文档即可[链接]
    2020-07-21
    1
  • 2021.7微信小程序开发问题随记
    微信小程序去除左上角返回键,几种页面的跳转方式:对应于wx.navigateTo、wx.redirectTo、wx.switchTab的跳转功能open-type="navigate"等价于wx.navigateTo而wx.navigateTo的url是需要跳转的应用内非 tabBar 的页面的路径open-type="redirect"等价于wx.redirectTo而wx.redirectTo的url是需要跳转的应用内非 tabBar 的页...
    2021-07-20
  • wechat-dribbble
    wechat-dribbble ???wechat app for dribbble write less, do more 简介 利用宇宙最美的设计网站dribbble 提供的API完成功能 响应式布局,各个分辨率均能展现良好 预览 gif 使用 根据awesome-wechat-weapp提供的方法,安装微信小程序开发环境 git clone https://github.com/nicesu/wechat-dribbble.git 在微信开发工具中...
    2016-09-27
  • dom-vcr - 使用 HTML5 canvas 和 SVG 从 DOM 节点生成视频或 GIF
    📦 安装 {代码...} 🦄 使用录制 2s 生成 4 帧 GIF需要安装 gif.js {代码...} 手动加帧生成 GIF需要安装 gif.js {代码...} CDN {代码...} github [链接]
    2023-01-10
  • Sequelize基本用法
    安装 {代码...} 建立连接 {代码...} 定义模型 {代码...} sql、orm对应关系 sql orm select findAll,findOne,findById,findOrCreate,findAndCountAll update update insert create delete destroy 查询 查询单条数据 {代码...} 查询多条 findAll(opts) 或者 all(opts) {代码...} 分页查询 findAndCount(opts) 或者 findAn...
    2019-09-17
  • 获取微信用户基本信息
    {代码...}
    2017-01-05
  • 【ionic App问题总结系列】ionic 微信朋友圈分享
    摘自:[链接][链接][链接] 前言 实现ionic微信朋友圈、朋友分享只要按照着插件的文档来就行,为方便查询,现记录总结(本文是在开发Android App的环境下产生的)。 注: 1.每个应用的名称、包名,签名都必须是唯一。为了做到ionic app能覆盖原有的Android App,必须保证ionic app这三者与原来保持一致。 2.不管你使用什...
    2017-04-16
    1
  • 微信开发系列之五 - 将SAP UI5应用嵌入到微信中
    文章系列目录Wechat development series 1 – setup your development environmentWechat development series 2 – development Q&A service using nodejsWechat development series 3 – Trigger C4C Account creation in Wechat appWechat development series 4 – Send C4C Data change notification to Wechat appWe...
    2020-08-30
  • 解析arxiv Metadata
    In this assignment, you will practise working with files, building and using dictionaries, designing functions using the Function Design Recipe, and writing unit tests.
    2021-12-26
  • 微信开发系列之九 - 在微信里直接创建SAP C4C的社交媒体消息
    标题:Wechat development series 9 – Create C4C Social Media Message and Service within Wechat app
    2020-09-01
  • eggjs 框架安全
    版权声明:本文为CSDN博主「beginnboyer」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。原文链接:[链接]
    2021-07-02
  • 微信开发系列之七 - 使用Redis存储微信聊天记录
    In the second blog Wechat development series 2 – development Q&A service using nodejs of this series, we have developed a kind of Q&A service in Wechat which leverages a free Tuning Restful service so that you could chat with this service:
    2020-09-02
  • 使用Python监听并下载微信聊天表情包
    只要有人给你发了表情包,不管是群聊还是个人发的,都将它保存到本地。也许某天斗图的时候就能用到,不过即使有了表情包,还需要一个检索功能,不然这一张一张看也太费眼睛了。
    2024-01-19
  • JS进阶篇--实现页面分享代码share,不需要第三方接口
    在开发一个页面的时候常常会有这么一个小功能,就是分享该页面中的信息。 常见的分享代码有百度分享, JiaThis分享插件,bshare分享插件等,我主要分享一下自定义分享代码,如下: js代码 {代码...} html代码 {代码...}
    2014-03-10
    2
  • 调用微信静默授权接口
    传递appid给微信,redirect_uri是授权后重定向的回调链接地址, 请使用encodeURIComponent解码对链接进行处理。这里的redirect_uri是向后台请求接口,并且把我想要传递给后台的参数都传过去。然后后台再返回东西给前端。scope=snsapi_base是静默授权
    2019-04-10
    1
  • H5跳转微信小程序流程
    这些是准备工作,可以用微信开发者工具去调试,能看到jweixin-1.6.0.js是否调用成功,<wx-open-launch-weapp>是否初始化成功。
    2024-12-16