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