登录
首页 » Java » 家政

家政

于 2020-10-19 发布
0 89
下载积分: 1 下载次数: 3

代码说明:

说明:  家政服务小程序。适合预约上门家政服务项目店铺使用(Housekeeping Service Procedure)

文件列表:

jiazheng-master, 0 , 2017-03-28
jiazheng-master\README.md, 242 , 2017-03-28
jiazheng-master\app.js, 719 , 2017-03-28
jiazheng-master\app.json, 251 , 2017-03-28
jiazheng-master\app.wxss, 493 , 2017-03-28
jiazheng-master\images, 0 , 2017-03-28
jiazheng-master\images\111.jpg, 12859 , 2017-03-28
jiazheng-master\images\333.jpg, 12729 , 2017-03-28
jiazheng-master\images\add.png, 536 , 2017-03-28
jiazheng-master\images\del.png, 1411 , 2017-03-28
jiazheng-master\images\h1.png, 474112 , 2017-03-28
jiazheng-master\images\header-icon.jpg, 5089 , 2017-03-28
jiazheng-master\images\icon_address.png, 797 , 2017-03-28
jiazheng-master\images\icon_address_right.png, 353 , 2017-03-28
jiazheng-master\images\icon_app.jpg, 12591 , 2017-03-28
jiazheng-master\images\icon_arrived_time.png, 863 , 2017-03-28
jiazheng-master\images\icon_buy.png, 15234 , 2017-03-28
jiazheng-master\images\icon_buy_clear.png, 574 , 2017-03-28
jiazheng-master\images\icon_cart_minus.png, 726 , 2017-03-28
jiazheng-master\images\icon_cart_plus.png, 761 , 2017-03-28
jiazheng-master\images\icon_jifen.png, 982 , 2017-03-28
jiazheng-master\images\icon_liuyan.png, 2177 , 2017-03-28
jiazheng-master\images\icon_phone.png, 631 , 2017-03-28
jiazheng-master\images\icon_pname.png, 772 , 2017-03-28
jiazheng-master\images\remark_icon.jpg, 1951 , 2017-03-28
jiazheng-master\pages, 0 , 2017-03-28
jiazheng-master\pages\detail, 0 , 2017-03-28
jiazheng-master\pages\detail\detail.js, 123 , 2017-03-28
jiazheng-master\pages\detail\detail.json, 2 , 2017-03-28
jiazheng-master\pages\detail\detail.wxml, 4066 , 2017-03-28
jiazheng-master\pages\detail\detail.wxss, 1866 , 2017-03-28
jiazheng-master\pages\index, 0 , 2017-03-28
jiazheng-master\pages\index\index.js, 1640 , 2017-03-28
jiazheng-master\pages\index\index.json, 2 , 2017-03-28
jiazheng-master\pages\index\index.wxml, 3723 , 2017-03-28
jiazheng-master\pages\index\index.wxss, 3333 , 2017-03-28
jiazheng-master\utils, 0 , 2017-03-28
jiazheng-master\utils\util.js, 460 , 2017-03-28

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

发表评论

0 个回复

  • weblogic基本概念
    WebLogic 应用服务器有如下几个基本概念:  Domain: 域是个逻辑概念,用来组织管理一系列的应用服务器实例,也就是下面要解释的server. 域是WebLogic应用服务器中最大的概念,WebLogic应用服务器启动的时候就是以某个域来启动的,它有一个中心配置文件叫config.xml. A domain is the basic administration unit for WebLogic Server instances (servers) that is represented in its own configuration file (config.xml). A domain consists of one or more servers (and their associated resources) that you manage with a single Administration Server. Cluster: 族也是一个逻辑概念,用来分组用途相同的服务器实例,一个域中可以有多个族。 A cluster is a deployment in which multiple WebLogic Server instances (servers) run simultaneously and work together to provide increased scalability and reliability. A cluster appears to clients to be a single WebLogic Server instance. The servers that constitute a cluster can run on the same machine, or be located on different machines. Machine: 机器是物理上的概念,代表一台运行WebLogic应用服务器的实在的机器,包括其IP地址等信息。一个域中可以包括多台机器。(同一台机器可以属于不同的域吗?) A machine is the logical representation of the computer that hosts one or more WebLogic Server instances (servers). WebLogic Server uses configured machine names to determine the optimum server in a cluster to which certain tasks, such as HTTP session replication, are delegated. The Administration Server uses the machine definition in conjunction with the Node Manager application to start remote servers. Server: 服务器,也就是一个应用服务器的实例,用来部署和运行各种J2EE应用程序,也可以来配置各种服务程序。它是WebLogic应用服务器的基本服务单元。一个WebLogic域中一般有一个管理服务器和多个被管理服务器。也就是下面我们要谈到的两个概念。  A server is an instance of WebLogic Server that runs in its own Java Virtual Machine (JVM) and has its own configuration. Each WebLogic Server domain must have one server that acts as the Administration Server. In a typical production environment, the Administration Server is where the Administration Console is run and used to perform administrative tasks. By default, the Administration Server is called myserver. A typical production environment may also have one or more Managed Servers, which are instances of WebLogic Server used to host enterprise applications. Administrative Server: 管理服务器是用来管理配置域的中心点,一般来说,管理服务器上是不部署应用程序的,而是用来统一管理、配置、监控被管理服务器以及部署应用程序到被管理服务器上。一个域中有一台管理服务器。 Managed Server: 被管理服务器是用来部署运行各种应用程序的。一个域中有一台或多台被管理服务器。 Node Manager: 节点管理器是一个单独运行的后台程序,一般运行在被管理服务器的机器上,用来提供远程启动和停止服务器(Server)的功能。
    2014-02-28下载
    积分:1
  • mFC socket
    mFC 实现的socket通讯 ,TCP/IP网络编程第十章实例。很好的源码,实现了客户端和服务器的通讯,一个回声程序的实例,客户端先请求连接服务器,然后就可以发送内容给服务器,服务器再转发回来显示    。
    2023-03-11 01:15:04下载
    积分:1
  • socket通信(含tcp,udp)
    包含tcp和udp通信代码,服务器端客户端代码用于传输指令消息,实现了端对端,定时发送多次发送,网络中计算机进行通信的一种方法。应用程序通过调用系统提供的socket库函数很容易实现网络里计算机的通信,并且在android端读取信息显示的功能,并已投入使用,希望对开发者有帮助。
    2023-03-09 12:55:03下载
    积分:1
  • 蜘蛛,爬取指定站的内容,并下载电视。
    网络蜘蛛,用于爬取指定网站内容,并下载到本地电脑上-Web spiders, for the climb to take the specified website content, and download to your local computer
    2022-12-31 11:00:04下载
    积分:1
  • VB-asm-Packge
    VB纯代码,内嵌汇编,对指定进程发送网络数据包。(VB pure code inline assembler, network packet sent to the specified process.)
    2013-03-31 13:57:41下载
    积分:1
  • c prepared by the surveillance program source code
    c编写的监视程序源代码-c prepared by the surveillance program source code
    2022-06-26 06:14:08下载
    积分:1
  • 串口通信(支持字符串以及十六进制)
    串口通信(支持字符串以及十六进制)
    2020-01-04下载
    积分:1
  • FTP Client
    用java实现FTP客户机。执行ls、cd、pwd和get功能;
    2022-04-07 10:12:13下载
    积分:1
  • 电驴同行
    p2p软件电驴的源码-eDonkey peer-to-peer software source code
    2022-01-20 23:53:27下载
    积分:1
  • http agent
    http代理程序-http agent
    2022-03-19 02:02:12下载
    积分:1
  • 696524资源总数
  • 103783会员总数
  • 41今日下载