일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
Tags
- django
- vscode
- windows10
- c#
- pymssql
- MSSQL PYTHON
- 텐서플로우
- matplot
- sql developer
- tensorflow
- Visual Studio Code
- 파이썬
- scrapy
- 윈도우10
- Python
- MSSQL
- MEAN Stack
- rs485
- 크롤링
- oracle
- Serial
- M2M
- 오라클
- rs422
- 장고
- 딥러닝
- PYTHON MSSQL
- 자본주의
- MX Component
- 티스토리 초대장
Archives
- Today
- Total
목록C# INI (1)
안까먹을라고 쓰는 블로그
[C#] INI 읽고/쓰기
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091public class clsINI{ public string Path = @"c:\\test.ini"; public clsINI(String sPath) { Path = sPath; } // INI파일읽기함수(섹션설정) public string[] GetIniValue1(string Section) { byte[] ba = new byte[255]; uint Flag = GetPrivateProfi..
Language/C#
2012. 12. 10. 19:03