일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- SSL
- MSSQL
- SPC
- vaadin
- react
- Eclipse
- xPlatform
- Sqoop
- plugin
- IntelliJ
- mapreduce
- 공정능력
- Android
- GIT
- SQL
- 보조정렬
- Spring
- R
- mybatis
- Python
- JavaScript
- Express
- window
- Java
- tomcat
- NPM
- table
- Kotlin
- es6
- hadoop
- Today
- Total
목록전체 글 (649)
DBILITY
https://www.embarcadero.com/free-tools/rest-debugger Download our Free REST Debugger Tool - Embarcadero Download Embarcadero's free solution for exploring, understanding, and integrating RESTful web services with Delphi & C++Builder apps. Get started today! www.embarcadero.com POSTMAN도 있지만...
lombok 다운로드 (https://projectlombok.org/downloads/lombok.jar) eclipse.ini 에 -javaagent:C:\Dev64\tools\eclipse\lombok.jar 추가 eclispe -> help -> About Eclipse pom에 lombok 추가 org.projectlombok lombok true src/main/resources/logback.xml 설정 추가 후 package com.example.demo; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RestController; import lom..
데브기어의 유튜브 강의 동영상(https://www.youtube.com/channel/UCfhk2ZaBX9AdaRLWqQgLiEA)을 본 후Delphi Community Edition 10.3.2 파이어몽키로 제작해 봤다.목표가 있어야 학습이 되는거니까.며칠 지나니 생각이 나지 않는다.안드로이드에 대해 아는 건 액티비티, 토스트 정도였으니, 괜찮나!원소스 멀티유즈?원소스 멀티 디바이스/플랫폼!윈도우에서 개발해서 윈도우/안드로이드/iOS/OSX/리눅스용까지 개발 가능하니 참 좋다.8~9년전 XE구매 후 델파이 개발을 하지 않았는데..이렇게 좋아졌구나.심지어 제너릭이나 익명함수도 지원을 하고 있다.GUI방식의 개발툴을 잘 다루는 개발자라면 초반 러닝커버가 높진 않겠다. 기존 Monolithic 자바 기반 ..
그냥 해본다..하드웨어 백버튼 클릭시 종료도 있다. unit UMain; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.ListBox, FMX.Layouts, FMX.StdCtrls, FMX.Controls.Presentation, FMX.Platform, FMX.VirtualKeyboard; type TForm1 = class(TForm) ToolBar1: TToolBar; 기기정보: TLabel; Button1: TButton; ListBox1: TListBox..
InputQuery depreciated.... usess FMX.Platform; procedure TForm1.Button1Click(Sender: TObject); var TaskName: string; AsyncService: IFMXDialogServiceAsync; begin try // InputQuery('작업을 입력하세요', ['작업관리'], [''], // procedure(const AResult: TModalResult; const AValues: array of string) // begin // if AResult = mrOk then // TaskName := AValues[0] // else // TaskName := ''; // // if not(TaskName.Trim =..