Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- queryset
- anaconda3
- c#
- advColumnGrid
- github
- Django
- PyCharm
- 델파이
- pythonanywhere
- Visual Studio
- Delphi
- dbadvgrid
- delphi 10.3
- blog
- GIT
- Push
- hackerrank
- declare
- 백준
- get_object_or_404
- COMMIT
- templates
- pyhcarm
- TMS
- python3
- HTML
- 중복제거
- rank
- MSSQL
- python 3.7
Archives
- Today
- Total
목록ini file (1)
DevHyun
ini 파일 읽고 쓰기
1. dll 활용 // dll 선언 [DllImport("kernel32.dll")] private static extern uint GetPrivateProfileString(string section, string key, string defaultValue, StringBuilder returnedString, uint size, string filePath); [DllImport("kernel32.dll")] private static extern bool WritePrivateProfileString(string section, string key, string value, string filePath); // 사용 // ini파일 구성 // [section] // key : value stri..
C#
2023. 11. 9. 10:41