登录
首页 » PHP » ThinkSNS_2_5_forlove

ThinkSNS_2_5_forlove

于 2016-04-12 发布 文件大小:8005KB
0 227
下载积分: 1 下载次数: 2

代码说明:

  国内知名开源微博系统ThinkSNS今天正式发布ThinkSNS 2.5版本,新版本在细化与完善原有功能,增加运营功能的基础上,重点重构了模板机制和完善了插件机制,使得模板包之间相互独立,易于定制或开发个性化风格,代码层面重点优化了SQL查询与缓存机制,提升系统性能。同时,ThinkSNS此次还推出了全新的Android客户端,基于HTML5+CSS3架构的3G版客户端,以及允许普通站长申请使用的掌上微博产品。至此,ThinkSNS已全面的提供了iPhone客户端、Android客户端及3G/Wap客户端(Domestic well-known open source microblogging system ThinkSNS today officially released ThinkSNS 2.5 version, the new version in the refinement and improvement of the original function, operation function based on the increase, focusing on the reconstruction of the template mechanism and improve the plug-in mechanism, the template package are independent of each other, easy to customize or develop personalized style, code level focus on the optimized SQL query and cache mechanism, enhance system performance. At the same time, ThinkSNS also launched a new Android client, based on the 3G architecture of the HTML5+CSS3 version of the client, as well as to allow ordinary owners to apply for the use of handheld micro-blog products. So far, ThinkSNS has been provided by the iPhone client, Android client and 3G/Wap client)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • zWeb
    一个完整的网页和管理向导,留言板主题视图数-留言板菜单:显示总主题,文章——调查索引页面,编辑管理,调查民意调查在图-改变文本字段类型在数据库LONGTEXT——其他轻微改变菜单- admin观众信息,ip,whois,机器人——显示机器人的游客——改变了电子邮件程序-索引扩展菜单编辑器:现在你可以设置3类型的菜单:标准,简单地和链接菜单,通讯,浏览最多的文本,最后的评论,一些错误修复、文件链接文本,排序菜单在管理面板-新图标在管理面板(A complete Web pages and Management Wizard, message board topic view- message board menu: Displays the overall theme of the article- the survey index page, edit management, survey public opinion survey in Figure- change the text field type the database a LONGTEXT- other minor changes menu- admin audience information, ip, whois, robot- robot tourists- changed the e-mail program- index extended Menu Editor: Now you can set the 3 types of menus: standard, simple menu and links, communications, Most viewed text, a final comment, some bug fixes, file link text, the Sort menu in the admin panel- new icon in the admin panel)
    2013-05-16 15:38:40下载
    积分:1
  • 一个小商场系统Spring Boot后端 + Vue管理员前端 + 微信小程序用户前端 + Vue用户移动端
    litemall 一个小商场系统。litemall = Spring Boot后端 Vue管理员前端 微信小程序用户前端 Vue用户移动端项目实例小商场实例 renard-wx模块实例 注意:此实例是真实小商场,开发者可以购买商品和付款,但请不要尝试退款操作。 litemall-wx模块实例 注意:此实例是测试小商场,开发者请不要尝试购买商品、付款、退款操作。 轻商场实例 请手机扫描以下二维码访问: 或者浏览器采用手机模式访问以下网址: http://118.24.0.153:8080/vue/index.html#/ 注意: 由于第一次加载数据量较大,建议wifi网络访问,且耐心等待数秒。 此实例是测试轻商场,不支持支付,而且处于开发中还不完善。 管理后台实例 浏览器打开,输入以下网址: http://118.24.0.153:8080/#/login 管理员用户名admin123,管理员密码admin123 注意:此实例只是测试管理后台,不是前两个小商城的管理后台。 项目架构技术栈 Spring Boot Vue 微信小程序 功能小商城功能 首页 专题列表、专题详情 分类列表、分类详情 品牌列表、品牌详情 新品首发、人气推荐 优惠券列表、优惠券选择 团购(团购业务有待完善) 搜索 商品详情、商品评价、商品分享 购物车 下单 订单列表、订单详情 地址、收藏、足迹、意见反馈 客服 管理平台功能 会员管理 商城管理 商品管理 推广管理 系统管理 配置管理 统计报表 快速启动 配置最小开发环境: MySQLJDK1.8或以上MavenNodejs微信开发者工具 数据库依次导入litemall-db/sql下的数据库文件 litemall_schema.sql litemall_table.sql litemall_data.sql 启动小商场和管理后台的后端服务 打开命令行,输入以下命令 cd litemallmvn installmvn clean packagejava -Dfile.encoding=UTF-8 -jar litemall-all/target/litemall-all-0.1.0-exec.jar 启动管理后台前端 打开命令行,输入以下命令 npm install -g cnpm --registry=https://registry.npm.taobao.org cd litemall/litemall-admincnpm installcnpm run dev 此时,浏览器打开,输入网址http://localhost:9527, 此时进入管理后台登录页面。 启动小商城前端 这里存在两套小商场前端litemall-wx和renard-wx,开发者可以分别导入和测试: 微信开发工具导入litemall-wx项目; 项目配置,启用“不校验合法域名、web-view(业务域名)、TLS 版本以及 HTTPS 证书” 点击“编译”,即可在微信开发工具预览效果; 也可以点击“预览”,然后手机扫描登录(但是手机需开启调试功能)。 启动轻商城前端 打开命令行,输入以下命令 npm install -g cnpm --registry=https://registry.npm.taobao.org cd litemall/litemall-vuecnpm installcnpm run dev 此时,浏览器(建议采用chrome 手机模式)打开,输入网址http://localhost:6255, 此时进入轻商场。 注意:现在功能很不稳定,处在开发阶段。开发计划 当前版本v1.4.0 目前项目开发中,存在诸多不足,以下是目前规划的开发计划。 V 1.0.0 完成以下目标: 除了部分功能(如优惠券等),小商城的优化和改进基本结束; 管理后台基本实现所有表的CRUD操作; 后端服务能够对参数进行检验。 V 2.0.0 完成以下目标: 小商城和管理后台完成所有基本业务; 管理后台实现统计功能、日志功能、权限功能; 业务代码和细节代码进行调整优化; 轻商城的开发; V 3.0.0 完成以下目标: 管理后台一些辅助功能 后端服务加强安全功能、配置功能 缓存功能以及优化一些性能 警告 本项目仅用于学习练习 本项目还不完善,仍处在开发中,不承担任何使用后果 本项目代码开源MIT,项目文档采用 署名-禁止演绎 4.0 国际协议许可致谢 本项目基于或参考以下项目:nideshop-mini-program 项目介绍:基于Node.js MySQL开发的开源微信小程序商城(微信小程序) 项目参考: litemall项目数据库基于nideshop-mini-program项目数据库; litemall项目的litemall-wx模块基于nideshop-mini-program开发。 vue-element-admin 项目介绍: 一个基于Vue和Element的后台集成方案 项目参考:litemall项目的litemall-admin模块的前端框架基于vue-element-admin项目修改扩展。 mall-admin-web 项目介绍:mall-admin-web是一个电商后台管理系统的前端项目,基于Vue Element实现。 项目参考:litemall项目的litemall-admin模块的一些页面布局样式参考了mall-admin-web项目。 biu 项目介绍:管理后台项目开发脚手架,基于vue-element-admin和springboot搭建,前后端分离方式开发和部署。 项目参考:litemall项目的权限管理功能参考了biu项目。 vant--mobile-mall 项目介绍:基于有赞 vant 组件库的移动商城。 项目参考:litemall项目的litemall-vue模块基于vant--mobile-mall项目开发。
    2019-10-31下载
    积分:1
  • zuoyoumoban
    左右结构两列布局宽屏模板,DIV+CSS布局,蓝色风格,该模板经过W3C验证,符合web2.0标准。,web网页制作参考资料。(So the structure two column layout widescreen template, DIV+CSS layout, blue style, the template through W3C verification, in accordance with Web2.0 standard. Web Webpage, production of reference materials.)
    2013-12-28 11:05:17下载
    积分:1
  • HonoBlog_cn
    HonoBlog 是php/mysql 开发的博客管理系统 1.动态网页管理 2.菜单管理 3.角色组管理 4.用户管理 5.权限管理 6.菜单栏目管理 7.内容发布管理 8.博客分类管理 9.博客文章 10.博客主题模板 11.联系我们 12.模板管理 13.模块管理 14.数据备份(HonoBlog is php/mysql development blog management system 1. The dynamic website management menu management 2. 3. 4. Role Group Management User Management 5. Rights Management menu section 6. Content Management 7. Release Management 8. 9. blog category management blog article 10. The blog theme template 11. Contact us 12. 13. template management module management 14. data backup )
    2016-09-19 22:04:01下载
    积分:1
  • intro-aspnet
    introdcution asp.net a sample project , project creation , page [default.aspx]
    2013-11-01 18:57:07下载
    积分:1
  • 17
    抖音上面的动态图,前端语言写,给予你不一样的感受(24/5000 The dynamic picture above the hissing, written in the front language, gives you a different feeling)
    2018-06-13 10:02:04下载
    积分:1
  • AYASOFT留言板 v0.1
    资源描述简介:  留言查询,个人帐号管理,留言管理,可以整合到自己的网络中。
    2023-01-13 12:15:03下载
    积分:1
  • 通用导航分页
    wechat php test, define your token,get post data, May be due to the different environments
    2022-03-20 00:14:47下载
    积分:1
  • LEACH分簇算法
    版权所有(c)2013,Hossein Dehghan
    2023-08-31 08:10:03下载
    积分:1
  • ASP-ubb论坛程序
    资源描述由梦想成真工作室提供的ASP-ubb论坛程序 Copy到任何目录下都行,只要支持asp+access的目录就行了 然后的设置是在set.asp中 
    2022-07-11 16:10:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载