2018년 8월 19일 일요일
USA PowerBall android App
USA PowerBall android App
Power ball
Simple lottery number generator
Simple Share your number for friends and family
This App is very simple and great
2018년 4월 16일 월요일
2018년 4월 6일 금요일
코틀린 mongo db 접속 확인
코틀린 mongo db 접속 확인
코틀린 몽고 디비 접속 확인 소스
import com.mongodb.MongoClient
import com.mongodb.ServerAddress
object mongo {
@JvmStatic
fun main(args: Array) {
val MongoDB_IP = "10.10.10.1"
val MongoDB_PORT = 27017
val DB_NAME = "admin"
//Connect to MongoDB
val mongoClient = MongoClient(ServerAddress(MongoDB_IP, MongoDB_PORT))
//View Database List
val databases = mongoClient.databaseNames
println("=====Database List===== ")
var num = 1
for (dbName in databases) {
println(num.toString() + ". " + dbName)
num++
}
println()
//Connect Database and Show Collection List in Database
val db = mongoClient.getDB(DB_NAME)
val collections = db.collectionNames
println("Database : $DB_NAME")
for (colName in collections) {
println(" + Collection: $colName")
}
}
}
코틀린 몽고 디비 접속 확인 소스
import com.mongodb.MongoClient
import com.mongodb.ServerAddress
object mongo {
@JvmStatic
fun main(args: Array
val MongoDB_IP = "10.10.10.1"
val MongoDB_PORT = 27017
val DB_NAME = "admin"
//Connect to MongoDB
val mongoClient = MongoClient(ServerAddress(MongoDB_IP, MongoDB_PORT))
//View Database List
val databases = mongoClient.databaseNames
println("=====Database List===== ")
var num = 1
for (dbName in databases) {
println(num.toString() + ". " + dbName)
num++
}
println()
//Connect Database and Show Collection List in Database
val db = mongoClient.getDB(DB_NAME)
val collections = db.collectionNames
println("Database : $DB_NAME")
for (colName in collections) {
println(" + Collection: $colName")
}
}
}
결과
=====Database List=====
1. admin
2. config
3. local
Database : admin
+ Collection: system.users
+ Collection: system.version
Process finished with exit code 0
피드 구독하기:
글 (Atom)
i2c_designware 808622C1:04: controller timed out
12월 17 15:55:28 VAST kernel: i2c_designware 808622C1:04: controller timed out root @VAST ~ # cat /sys/bus/acpi/devices/808622C1:01/status ...
-
Rosewell 사건의 유일한 생존자인 외계인 Airl에 관한 이야기를 전해 드리고자 합니다. 이책은 우리에게 정말 귀한 정보 와 통찰력을 주며, 왜 이렇게 삶이란 것이 깊은 고뇌를 동반하는 것인 과정인지 근본적인 대답을 해주며, 죽는다는 것이 어렵...
-
아치 리눅스 한글 간단 사용기 한글 입력기로 ibus 사용 하기로 한다. nabi 도 좋긴 한데 구글 크롬과 심각한 버그로 쓰기 힘든 상태 이므로 nabi 는 패스 하기로 아이뻐스 설치 pacman -S ibus ibus-hangul ...
-
중국 쌍색구(双色球) 빨간공 6개 : 1~33 판란색 1개 : 1~16 빨간색, 파란색 두가지 색이라 쌍색구 라 함 APP LINK https://play.google.com/store/apps/details?id=gotopark....