From 2bef72df0afa4f123365fb01fa961f9feabf0e45 Mon Sep 17 00:00:00 2001
From: xuxiuxi <554325746@qq.com>
Date: 星期三, 06 三月 2019 11:49:38 +0800
Subject: [PATCH] Merge branch 'yw.1.2.fixbug' of http://192.168.1.226:10010/r/development/c++ into yw.1.2.fixbug
---
QiaoJiaSystem/FaceDetectServer/main.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/QiaoJiaSystem/FaceDetectServer/main.cpp b/QiaoJiaSystem/FaceDetectServer/main.cpp
index 2529adc..425bdde 100644
--- a/QiaoJiaSystem/FaceDetectServer/main.cpp
+++ b/QiaoJiaSystem/FaceDetectServer/main.cpp
@@ -4,6 +4,7 @@
#include <basic/util/app/AppPreference.hpp>
#include "FaceDetectServerI.h"
int main(int argc,char** argv) {
+ std::cout<<__DATE__<<" "<<__TIME__<<std::endl;
#ifdef DEBUG
argc = 2;
const char* home = argv[0];
--
Gitblit v1.8.0