일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- pm2 시작
- setInterval 중지
- Replication
- mySQL_Replication
- listener 1883
- 1883
- map이 undefined가 뜰 때
- pm2 상태 확인
- mosquitto.conf
- pm2 설치
- DatePicker
- AntDesign
- transfer
- timepicker
- 데이터테이블 데이터 넣기
- setInterval 외부 정지
- setInterval 정지
- datagridview 직접입력
- DataGridView 직접 입력
- setInterval clear
- pm2 확인
- mosquitto
- c# datagridview 데이터 넣기
- invalid data
- 맥 어드레스
- 공인IP
- 서버동기화
- pm2
- html #select #option #multiple
- allow_anonymouse
- Today
- Total
목록프로그래밍 (150)
개발 노트
private void dbView_CellFormatting(object sender, DataGridViewCellFormattingEventArgs e) { { //특정값을 가진 열을 좀 다르게 보여주고 싶을 때 if (e.ColumnIndex == 1) { if (e.Value != null) { string text = e.Value.ToString(); if (text.Contains("텍스트")) { e.CellStyle.ForeColor = Color.Red; e.CellStyle.SelectionForeColor = Color.Red; } } } } 참고링크 https://blueasa.tistory.com/332
데이터그리드뷰 뿌려준후에 맨처음 위치로 가기위해서 focus 맞추기 dataGridViewMessage.CurrentCell = dataGridViewMessage.Rows[0].Cells[0]; 참고링크 https://aromacrony.tistory.com/157
C# delegate의 개념 C# delegate는 C/C++의 함수 포인터와 비슷한 개념으로 메서드 파라미터와 리턴 타입에 대한 정의를 한 후 동일한 파라미터와 리턴 타입을 가진 메서드를 서로 호환해서 불러쓸수 있는 기능이다. 델리게이트는 한마디로 말해서 대리자라고 말한다 즉, 대신 일을 해주는 녀석이다 다른 말로 해서는 메소드 참조를 포함하고 있는 영역이라고 말할 수 있다 아래는 델리게이트의 선언 형식 delegate 반환형 델리게이트명(매개변수..); using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplica..
데이터그리드뷰네임명.DoubleBuffered(true); 데이터그리드뷰네임명.SuspendLayout(); 더블버퍼드메소드 확장 //Put this class at the end of the main class or you will have problems. public static class ExtensionMethods // DoubleBuffered 메서드를 확장 시켜주자.. { public static void DoubleBuffered(this DataGridView dgv, bool setting) { Type dgvType = dgv.GetType(); PropertyInfo pi = dgvType.GetProperty("DoubleBuffered", BindingFlags.Instance..
할것 로그기록하는것 로그폴더 위치 띄우는것 들어간 키워드가 있으면 지정색으로 데이터그리드뷰 채우기 데이터그리드뷰 항상위로 Mysql select 포스팅 mysql create 포스팅 mysql 프로시저 포스팅 mqtt C# mqtt 모스퀴터 브로커 퍼블리싱 mqtt 예제 해보기 프로그램 설치 많이 하기 json Figma 한글순서도 => 알고리즘 찾기 피그마로 개발 순서도 레퍼런스들 찾아서보기