| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 | 31 |
- mybatis
- Eclipse
- 보조정렬
- JavaScript
- NPM
- react
- mapreduce
- Spring
- Sqoop
- 공정능력
- plugin
- SSL
- R
- MSSQL
- xPlatform
- Kotlin
- Java
- SPC
- table
- hadoop
- tomcat
- Python
- window
- Express
- GIT
- es6
- vaadin
- IntelliJ
- Android
- SQL
- Today
- Total
목록분류 전체보기 (674)
DBILITY
서버시간의 오차가 많이 발생한다. 윈도우2012던가에서 자꾸 발생했는데, 저 경우는 대부분 윈도우 타임서버에 문제가 있다. time2.kriss.re.kr이나 time.bora.net으로 변경해주면 잘되는데,각 서버간의 시간이 달라서야 APP에서 SQL에 시간을 일일이 넣어서 사용해야 하나?! 윈도우10에서 명령창에 w32tm /query /verbose 해보자. time서비스가 실행중이지 않으면 실행으로 서버시간마저 스케줄링을 해야하는 건가? apache-commons-net을 사용했다. commons-net commons-net 3.2 package com.dbility.batch; import java.io.IOException; import java.net.InetAddress; import ja..
중복실행을 방지할때 쓴다.델파이가 그립다. Mutex Class에 관해서 여기를 참고. Environment.SetEnvironmentVariable는 아래에선 현재 프로세스에 환경변수를 설정한 것이다. 처음부터 Environment.GetEnvironmentVariable("PATH") 를 연결해주면 시스템에 설정된 패스도 함께 나타난다. 오라클용 dll을 사용한다거나 할때 패스설정 후 NLS_LANG,TNS_ADMIN,NSL_DATE_FORMT등도 설정할 수 있다. 물론 다른 dll도 마찬가지다. 델파이에서 EXE에 args를 어떻게 넘겼었더라...기억이 안난다... using System; using System.Collections.Generic; using System.Linq; using Sy..
WebRequest를 사용해 페이지를 읽어 보았다. 블로그 접속수만 올라갔다...고 생각했으나 그건 아니었다. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Diagnostics; using System.Drawing; using System.IO; using System.Linq; using System.Net; using System.Text; using System.Windows.Forms; namespace AppLoginTest { public partial class frm_Main : Form { public frm_Main() { Initial..
.Net 4.5에선 await가 있다는데 3.5에서 해보려니. https://www.nuget.org/packages/AsyncBridge.Net35 AsyncBridge.Net35 0.3.1 Deprecated. Use the unified package AsyncBridge instead. www.nuget.org https://stackoverflow.com/questions/24760308/async-requests-net-3-5 Async Requests .NET 3.5 I'm having to use .NET 3.5 for a client project. Usually I'd use .NET 4.5 and use Async/Await, but I can't use 4.5 for this pro..
https://draculatheme.com/notepad-plus-plus/ window10에선 user/Appdata/Roaming/Notepad++/themes에 복사하였음.