Function DownloadFromURL(FileUrl As String, NewFullName As String) Dim oXMLHTTP As Object, oStream As Object On Error GoTo ERROR_EXIT Set oXMLHTTP = CreateObject("MSXML2.XMLHTTP") oXMLHTTP.Open "GET", FileUrl, False oXMLHTTP.send If oXMLHTTP.Status = 200 Then Set oStream = CreateObject("ADODB.Stream") oStream.Open oStream.Type = 1 oStream.Write oXMLHTTP.responseBody oStream.SaveToFile NewFullNam..
const int MOTOR_A = 23;const int MOTOR_B = 19;const int MOTOR_C = 18;const int MOTOR_D = 26;const int CHANNEL_A = 1;const int CHANNEL_B = 2;const int CHANNEL_C = 3;const int CHANNEL_D = 4;const int MOTOR_FREQ = 5000;const int MOTOR_RESOLUTION = 10;int selectedMotor = 0;int previousMotor = 0;void setup() { ledcSetupChannels(); ledcAttachPins(); ledcWriteChannels(0); Serial.begin(115200);}void..
=SUBSTITUTE(code128(A2),"Â"," ")
Range("A1:A15").ClearFormats
readonly XARealClass NWS = new XARealClass(); void NewsRequest() { NWS.ResFileName = @"Res\NWS.res"; NWS.SetFieldData("InBlock", "nwcode", "NWS001"); NWS.AdviseRealData(); } private void NWS_ReceiveRealData(string szTrCode) { string date = NWS.GetFieldData("OutBlock", "date"); string time = NWS.GetFieldData("OutBlock", "time"); string id = NWS.GetFieldData("OutBlock", "id"); string realkey = NWS..
- Total
- Today
- Yesterday
- 인삼키우기
- framework
- 이베스트
- C# 마우스 폼이동
- imemode
- c# 음성
- 복호화
- C# textbox 커서 마지막
- c# Speech
- NET FRAMEWORK
- 시스템트레이딩
- 앉은뱅이 방울토마토
- 베란다 텃밭
- 스털링
- 이 행은
- MySQL
- C# textbox 커서 위치
- C# textbox 커서 시작
- 베란다 방울토마토
- ESP32
- c#
- c# SpeechSynthesizer
- 방울토마토
- 스털링엔진
- 암호화
- 코딩
- Xingapi
- 베란타
- 드론
- ArgumentException
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |