nutz微信应用开发项目 nuby

码农软件 · 软件分类 · 微信/微信小程序 · 2019-03-14 14:57:40

软件介绍

Nutz+easyui+mpsdk4j+七牛云服务微信应用开发项目

  • 1. 实现微信基本的消息互动功能,菜单响应,用户信息同步等

  • 2. 最新的JSSDK功能,如分享,图片上传, 网页授权, 一键关注等

  • 3. 后台管理界面用Easyui搭建,有点小粗糙别见怪

  • 4. 增加了个小小拼图游戏(原型非本人实现), 只是对其它改造,实现屏幕响应式, 支持手机到平板

  • 5. 其它的自行发现吧

注意:

下载好代码后,在org.elkan1788.extra.nuby.init.InitDB类中,把自己的微信信息,七牛存储信息填入进去, 其它信息进入后台编辑即可。

// settings Settings set = new Settings();
set.setMpId("your weixin mp origin id");
set.setAppId("your weixin appid");
set.setSecret("your weixin appsecret");
set.setWelcome("new user subscribe message");
set.setQnUK("your qiniu uk");
set.setQnAK("your qiniu ak");
set.setQnSK("your qiniu sk");
dao.insert(set);

本文地址:https://www.codercto.com/soft/d/1334.html

Java Message Service API Tutorial and Reference

Java Message Service API Tutorial and Reference

Hapner, Mark; Burridge, Rich; Sharma, Rahul / 2002-2 / $ 56.49

Java Message Service (JMS) represents a powerful solution for communicating between Java enterprise applications, software components, and legacy systems. In this authoritative tutorial and comprehens......一起来看看 《Java Message Service API Tutorial and Reference》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具