登录
首页 » Android » android无线点餐系统

android无线点餐系统

于 2022-03-23 发布 文件大小:3.74 MB
0 62
下载积分: 2 下载次数: 1

代码说明:

手机端的android操作系统平台上,集成有开台,换台,点菜,删菜,退菜等功能桌位预定、桌位转台、菜品信息管理、打印机管理、菜系管理、流水汇总、开台结台、结账、呼叫、会员管理等功能。 系统特点: 1、综合应用成本低于传统菜谱:传统菜谱制作 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报

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

发表评论

0 个回复

  • android视频录制
    android 视频录制,red5 实现单视频的直播和录制,使用juv-client-client.jar 完成手机端向网页端发送实时视频的功能。
    2022-01-26 01:06:35下载
    积分:1
  • MyGatt
    BLE开发所需要的知识,通过官方demo,我们会发现很多service,点击service后,每个service下面是Characteristic,每个service和Characteristic都对应一个唯一的UUID。所以,在做BLE时候,首先你应该找出你的蓝牙外围设备uuid,不然会很头疼,这个UUID也可能是硬件给你的,也可以你自己试出来,当然自己试出来是个很烦的过程。自己试的方法就是根据demo,加上一份读写的协议,然后,排着点击,显示出来的蓝牙列表进行测试,看是否和协议对应。另外,BluetoothLeService类不用做太多的更改。(BLE develops the knowledge we need. Through official demo, we will find many service. After clicking service, every service is Characteristic, each service and Characteristic correspond to a unique UUID. So, when making BLE, first you should find out your Bluetooth peripheral device UUID, otherwise it will be very headache. This UUID may also be hardware for you, or you can try it out yourself, of course, trying out it yourself is a very boring process. The way to do it is to add a read and write protocol based on demo,then test the Bluetooth list displayed by clicking on it to see if it corresponds to the protocol. In addition, the BluetoothLeService class does not have to make too many changes.)
    2018-02-07 11:55:52下载
    积分:1
  • android 微信分享到朋友圈/ 微信分享 实例源码下载(可用)
    微信分享流程:1.申请你的AppID,申请地址:https://open.weixin.qq.com2.下载微信终端开发工具包3.搭建开发环境4.实例中需要用到申请到的AppID,等审核通过之后 测试就正常了, 很多人 activity 忘记 implements IWXAPIEventHandler 这是常犯的错误
    2014-05-22下载
    积分:1
  • Android OnClickListener监听接口用法范例
    Android OnClickListener监听接口用法范例,基础级的例子,   Button button = (Button) findViewById(R.id.Button01);//获取屏幕中的按钮控件对象   button.setOnClickListener(//为按钮对象添加OnClickListener接口实现    //OnClickListener为View的内部接口,其实现者负责监听鼠标点击事件   new View.OnClickListener(){   public void onClick(View v){   LinearLayout ll=(LinearLayout)findViewById(R.id.lla);//获取线性布局对象   String msg=LinearActivity.this.getResources().getString(R.string.button);   Button tempbutton=new Button(LinearActivity.this);//创建一个Button对象   tempbutton.setText(msg+(++count));//设置Button控件显示的内容   tempbutton.setWidth(80);//设置Button的宽度   ll.addView(tempbutton);//向线性布局中添加View   System.out.println("========= count"+count);
    2023-05-27 15:00:04下载
    积分:1
  • android小说阅读器 实例源码下载
    android小说阅读器 实例源码下载
    2014-11-13下载
    积分:1
  • android apk增量更新解决方案
    android apk增量更新解决方案:使用JNI合并差分包
    2023-04-26 20:05:03下载
    积分:1
  • PulseSensor demo
    说明:  心率传感器,下机位arduino程序,拷入开发板中处理数据(Heart Rate Sensor, Arduino Program)
    2019-04-11 08:19:06下载
    积分:1
  • 安卓文件浏览器的dEMO
    其实现的功能是,利用线程搜索某个文件夹下的所有文件,还可以以精确或模糊搜索文件和文件夹,其工作都是在线程中进行的,不影响当前操作。为了增强实用性,对于指定的文件可以有打开文件和打开文件所在的目录两种操作。本来想增加移动和复制操作,但是感觉有点画蛇添足,就作罢了
    2022-10-16 16:20:03下载
    积分:1
  • DrawDemo02
    Android develop simple painting
    2020-06-30 09:20:02下载
    积分:1
  • Android TextView 文字片点击特效、点击事件监听
    应用背景实现了TextView 文字片段 点击/长按 事件监听 以及点击特效关键技术 在自定义Span中对TextPaint的color、bgcolor等属性设置选中时的文字颜色,背景色、 在自定义MovementMethod中对touchevent,分别对action_down,action_move,action_up进行处理
    2022-12-08 01:00:03下载
    积分:1
  • 696518资源总数
  • 104292会员总数
  • 28今日下载