일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 업무자동화
- YOLOv7
- pypdf2
- yolo
- ironpython
- processstart
- objectdetection
- YOLOv5
- 파이썬 #업무자동화 #python
- Google API
- 사무자동화
- Text To Speech
- computervision
- google cloud
- DeepLearning
- 사무자동화 #Selenium
- pyautogui
- pythonnet
- pdf merge
- Text-to-Speech
- Today
- Total
목록전체 글 (107)
Doarchive

데이터 베이스 저장시에 발생하는 에러 메세지 [Firebase/Database][I-RDB038012] setValue: or removeValue: at /users failed: permission_denied 1. Set Runtime Database 2. modify Rule { "rules": { ".read": true, ".write": true } }
편집모드 i , o 키 삭제 dd : 한줄 삭제 dd5 : 다섯 줄 삭제 dw : delete word 한 단어 삭제 편집모드 -> ESC 또는 마지막행에서 : :w 저장 :q 종료 :wq 저장 + 종료 :q! 저장하지 않고 종료

1. Prepare Device - Windows - Bluetooth Device (Central and Peripheral) - BLE sniffer module - program ble sniffer / nRFgo Studio /WireShark 1. open nrfgo studio and insert the module into the computer and Select ble sniffer module 2. Erase all 3. select browser - select Hex file - open - program 4. Update Complete 5. install Wireshark 7. press ctrl + R 8. search blue tooth in this process, Blue..
NSMutableString 을 사용할것 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NSMutableString *wholeRawDate = [[NSMutableString alloc]init]; unsigned char *bytePtr = (unsigned char *)[data bytes]; for(int i=0; iColored by Color Scripter cs

1. Edit Scheme 2. Select Test - options - code coverage for [all target]

1. in project - click + button 2. Add Unit Testing Bundle. 3. Check Test class

Auto Layout AutoLayout은 제약조건(Constraint) 를 지정해서 뷰의 크기와 위치를 동적으로 배치하는 것으로 각 기종별 사이즈에 구애 받지 않고 동일한 화면을 구현할수 있다는 장점이 있다 ● 기존 레이아웃의 단점- 변화에 대처가 어렵다 외부변화 The user resizes the window (OS X). The user enters or leaves Split View on an iPad (iOS) The device rotates (iOS). The active call and audio recording bars appear or disappear (iOS). You want to support different size classes. You want to support d..