首页 文章 精选 留言 我的

精选列表

搜索[三大系统],共10000篇文章
优秀的个人博客,低调大师

【店滴云】免费的民宿管理系统,完善伪静态,兼容商户端和管理端访问

店滴云,服务休闲性经营场所,例如茶室,棋牌室,民宿,酒店 升级内容: 微服务数据操作增加fast-db 商户端与管理端共享node_module 修改统一中后台资源路径到frontend/resource 增加商户入口shop.html和管理后台入口backend.html 修改伪静态,增加商户与管理后台入口伪静态规则 帮助他们核心解决三个问题, 1、引流锁客 2、业务管理 3、智能控制。 引流拓客我们有两种方式: 第一种是我们可以将用户的经营数据实时同步到第三方平台,包括抖音、携程、美团、小红书这样的一些平台,数据同步后我们提供锁客的工具。 第二种方式是我们和中部的博主或者说是视频主进行合作,这些视频主或者博主的这个粉丝数量基本上都在 5~10 万,我们有大量的博主资源,然后能够将你的服务数据和中部的资源进行对接,进行全媒体发布。 业务管理主要是针对房产、房量、房态,订单,优惠,电商的数据管理。 智能控制包括智能门锁,开关,插座,窗帘,音箱,无人售货柜。 附录 server { listen 80; server_name www.ai.com; root "ddicms/frontend"; add_header Access-Control-Allow-Origin *; add_header Access-Control-Allow-Headers X-Requested-With,Authorization,Content-Type,access-token,bloc-id,store-id; add_header Access-Control-Allow-Methods GET,POST,OPTIONS,PUT,DELETE; location / { index index.php index.html error/index.html; error_page 400 /error/400.html; error_page 403 /error/403.html; error_page 404 /error/404.html; error_page 500 /error/500.html; error_page 501 /error/501.html; error_page 502 /error/502.html; error_page 503 /error/503.html; error_page 504 /error/504.html; error_page 505 /error/505.html; error_page 506 /error/506.html; error_page 507 /error/507.html; error_page 509 /error/509.html; error_page 510 /error/510.html; include D:/www/firetech/frontend/web/nginx.htaccess; autoindex off; } location ~ \.php(.*)$ { fastcgi_pass 127.0.0.1:9001; fastcgi_index index.php; fastcgi_split_path_info ^((?U).+\.php)(/?.+)$; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param PATH_INFO $fastcgi_path_info; fastcgi_param PATH_TRANSLATED $document_root$fastcgi_path_info; include fastcgi_params; } location /backend { index index.html; if (!-e $request_filename) { rewrite ^/backend/(.*)$ /backend.html last; } } location /shop { index index.html; if (!-e $request_filename) { rewrite ^/shop/(.*)$ /shop.html last; } } location /api { index index.php index.html; if (!-e $request_filename) { rewrite ^/api/(.*)$ /api/index.php last; } if (!-f $request_filename){ set $rule_0 1$rule_0; } } location /admin { index index.php index.html; if (!-e $request_filename) { rewrite ^/admin/(.*)$ /admin/index.php last; } if (!-f $request_filename){ set $rule_0 1$rule_0; } } location /help { index index.php index.html; if (!-e $request_filename) { rewrite ^/help/(.*)$ /help/index.php last; } if (!-f $request_filename){ set $rule_0 1$rule_0; } } gzip on; gzip_comp_level 5; gzip_min_length 256; gzip_proxied any; gzip_vary on; }

资源下载

更多资源
Mario

Mario

马里奥是站在游戏界顶峰的超人气多面角色。马里奥靠吃蘑菇成长,特征是大鼻子、头戴帽子、身穿背带裤,还留着胡子。与他的双胞胎兄弟路易基一起,长年担任任天堂的招牌角色。

Nacos

Nacos

Nacos /nɑ:kəʊs/ 是 Dynamic Naming and Configuration Service 的首字母简称,一个易于构建 AI Agent 应用的动态服务发现、配置管理和AI智能体管理平台。Nacos 致力于帮助您发现、配置和管理微服务及AI智能体应用。Nacos 提供了一组简单易用的特性集,帮助您快速实现动态服务发现、服务配置、服务元数据、流量管理。Nacos 帮助您更敏捷和容易地构建、交付和管理微服务平台。

Sublime Text

Sublime Text

Sublime Text具有漂亮的用户界面和强大的功能,例如代码缩略图,Python的插件,代码段等。还可自定义键绑定,菜单和工具栏。Sublime Text 的主要功能包括:拼写检查,书签,完整的 Python API , Goto 功能,即时项目切换,多选择,多窗口等等。Sublime Text 是一个跨平台的编辑器,同时支持Windows、Linux、Mac OS X等操作系统。

WebStorm

WebStorm

WebStorm 是jetbrains公司旗下一款JavaScript 开发工具。目前已经被广大中国JS开发者誉为“Web前端开发神器”、“最强大的HTML5编辑器”、“最智能的JavaScript IDE”等。与IntelliJ IDEA同源,继承了IntelliJ IDEA强大的JS部分的功能。

用户登录
用户注册