• 大小: 73KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-15
  • 语言: 数据库
  • 标签: 物流  pda  

资源简介

采用ssm框架 接受http请求 数据库使用mysql 包含数据库文件 可以运行

资源截图

代码片段和文件信息

package scott.bean;

/**
 * @Author: zhuzhengjin
 * @Date: 2018/6/15 8:01
 * @Description
 */
public interface Protocol {
    //===========iCommand :Request/Response请求命令类型=========
    public final int LOGIN = 1; //客户端的登录请求
    public final int RESPONSE_LOGIN = 2; //服务器端的登录响应
    public final int SEND_DATA = 3; //客户端的发送数据请求
    public final int RESPONSE_DATA = 4; //服务器端的对客户发送数据的响应
    public final int REQUEST_DATA = 5;  //客户端发送的数据

    public final int SEND_QUERY_BIGBAGNO = 7; //集包号查询请求
    public final int SEND_DELETE_BIGBAGNO = 8; //集包号查询请求
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-06-22 09:09  wuliuPDA\.git\
     文件         303  2018-06-22 09:07  wuliuPDA\.git\config
     文件          73  2018-06-22 09:07  wuliuPDA\.git\description
     文件          23  2018-06-22 09:07  wuliuPDA\.git\HEAD
     目录           0  2018-06-22 09:07  wuliuPDA\.git\hooks\
     文件         478  2018-06-22 09:07  wuliuPDA\.git\hooks\applypatch-msg.sample
     文件         896  2018-06-22 09:07  wuliuPDA\.git\hooks\commit-msg.sample
     文件         189  2018-06-22 09:07  wuliuPDA\.git\hooks\post-update.sample
     文件         424  2018-06-22 09:07  wuliuPDA\.git\hooks\pre-applypatch.sample
     文件        1642  2018-06-22 09:07  wuliuPDA\.git\hooks\pre-commit.sample
     文件        1239  2018-06-22 09:07  wuliuPDA\.git\hooks\prepare-commit-msg.sample
     文件        1348  2018-06-22 09:07  wuliuPDA\.git\hooks\pre-push.sample
     文件        4951  2018-06-22 09:07  wuliuPDA\.git\hooks\pre-rebase.sample
     文件         544  2018-06-22 09:07  wuliuPDA\.git\hooks\pre-receive.sample
     文件        3610  2018-06-22 09:07  wuliuPDA\.git\hooks\update.sample
     文件       10293  2018-06-22 09:07  wuliuPDA\.git\index
     目录           0  2018-06-22 09:07  wuliuPDA\.git\info\
     文件         240  2018-06-22 09:07  wuliuPDA\.git\info\exclude
     目录           0  2018-06-22 09:07  wuliuPDA\.git\logs\
     文件         194  2018-06-22 09:07  wuliuPDA\.git\logs\HEAD
     目录           0  2018-06-22 09:07  wuliuPDA\.git\logs\refs\
     目录           0  2018-06-22 09:07  wuliuPDA\.git\logs\refs\heads\
     文件         194  2018-06-22 09:07  wuliuPDA\.git\logs\refs\heads\master
     目录           0  2018-06-22 09:07  wuliuPDA\.git\logs\refs\remotes\
     目录           0  2018-06-22 09:07  wuliuPDA\.git\logs\refs\remotes\origin\
     文件         194  2018-06-22 09:07  wuliuPDA\.git\logs\refs\remotes\origin\HEAD
     目录           0  2018-06-22 09:07  wuliuPDA\.git\objects\
     目录           0  2018-06-22 09:07  wuliuPDA\.git\objects\info\
     目录           0  2018-06-22 09:07  wuliuPDA\.git\objects\pack\
     文件        4600  2018-06-22 09:07  wuliuPDA\.git\objects\pack\pack-2a2ece5a849f7abb5b99dbe6bfaf3272c9053f21.idx
     文件       29404  2018-06-22 09:07  wuliuPDA\.git\objects\pack\pack-2a2ece5a849f7abb5b99dbe6bfaf3272c9053f21.pack
............此处省略51个文件信息

评论

共有 条评论