Linux에서 외장메모리의 데이터를 연결하는 방법을 알아보려고 합니다. 자기가 연결한 디스크가 어떠한 것인지 확인합니다. $ fdisk -l 대부분은 /dev/sdb이라고 disk가 보일것이고 우리가 mount 하려고 하는 partition은 거의 1번일 겁니다. 이러한 상황이 아니라면 자신의 external storage의 condition은 자신이 더 잘 알것이므로 이것으로 지정합니다. 여기서는 /dev/sdb1 으로 가정합니다. 그럼 이제 folder를 만들고 이곳에 연결을 하여 주어야 합니다. $ mkdir usb usb folder에 mount를 하여 봅시다. $ mount -t ext4 /dev/sdb1 ./usb 자신의 권한이 있는 folder에 하위 folder를 만들어서 mount 해준거..
Go 언어는 제가 좋아하는 언어지만 여러가지 지원하지 않는 부분들 때문에 가끔 답답하기도 합니다. 이런 부분들 중에 한가지는 slice ( array ) 에 insert가 없습니다. 그래서 이 부분을 한번 만들어 보겠습니다. func insert(array []string, index int, element string) []string { result := append(array, element) copy(result[index+1:], result[index:]) result[index] = element return result } 처음보면 다소 이해가 안되게 만들어집니다. 만들어지는 부분을 보면 result에 일단 값을 넣어주고 copy를 이용하여 index의 위치보다 1개 이후로 값을 이동시킵니..
Insert bottom inset for notch style phone bottom. https://github.com/outofcoding/NotchButton outofcoding/NotchButton Insert bottom inset for notch style phone bottom. Contribute to outofcoding/NotchButton development by creating an account on GitHub. github.com https://cocoapods.org/pods/NotchButton NotchButton Notch style phone bottom support. cocoapods.org
Save the variable in Tag. https://github.com/outofcoding/Tagable outofcoding/Tagable Save the variable in Tag. Contribute to outofcoding/Tagable development by creating an account on GitHub. github.com https://cocoapods.org/pods/Tagable Tagable Save the variable in Tag. cocoapods.org
Help De(codable) parsing. Easily for key not found, value null. https://github.com/outofcoding/DecodeValue outofcoding/DecodeValue Help De(codable) parsing. Contribute to outofcoding/DecodeValue development by creating an account on GitHub. github.com https://cocoapods.org/pods/DecodeValue DecodeValue Help De(codable) parsing. cocoapods.org
- Total
- Today
- Yesterday
- Kotlin
- Windows
- intellij
- Xcode
- enum
- golang
- MySQL
- cocoapods
- android
- centos8
- CentOS
- war
- docker
- Codable
- Spring
- php
- nodejs
- Gradle
- Linux
- tomcat
- SWIFT
- go
- Python
- git
- ios
- ubuntu
- rxswift
- Java
- github
- windows10
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |