Á¼®¿¹¾à°ü¸®½Ã½ºÅÛ UserPreferences
 
Help Info Print View Search Diffs Edit
 À妽º   Ã£±â   Freeboard   Subjectless   Images   ÃÖ±Ù±Û 

Please log in before deleting

Clear message


°³¿ä

¿¹¾à°ü¸®½Ã½ºÅÛÀÇ ÀϺÎ, Kiosk¿¡¼­ÀÇ Á¼® ¹èÁ¤/È®ÀÎÇ¥ ¹ß±Þ µîÀ» ±× ±â´ÉÀ¸·Î ÇÑ´Ù.

¸Þ¸ð

2004-1-11

App -> Flash ÃøÀ¸·Î ¾Ë·Á¾ß ÇÏ´Â ¸Þ½ÃÁö
¹ÙÄÚµå/½º¸¶Æ®Ä«µå¸¦ Àоú´Ù´Â ½ÅÈ£ ; ÅëÇÕÇÒ °Í 
¹ÙÄÚµå ¸®´õ ¿¡·¯ 
½º¸¶Æ®Ä«µå ¸®´õ ¿¡·¯ 
³×Æ®¿öÅ© ¿¡·¯ 
ÇÁ¸°ÅÍ ¿¡·¯ °ü·Ã ; 
  Çì´õ°¡ ¿­¸² 
  ÇÁ¸°ÅÍ ¿ÀÇÁ¶óÀÎ 
  ¿ëÁö ºÎÁ· 
  ¿ëÁö°¡ Çìµå¸¦ ¸·À½ 
  ¿ëÁö Àý´ÜºÎ Àá±è 
  ¹ß±ÞµÈ È®ÀÎÁõÀ» °¡Á®°¡Áö ¾ÊÀ½ 
±× ¿ÜÀÇ ¿¡·¯
¿öÄ¡µ¶ ¿¡·¯ ; ÇöÀç ÇÁ·Î±×·¥ÀÌ µ¿ÀÛÀ» ¸ØÃß¾úÀ» ¶§ 

2004-12-20

global °´Ã¼¿¡¼­ tcpclient »ó¼Ó¹ÞÀº cdltcpclient¸¦ ¹è¿­·Î ¸¸µé°í, istalking Ç÷¡±×·Î ÀÌ¿ëÇÒ ¼ö ÀÖ´Â ³à¼® ã¾Æ³¿
time_talkstart µÎ¾î¼­ ÀÏÁ¤ ½Ã°£ ÀÌ»ó Àâ°í ÀÖÀ¸¸é ÀÚµ¿À¸·Î ¿¡·¯ ¸®ÅÏÇÏ°Ô ÇÒ °Í
static int sleeptime ¼±¾ð
app_start¿¡¼­ ¾²·¹µå µ¹·Á¼­ ÀÏÁ¤½Ã°£(1ºÐ?) ¸¶´Ù echoing ¼öÇà. isenable() ÇÔ¼ö·Î ¸¸µé¾îÁÙ °Í
¹ÂÅؽº´Â ¸®¼Ò½º °¹¼ö(3°³ µðÆúÆ®)·Î »ý¼ºÇؼ­ ¸ÂÃâ °Í
app_stopµÇ¸é ¾Ë¾Æ¼­ ²÷¾îÁÙ °Í

2004-11-28

2004.11.21

ÀüüÀûÀÎ ¿î¿µ ½Ã½ºÅÛ ±¸Á¶ ¹× ½ºÅ丮º¸µå/µðÀÚÀÎ ½Ã¾È¿¡ ´ëÇÑ ¼³¸í
to do ;

2004.11.22

»çÀüÁö½Ä

string GetPreferences(); 
<ResponseMessage Type="Preferences"> 
  <Result Value="OK" /> 
  <¿¹¾à½Ã°£´ÜÀ§></¿¹¾à½Ã°£´ÜÀ§> 
  <DefaultUrl></DefaultUrl> 
... 
</ResponseMessage> 
 
  <Result Value="Error">DB Connection out!</Result> 

// ÀϷùøÈ£, Áֹεî·Ï¹øÈ£ µî °³ÀÎÀ» ½Äº°ÇÒ ¼ö ÀÖ´Â ÄÚµå Return 
// 0 = Success, 0 < Error 
string Authorize(Ä«µå ID); 
<ResponseMessage Type="Authorization"> 
  <Result Value="OK" /> 
  <PersonalInfo PersonalID="11"></PersonalInfo> 
... 
</ResponseMessage> 
 

string GetRecentReserve(PersonalID); 
<ResponseMessage Type="RecentReserve"> 
  <Result Value="OK" /> 
  <Reserve ReserveID="10" SeatID="103" /> 
... 
</ResponseMessage> 
 
  <Result Value="Error">No Reserve</Result> 
 

string IsUsingSeat(PersonalID); 
<ResponseMessage Type="UsingSeat"> 
  <Result Value="OK" /> 
  <Reserve ReserveID="10" SeatID="103" StartTime="2004/11/11 23:22:11" ReserveMemo="¸ÖƼ¹Ìµð¾î ÀڷΌ¾à" /> 
... 
</ResponseMessage> 
 
  <Result Value="Error">No Using</Result> 

string GetWholeVacantStatus(); 
<ResponseMessage Type="WholeVacantStatus"> 
  <Result Value="OK" /> 
  <FloorStatus FloorID="4" FloorName="4Ãþ¿­¶÷½Ç"> 
    <SectionStatus SectionID="1" SectionName="°¡" SeatCount="100" SeatVacant="30" /> 
    <SectionStatus SectionID="2" SectionName="³ª" SeatCount="100" SeatVacant="30" /> 
    <SectionStatus SectionID="3" SectionName="´Ù" SeatCount="100" SeatVacant="30" /> 
  </FloorStatus> 
  <FloorStatus FloorCode="2" FloorName="2Ãþ¸ÖƼ¹Ìµð¾î½Ç"> 
    <SectionStatus SectionID="1" SectionName="¸ÖƼ¹Ìµð¾î½Ç" SeatCount="100" SeatVacant="30" /> 
  </FloorStatus> 
... 
</ResponseMessage> 
string GetWholeVacantStatus(SectionID); 
<ResponseMessage Type="SectionVacantStatus"> 
  <Result Value="OK" /> 
  <SectionSeatList SectionID="24" FullName="4Ãþ ¿­¶÷½Ç °¡ ±¸¿ª"> 
    <Seat SeatID="1" IsVacant="True" /> 
    <Seat SeatID="2" IsVacant="False" /> 
    <Seat SeatID="3" IsVacant="False" /> 
    <Seat SeatID="4" IsVacant="True" /> 
    <Seat SeatID="5" IsVacant="True" /> 
    <Seat SeatID="6" IsVacant="False" /> 
    <Seat SeatID="7" IsVacant="True" /> 
  </SectionSeatList> 
... 
</ResponseMessage> 

string GetVacantSeat(PersonalID, SectionID); 
<ResponseMessage Type="GetVacantSeat"> 
  <Result Value="OK" /> 
  <VacantSeat SeatID="11" StartTime="2004/11/11 23:22:11"> 
... 
</ResponseMessage> 

string ReserveSeat(PersonalID, SeatID, StartTime); 
<ResponseMessage Type="ReserveSeat") 
  <Result Value="OK" /> 
  <Reserve ReserveID="10" /> 
... 
</ResponseMessage> 

string ReturnSeat(PersonalID, SeatID); 
string ReturnSeat(ReserveID); 
 
<ResponseMessage Type="ReturnSeat"> 
  <Result Value="OK" /> 
... 
</ResponseMessage> 

string CancelReservedSeat(ReserveID); 
<ResponseMessage Type="ReserveCancelled"> 
  <Result Value="OK" /> 
... 
</ResponseMessage> 

string SetReserveToReceipt(ReserveID); 
<ResponseMessage Type="ReserveToReceipt"> 
  <Result Value="OK" /> 
... 
</ResponseMessage> 

ÀÛ¾÷³»¿ª

¼³°è°ü·Ã»çÇ×


±âŸºÐ·ù WorkBook


PythonPowered EditText of this page (last modified 2005-01-11 18:19:29)
FindPage by browsing, searching, or an index
Or try one of these actions: DeletePage, DeleteUploadedFile, LikePages, SpellCheck, UploadFile