markus / ConvertService / ServiceBase / ReadMe.txt @ 78683624
이력 | 보기 | 이력해설 | 다운로드 (2.65 KB)
1 | 2bbea412 | taeseongkim | 1. Config ???? |
---|---|---|---|
2 | 1) ?????????? Salaros.ConfigParser?? ??????. |
||
3 | - https://www.nuget.org/packages/Salaros.ConfigParser/0.3.4-preview1 |
||
4 | 1) ServiceStation.ini |
||
5 | - ?????? ?????? ???????? |
||
6 | - Markus.Service.Station.csproj?? ServiceStation.ini?? ??????? ????? ????????? ServiceStation.ini?? ?????? LINK???????. |
||
7 | - LINKK???? ???? https://blogs.msdn.microsoft.com/jjameson/2009/04/02/linked-files-in-visual-studio-solutions/ |
||
8 | |||
9 | 2) Plugin.ini |
||
10 | - ??????????? ?????? ???? ???? |
||
11 | _________________________ |
||
12 | [PlugInName] |
||
13 | SettingKey=value |
||
14 | ------------------------- |
||
15 | |||
16 | 2. ??? ?? ???? ??? |
||
17 | 1) MarkusPDF.dll?? ?????? ???? ???? WindowSDK?????? ?????? ??? ????? ???. |
||
18 | - Managed C++?? ????? DLL?? ?????????? SDK |
||
19 | - Windows SDK for Windows Store Managed Apps Libs-x86_en-us |
||
20 | - Windows SDK Signing Tools-x86_en-us |
||
21 | |||
22 | 2) MakrusDB?? SERVICE_PROPERTIES ???? |
||
23 | - ID : ?????? GUID |
||
24 | - SERVICET_TYPE : ???????? ??????? ????? 2?? ??? |
||
25 | - SERVICE_ADDRESS : WCF ???? ?????? ??? |
||
26 | - SERVICE_PORT : ??????. |
||
27 | - HOST_NAME : ?????? ??????? |
||
28 | - PROCESS_COUNT |
||
29 | (1) CPU?? Core?????? 70?????????? ????. |
||
30 | (2) ??? ?????? ????????? ??????? ?????? ?? Window?? ???????? ??????? ??? ???????? ????????? ???. |
||
31 | |||
32 | 3) MakrusDB?? RUN_PROJECTS ???? |
||
33 | - ConvertService?? ?????? Project |
||
34 | - ServiceStation.ini???? ??????? ?????? ?????? ????????? ???? Ini?? ????????????? ???? ?? ???? |
||
35 | |||
36 | 4) MakrusDB?? PROPERTIES ???? |
||
37 | - Type????? 'TileSorcePath', PROPERTY?? Project No, VALUE?? ??????? ?????? ???? ???? ???? |
||
38 | |||
39 | 4) ServiceStation.ini?? STATAION_ADDRESS ???? |
||
40 | - ?????? WCF ???? ???. |
||
41 | - ???????? PC?? ????? ??? ??? ??? ??? ???? ?? ???? ????? ???????. |
||
42 | |||
43 | 5) ServiceStation.ini?? SERVICE_ID |
||
44 | - ??? ???? ?????? Service ID?? ?????? GUID?? ???? |
||
45 | |||
46 | 6) ServiceStation.ini?? SERVICE_LIST |
||
47 | - ??? ???? ????? ??? |
||
48 | - ??????? ','?? ???. |
||
49 | - ex) SERVICE_LIST = 0AC6FD8E-5060-4B0F-9E6B-A7380B9FCF7B,0AC6FD8E-5060-4B0F-9E6B-A7380B9FCF9B |
||
50 | |||
51 | 7) ServiceStation.ini?? ConnectionString ???? |
||
52 | - ???? ????? ??? Database?? Connection string?? ??????? ????? ??? ???? ??????? |
||
53 | ConnectionStringBuild?? ????? ???? ?? ?? 1.1?? ServiceStation.ini?? MarkusDataBaseConnectionString Section?? ???? |
||
54 | |||
55 | 8) ServiceStation.ini?? FITER_PROCECT |
||
56 | - MakrusDB?? RUN_PROJECTS?? ???? Project No?? ??? |
||
57 | - ??????? ','?? ???. |
||
58 | - ex) FITER_PROCECT = 111111,000000,130351,150052 |
||
59 | |||
60 | 9) ServiceStation.ini?? WCF_ENDPOINT Section |
||
61 | - STATION_PORT = ???? ??? |
||
62 | - STATION_SERVICE_NAME = WCF EndPoint?? |
||
63 | |||
64 | 3. ???? |
||
65 | 1) ServiceTestApp |
||
66 | - ?????? ??? ?????? ?? ?? ???. |