seyason 5 年之前
父節點
當前提交
9605e2f44e

二進制
fhKeeper/formulahousekeeper/inva_4_tivo/download/WorkTime.exe


+ 2 - 2
fhKeeper/formulahousekeeper/inva_4_tivo/index.html

@@ -391,8 +391,8 @@
                 </div>
                 <div class="col-lg-6">
                     <div class="text-container">
-                        <h2>淳客网络科技有限公司</h2>
-                        <p>通过工时管家我能获知公司员工的实时动态,对于员工的一些偷懒行为,系统能展示给我,对我管理公司起到了很大帮助。</p>
+                        <h2>江苏淳客网络科技有限公司</h2>
+                        <p>通过工时管家我能获知公司员工真实的工作情况,有效了解工作饱和度,对我管理公司起到了很大帮助。</p>
                         <span style="float: right; color: #aaa;">————鲁总</span>
                     </div>
                 </div>

+ 2 - 2
fhKeeper/formulahousekeeper/management-platform/src/main/java/com/management/platform/util/ImageReconizeUtil.java

@@ -24,8 +24,8 @@ public class ImageReconizeUtil {
         //-Djava.library.path=$PROJECT_DIR$\opencv\x64
     }
     public static void main(String[] args) {
-        boolean match = isTemplateMatch("C:\\Users\\seya\\Desktop\\cc.jpg",
-                "C:\\picrecongnize\\browser\\CHrome\\chrome.jpg");
+        boolean match = isWholeTemplateMatch("C:\\Users\\seya\\Desktop\\wjw.jpg",
+                "C:\\picrecongnize\\im\\wechat.jpg");
 
     }
 

+ 1 - 1
fhKeeper/formulahousekeeper/mywork/home.h

@@ -9,7 +9,7 @@
 #define GWL_HWNDPARENT = -8
 #define GCL_HICON = -14
 #define GCL_MENUNAME = -8
-const QString HOME_PAGE_URL = QString("http://47.100.37.243:9092/#/desktop/");
+const QString HOME_PAGE_URL = QString("http://worktime.ttkuaiban.com:9092/#/desktop/");
 
 namespace Ui {
 class Home;

+ 1 - 1
fhKeeper/formulahousekeeper/mywork/httpapi.h

@@ -8,7 +8,7 @@
 #include "baseapi.h"
 #include "constants.h"
 //const QString SERVER_URL = QString("http://127.0.0.1:10010");
-const QString SERVER_URL = QString("http://47.100.37.243:10010");
+const QString SERVER_URL = QString("http://worktime.ttkuaiban.com:10010");
 class HttpAPI: public BaseAPI
 {
 public: