瀏覽代碼

可以了

zhangyang 6 年之前
父節點
當前提交
6a6c681095
共有 29 個文件被更改,包括 119 次插入0 次删除
  1. 40 0
      bin/Win32/Debug/conf/dispatch.conf
  2. 29 0
      bin/Win32/Debug/conf/pathplanning.conf
  3. 二進制
      bin/Win32/Debug/zhipuzi_pos_windows/concrt140d.dll
  4. 50 0
      bin/Win32/Debug/zhipuzi_pos_windows/log/pos.log
  5. 二進制
      bin/Win32/Debug/zhipuzi_pos_windows/msvcp140_1d.dll
  6. 二進制
      bin/Win32/Debug/zhipuzi_pos_windows/msvcp140_2d.dll
  7. 二進制
      bin/Win32/Debug/zhipuzi_pos_windows/msvcp140d.dll
  8. 二進制
      bin/Win32/Debug/zhipuzi_pos_windows/ucrtbased.dll
  9. 二進制
      bin/Win32/Debug/zhipuzi_pos_windows/vccorlib140d.dll
  10. 二進制
      bin/Win32/Debug/zhipuzi_pos_windows/vcruntime140d.dll
  11. 二進制
      bin/Win32/Debug/zhipuzi_pos_windows/zhipuzi_pos_windows.exe
  12. 二進制
      bin/Win32/Debug/zhipuzi_pos_windows_server/DuiLib_ud.dll
  13. 二進制
      bin/Win32/Debug/zhipuzi_pos_windows_server/aliyun-mns.dll
  14. 二進制
      bin/Win32/Debug/zhipuzi_pos_windows_server/libcrypto-1_1.dll
  15. 二進制
      bin/Win32/Debug/zhipuzi_pos_windows_server/libcurl.dll
  16. 二進制
      bin/Win32/Debug/zhipuzi_pos_windows_server/libssl-1_1.dll
  17. 二進制
      bin/Win32/Debug/zhipuzi_pos_windows_server/log4cplusUD.dll
  18. 二進制
      bin/Win32/Debug/zhipuzi_pos_windows_server/msvcp140_1d.dll
  19. 二進制
      bin/Win32/Debug/zhipuzi_pos_windows_server/msvcp140_2d.dll
  20. 二進制
      bin/Win32/Debug/zhipuzi_pos_windows_server/msvcp140d.dll
  21. 二進制
      bin/Win32/Debug/zhipuzi_pos_windows_server/vcruntime140d.dll
  22. 二進制
      bin/Win32/Debug/zhipuzi_pos_windows_server/zhipuzi_pos_windows_server.exe
  23. 二進制
      dll/debug/concrt140d.dll
  24. 二進制
      dll/debug/msvcp140_1d.dll
  25. 二進制
      dll/debug/msvcp140_2d.dll
  26. 二進制
      dll/debug/msvcp140d.dll
  27. 二進制
      dll/debug/ucrtbased.dll
  28. 二進制
      dll/debug/vccorlib140d.dll
  29. 二進制
      dll/debug/vcruntime140d.dll

+ 40 - 0
bin/Win32/Debug/conf/dispatch.conf

@@ -0,0 +1,40 @@
+#这个是调度中心的配置文件,“#"用来注释当前行
+
+#模式,debug或者release
+mode = release
+
+#release环境路径规划服务器参数
+release_pathplanning_host = 172.16.1.71:50051
+
+#debug环境路径规划服务器参数
+debug_pathplanning_host = 172.16.1.71:50051
+
+#release环境的数据库参数
+release_host = rdsqnuyurqnuyur505.mysql.rds.aliyuncs.com
+release_port = 3306
+release_username = liantongxue
+release_password = LewaimaiLongtailiDB200
+release_dbname = dispatch
+
+#release环境的队列参数
+release_dispatch_task_queue = prod-dispather-task
+release_dispatch_result_queue = prod-lwmWorker-dispatchResult
+
+#debug环境的数据库参数
+debug_host = rm-bp113vj32hrp7wpws.mysql.rds.aliyuncs.com
+debug_port = 3306
+debug_username = weixin
+debug_password = hhyz122131
+debug_dbname = dispatch
+
+#debug环境的队列参数
+debug_dispatch_task_queue = dev-dispather-task
+debug_dispatch_result_queue = dev-lwmWorker-dispatchResult
+
+#连接阿里云的mns需要用到的参数
+mns.accountendpoint = https://1111769578085953.mns.cn-hangzhou.aliyuncs.com/
+mns.accesskeyid = 2HUnzc9XJV92PjvW
+mns.accesskeysecret = 20mMc8wuzlfC0r323b6oJqxlBPEyjW
+
+#配送员最大可接单数量,最大不能超过10
+deliveryman_max_order_num = 8

+ 29 - 0
bin/Win32/Debug/conf/pathplanning.conf

@@ -0,0 +1,29 @@
+#这个是调度中心的配置文件,“#"用来注释当前行
+
+#模式,debug或者release
+mode = debug
+
+#release环境的数据库参数
+release_host = rdsqnuyurqnuyur.mysql.rds.aliyuncs.com
+release_port = 3306
+release_username = liantongxue
+release_password = LewaimaiLongtailiDB200
+release_dbname = dispatch
+
+#release环境的队列参数
+release_pos_task_queue = zhipuzi-pos-windows-release
+
+#debug环境的数据库参数
+debug_host = rm-bp113vj32hrp7wpws.mysql.rds.aliyuncs.com
+debug_port = 3306
+debug_username = weixin
+debug_password = hhyz122131
+debug_dbname = dispatch
+
+#debug环境的队列参数
+debug_pos_task_queue = zhipuzi-pos-windows-dev
+
+#连接阿里云的mns需要用到的参数
+mns.accountendpoint = https://1111769578085953.mns.cn-hangzhou.aliyuncs.com/
+mns.accesskeyid = 2HUnzc9XJV92PjvW
+mns.accesskeysecret = 20mMc8wuzlfC0r323b6oJqxlBPEyjW

二進制
bin/Win32/Debug/zhipuzi_pos_windows/concrt140d.dll


文件差異過大導致無法顯示
+ 50 - 0
bin/Win32/Debug/zhipuzi_pos_windows/log/pos.log


二進制
bin/Win32/Debug/zhipuzi_pos_windows/msvcp140_1d.dll


二進制
bin/Win32/Debug/zhipuzi_pos_windows/msvcp140_2d.dll


二進制
bin/Win32/Debug/zhipuzi_pos_windows/msvcp140d.dll


二進制
bin/Win32/Debug/zhipuzi_pos_windows/ucrtbased.dll


二進制
bin/Win32/Debug/zhipuzi_pos_windows/vccorlib140d.dll


二進制
bin/Win32/Debug/zhipuzi_pos_windows/vcruntime140d.dll


二進制
bin/Win32/Debug/zhipuzi_pos_windows/zhipuzi_pos_windows.exe


二進制
bin/Win32/Debug/zhipuzi_pos_windows_server/DuiLib_ud.dll


二進制
bin/Win32/Debug/zhipuzi_pos_windows_server/aliyun-mns.dll


二進制
bin/Win32/Debug/zhipuzi_pos_windows_server/libcrypto-1_1.dll


二進制
bin/Win32/Debug/zhipuzi_pos_windows_server/libcurl.dll


二進制
bin/Win32/Debug/zhipuzi_pos_windows_server/libssl-1_1.dll


二進制
bin/Win32/Debug/zhipuzi_pos_windows_server/log4cplusUD.dll


二進制
bin/Win32/Debug/zhipuzi_pos_windows_server/msvcp140_1d.dll


二進制
bin/Win32/Debug/zhipuzi_pos_windows_server/msvcp140_2d.dll


二進制
bin/Win32/Debug/zhipuzi_pos_windows_server/msvcp140d.dll


二進制
bin/Win32/Debug/zhipuzi_pos_windows_server/vcruntime140d.dll


二進制
bin/Win32/Debug/zhipuzi_pos_windows_server/zhipuzi_pos_windows_server.exe


二進制
dll/debug/concrt140d.dll


二進制
dll/debug/msvcp140_1d.dll


二進制
dll/debug/msvcp140_2d.dll


二進制
dll/debug/msvcp140d.dll


二進制
dll/debug/ucrtbased.dll


二進制
dll/debug/vccorlib140d.dll


二進制
dll/debug/vcruntime140d.dll