search
HomeBackend DevelopmentPHP TutorialSelf-developed application by the team: local business open source announcement medical team team presentation Haotuan

I have been very busy with work in the past year and have not updated my blog seriously. I am sorry to all my friends. What I want to share today is not about technology, but about the local and open source description of the app that my friends and I worked on for more than two months! The content includes Android source code, IOS source code, and background source code. The backend is written in php and CodeIgniter framework.

This app is a bit similar to Meituan/Dianping. It has all the O2O things. Among them is an errand running function, where you pay to hire others to do a small job and you will be paid after the work is done! The business process is the same as taking a taxi.

IOS code screenshots:

Self-developed application by the team: local business open source announcement medical team team presentation Haotuan

Android screenshots:

Self-developed application by the team: local business open source announcement medical team team presentation Haotuan

Backend

Self-developed application by the team: local business open source announcement medical team team presentation Haotuan

Interface document

Let’s just look at cloud collaboration. The early writing is quite standardized, the interface document

Android APP trial

fir download link

IOS

You can’t use the IOS version because you download it, but as you can see from the screenshots, we have iterated on several versions:
Self-developed application by the team: local business open source announcement medical team team presentation Haotuan

Why open source?

Let’s talk about this issue next. This project was originally a cooperation with Zhejiang Solingke Network Co., Ltd., but now because of repeated requests for money to no avail, I have seen that the results of two or three months of hard work of my brothers day and night have been misappropriated. , I am really angry. Let me talk to you about the causes and consequences of this.

I took on this project with a friend from Hangzhou. The real employer is Mr. P. Mr. P found Xu Moumou, the boss of Lingke Network, to do this. Then Mr. Xu outsourced three-quarters of the workload to us. They were only responsible for a backend. Of course, they were responsible for product design and UI. There is nothing wrong with this! At that time, the company Soulingke probably had two artists, a backend, and Xu himself. One of the artists, who was in charge of this local business, left while working, and then came back two or three months later. So don’t blame the programmer if the app is a bit shabby.

When signing the contract, because Mr. P is an amateur, he always thought that it would be done in ten days or so. This has a direct impact. When we signed the contract with Xu, the time was quite tight, and it took 50 working days to complete. Everyone who is a programmer knows this, but the result is a delay. It is impossible to get it done within 50 days. Before 2016, they had to run errands on this module. There were problems in the original design of this module, and many of the logic did not match up. Xu Moumou was quite busy and couldn't take care of this. Then just bite the bullet and do it, Zajia sleeps on the train and writes the backstage in one morning. I went home during the Chinese New Year and helped my Android friends. I haven't lived well in the new year, and I haven't given the money I promised. Xu Moumou said that Mr. P did not give him any money. But when we signed the contract with Xu, we had to pay an interim payment before doing the legwork. Who asked us to postpone it? We didn't pursue this matter according to the contract. . .

The story happened around March 15, 2016. Mr. P came to Hangzhou in person with some yuan to supervise the war. I made an oath and a vow to give my little friend a lot of blood and work hard! The original date was the 15th, to accept what we made and then pay. (Note that it was already a mess at this time. We were supposed to ask Mr. Xu for money, but Mr. Xu said that the things were not finished, and P would not give him the money, and there was nothing he could do. P was always eager to ask for things, so he had to urge him directly. Our team)

As a result, on the 15th, Xu Moumou asked us to stop all development work and hand over the source code to him. They will be responsible for the follow-up, and we will not be in charge of it. Of course we don't want to, we just want things without giving money. After a lot of fighting, Xu promised to give us money, every cent of it. He also scolded Zajia. Later I found out that Xu’s family had hired someone, one for Android and one for iOS. Although the iOS company left quickly, the iOS code handed over to us could not be accepted, and the other party refused to pay because they could not find someone to accept it.

It has been more than two months since we handed over the code, and asking for money has been fruitless. To be continued. . .

').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i ').text(i)); }; $numbering.fadeIn(1700); }); });

The above introduces the team's self-developed application: local business open source announcement, including open source and team content. I hope it will be helpful to friends who are interested in PHP tutorials.

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
YOLOv6又快又准的目标检测框架已经开源了YOLOv6又快又准的目标检测框架已经开源了May 09, 2023 pm 02:52 PM

作者:楚怡、凯衡等近日,美团视觉智能部研发了一款致力于工业应用的目标检测框架YOLOv6,能够同时专注于检测的精度和推理效率。在研发过程中,视觉智能部不断进行了探索和优化,同时吸取借鉴了学术界和工业界的一些前沿进展和科研成果。在目标检测权威数据集COCO上的实验结果显示,YOLOv6在检测精度和速度方面均超越其他同体量的算法,同时支持多种不同平台的部署,极大简化工程部署时的适配工作。特此开源,希望能帮助到更多的同学。1.概述YOLOv6是美团视觉智能部研发的一款目标检测框架,致力于工业应用。

MLC LLM:开源AI聊天机器人,支持离线运行,适用于集成显卡电脑和iPhone。MLC LLM:开源AI聊天机器人,支持离线运行,适用于集成显卡电脑和iPhone。May 06, 2023 pm 03:46 PM

5月2日消息,目前大多数AI聊天机器人都需要连接到云端进行处理,即使可以本地运行的也配置要求极高。那么是否有轻量化的、无需联网的聊天机器人呢?一个名为MLCLLM的全新开源项目已在GitHub上线,完全本地运行无需联网,甚至集显老电脑、苹果iPhone手机都能运行。MLCLLM项目介绍称:“MLCLLM是一种通用解决方案,它允许将任何语言模型本地部署在一组不同的硬件后端和本地应用程序上,此外还有一个高效的框架,供每个人进一步优化自己用例的模型性能。一切都在本地运行,无需服务器支持,并通过手机和笔

基于开源的 ChatGPT Web UI 项目,快速构建属于自己的 ChatGPT 站点基于开源的 ChatGPT Web UI 项目,快速构建属于自己的 ChatGPT 站点Apr 15, 2023 pm 07:43 PM

作为一个技术博主,了不起比较喜欢各种折腾,之前给大家介绍过ChatGPT​接入微信,钉钉和知识星球(如果没看过的可以翻翻前面的文章),最近再看开源项目的时候,发现了一个ChatGPTWebUI项目。想着刚好之前没有将ChatGPT​接入过WebUI,有了这个开源项目可以拿来使用,真是不错,下面是实操的安装步骤,分享给大家。安装官方在Github​的项目文档上提供了很多中的安装方式,包括手动安装,docker​部署,以及远程部署等方法,了不起在选择部署方式的时候,一开始为了简单想着

仅需1% Embedding参数,硬件成本降低十倍,开源方案单GPU训练超大推荐模型仅需1% Embedding参数,硬件成本降低十倍,开源方案单GPU训练超大推荐模型Apr 12, 2023 pm 03:46 PM

深度推荐模型(DLRMs)已经成为深度学习在互联网公司应用的最重要技术场景,如视频推荐、购物搜索、广告推送等流量变现业务,极大改善了用户体验和业务商业价值。但海量的用户和业务数据,频繁地迭代更新需求,以及高昂的训练成本,都对 DLRM 训练提出了严峻挑战。在 DLRM 中,需要先在嵌入表(EmbeddingBags)中进行查表(lookup),再完成下游计算。嵌入表常常贡献 DLRM 中 99% 以上的内存需求,却只贡献 1% 的计算量。借助于 GPU 片上高速内存(High Bandwidth

用图像对齐所有模态,Meta开源多感官AI基础模型,实现大一统用图像对齐所有模态,Meta开源多感官AI基础模型,实现大一统May 11, 2023 pm 07:25 PM

在人类的感官中,一张图片可以将很多体验融合到一起,比如一张海滩图片可以让我们想起海浪的声音、沙子的质地、拂面而来的微风,甚至可以激发创作一首诗的灵感。图像的这种「绑定」(binding)属性通过与自身相关的任何感官体验对齐,为学习视觉特征提供了大量监督来源。理想情况下,对于单个联合嵌入空间,视觉特征应该通过对齐所有感官来学习。然而这需要通过同一组图像来获取所有感官类型和组合的配对数据,显然不可行。最近,很多方法学习与文本、音频等对齐的图像特征。这些方法使用单对模态或者最多几种视觉模态。最终嵌入仅

首个大众可用PyTorch版AlphaFold2复现,哥大开源,star量破千首个大众可用PyTorch版AlphaFold2复现,哥大开源,star量破千Apr 13, 2023 am 09:58 AM

刚刚,哥伦比亚大学系统生物学助理教授 Mohammed AlQuraishi 在推特上宣布,他们从头训练了一个名为 OpenFold 的模型,该模型是 AlphaFold2 的可训练 PyTorch 复现版本。Mohammed AlQuraishi 还表示,这是第一个大众可用的 AlphaFold2 复现。AlphaFold2 可以周期性地以原子精度预测蛋白质结构,在技术上利用多序列对齐和深度学习算法设计,并结合关于蛋白质结构的物理和生物学知识提升了预测效果。它实现了 2/3 蛋白质结构预测的卓

Stable Diffusion-XL开启公测,让你摆脱繁琐的长prompt!Stable Diffusion-XL开启公测,让你摆脱繁琐的长prompt!Apr 23, 2023 am 10:16 AM

自从Midjourney发布v5之后,在生成图像的人物真实程度、手指细节等方面都有了显著改善,并且在prompt理解的准确性、审美多样性和语言理解方面也都取得了进步。相比之下,StableDiffusion虽然免费、开源,但每次都要写一大长串的prompt,想生成高质量的图像全靠多次抽卡。最近StabilityAI的官宣,正在研发的StableDiffusionXL开始面向公众测试,目前可以在Clipdrop平台免费试用。试用链接:​https://clipdrop.co/stable-diff

基于PyTorch、易上手,细粒度图像识别深度学习工具库Hawkeye开源基于PyTorch、易上手,细粒度图像识别深度学习工具库Hawkeye开源Apr 12, 2023 pm 08:43 PM

细粒度图像识别 [1] 是视觉感知学习的重要研究课题,在智能新经济和工业互联网等方面具有巨大应用价值,且在诸多现实场景已有广泛应用…… 鉴于当前领域内尚缺乏该方面的深度学习开源工具库,南京理工大学魏秀参教授团队用时近一年时间,开发、打磨、完成了 Hawkeye——细粒度图像识别深度学习开源工具库,供相关领域研究人员和工程师参考使用。本文是对 Hawkeye 的详细介绍。1.什么是 Hawkeye 库Hawkeye 是一个基于 PyTorch 的细粒度图像识别深度学习工具库,专为相关领域研究人员和

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Hot Tools

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.