1、今日完成任务:(1)派车单登记功能修改 (2)派车单审核功能 2、核心源码: 1 #region 2 int iiiid = 0; 3 iiiid = operation.AddSendCar(num, company, linkMan, drivetime, beginAddress, Car ...
分类:
其他好文 时间:
2020-07-21 14:05:52
阅读次数:
79
The operation was rejected by your operating system. It's possible that the file was already in use (by a text editor or antivirus), or that you lack ...
分类:
其他好文 时间:
2020-07-21 13:47:31
阅读次数:
273
Threading Programming Guide:Thread Management ...
分类:
其他好文 时间:
2020-07-19 18:03:25
阅读次数:
61
目录 一.LinkedList介绍 二.LinkedList源码解析 2.1 链表元素类型-Node 2.2 重要的属性 2.3 构造方法 2.4 获取元素 2.4.1 getFirst和getLast 2.4.2 get 2.5 添加元素 2.5.1 add 2.5.2 addFirst和addL ...
分类:
编程语言 时间:
2020-07-19 17:46:23
阅读次数:
59
C. Operation Love 先判断给定点是顺时针还是逆时针,然后再判断长度为6的边是在长度为9的边的左边还是右边即可 // Created by CAD #include <bits/stdc++.h> using namespace std; bool judge(vector<doubl ...
分类:
其他好文 时间:
2020-07-19 11:31:44
阅读次数:
76
1 //抽象被裝飾者 2 public abstract class Component{ 3 private String lsh="output:";//output:生成流水號 4 public abstract String operation();//抽象方法(包裝) 5 public S ...
分类:
编程语言 时间:
2020-07-18 13:36:48
阅读次数:
80
一家企业在进行流程管理的时候,轻流建议不要局限于流程管理的方法论,而是实践出真知,没有一家完全相同的企业,所以也同样没有任何一家企业有相同的业务流程。 公司级的流程架构设定分为两类,POS(Plan Operation Support,属于稳定性、周期性和计划性行业)和OES(Operation E ...
分类:
其他好文 时间:
2020-07-18 11:32:47
阅读次数:
119
How to Create Multiple lists from CSV File? We can use the combination of CSV and PowerShell to create multiple lists in bulk in SharePoint Online. He ...
分类:
系统相关 时间:
2020-07-17 14:13:50
阅读次数:
83
###第一种 函数 wm_content('待转列名称') 11g 往后,不推荐使用 ###实例 多表关联时可以使用 (SELECT wm_concat(nvl(B1.OPERA_CODE,'a')) AS OPERA_CODE FROM OPERATION_NAME B1 WHERE T1.OPE ...
分类:
数据库 时间:
2020-07-17 09:27:48
阅读次数:
86
1 - Concourse简介 https://concourse-ci.org https://concourse-ci.org/examples.html https://concourse-ci.org/docs.html https://resource-types.concourse-ci ...
分类:
其他好文 时间:
2020-07-14 00:19:26
阅读次数:
61