-
webscin
web漏洞扫描 web安全检测 网站检测(web vulnerability scanning web security testing)
- 2014-02-21 11:44:29下载
- 积分:1
-
15524390
利用博客实现版本验证源码,例程结合易语言互联网支持库,利用博客实现软件版本的校验。(Achieved using the blog version verification code, routines combined with easy language support library Internet use blog software version to achieve parity.)
- 2014-09-23 16:10:40下载
- 积分:1
-
forum
具有论坛基本功能,但是界面效果稍欠,后期有待修缮(failed to translate)
- 2013-05-09 00:24:25下载
- 积分:1
-
5kcrm0.5.2
悟空CRM系统是一款开源免费的通用企业客户关系管理平台软件,采用先进的LAMP架构,具有良好的开放性、可扩展性、安全性和透明性;我们以CRM理念为基础,结合中国中小型企的特点与现状,调查了解各行业的需求,悟出了企业管理之道,形成了自身特有的特点和优势,志在为改善企业营销能力、加强企业决策支持实现企业信息化等方面提供现实有效的支持和帮助。(Wukong CRM system is an open source free generic platform for enterprise customer relationship management software, using advanced LAMP architecture has good openness, scalability, security, and transparency our CRM philosophy is based on combining Chinese SMEs Features and Present enterprises, investigate and understand the needs of various industries, realize the business management of the Road, formed its own unique characteristics and advantages, aimed at improving corporate marketing capabilities, strengthen enterprise decision support and other aspects of enterprise information to provide real effective support and help.)
- 2020-06-29 01:00:02下载
- 积分:1
-
softhy731c
这个是邮件在线发送源码!!很实用的!省了许多力的!!(This is a message sent online source! ! Very useful! Province, a lot of power! !)
- 2009-05-29 20:00:15下载
- 积分:1
-
gov12
宁志地方政府网站管理系统 v2主要为全国各地方协会自助建站提供方便。网站系统无复杂的安装设置要求,适合广大工作人员使用。特点:安全、稳定、美观、实用、易操作,可设管理员权限分配。(The NING local government Web site management system v2 mainly to facilitate for national local associations DIY Website. Site system without complex installation settings suitable for the majority of staff. Features: security, stability, beautiful, practical, easy to operate, can be set to assign administrator privileges.)
- 2013-04-09 16:49:27下载
- 积分: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
-
appleVote2.0(1)
苹果投票系统开发需要用到的语言是C#,采用了当今最为流行的ASP.NET技术,在线投票功能是网站应用程序最常用的功能之一,也是网站应用程序开发常用的功能模块(Apple need to use the voting system development language is C#, using today s most popular ASP.NET technology, online voting feature is one of the most commonly used features of the site application, website application development is also commonly used function modules)
- 2014-12-22 20:35:19下载
- 积分:1
-
smartsite.2.2
martSite智能网站管理系统是由仙人掌软件基于asp+access环境下开发的企业级网站管理系统。SmartSite内置单页、新闻、产品、视频、下载四大内容模型(MartSite intelligent website management system is composed of the cactus software based on enterprise website management system developed under asp+access environment. SmartSite built-in single pages, news, products, video, Download four content model)
- 2013-12-29 21:01:45下载
- 积分:1
-
ii23_lianghao
高仿ii32靓号网站系统的PHP源码程序!(High imitation ii32 Liang number system PHP source program!)
- 2014-02-12 19:36:33下载
- 积分:1