This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
cms
/
DI_Backup
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
DI 프로그램
14
Commits
1
Branches
0
Publications
Aborescence:
a63166ba44
Branches
Tags
master
DI_Backup
HTTP
SSH
ZIP
TAR.GZ
cms
a63166ba44
기능 : .pdf 파일이 아닌 파일들에 대해서는 [di_policy_history] 테이블에 test_no, work_emp 를 수집하지 않는다.
il y a 4 mois
DI
a63166ba44
기능 : .pdf 파일이 아닌 파일들에 대해서는 [di_policy_history] 테이블에 test_no, work_emp 를 수집하지 않는다.
il y a 4 mois
README.md
2f7d8277cd
# README 업데이트
il y a 1 an
README.md
검색어 : #region<암호화> 주석처리를 통해 해당하는 사이트에 맞게 사용하셔야 합니다.
NEW_GMS 로그인 암호화 id = Encrypt(UserId.Text.Trim(), "ZR"); pw = Encrypt(UserPassword.Password.Trim(), "ZR");
한풍 로그인 암호화 id = Encrypt_hanpoong("100", UserId.Text.Trim(), true); pw = Encrypt_hanpoong("100", UserPassword.Password.Trim(), true);