You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

database.properties 538 B

7 years ago
7 years ago
12345678910111213141516171819
  1. driverClassName = com.mysql.jdbc.Driver
  2. url=jdbc:mysql://192.168.1.61:3306/acts_java_opencv?characterEncoding=UTF-8&useSSL=false
  3. username = root
  4. password = root
  5. initialSize = 10
  6. maxActive = 15
  7. minIdle = 3
  8. maxWait = 60000
  9. removeAbandoned = true
  10. removeAbandonedTimeout = 180
  11. timeBetweenEvictionRunsMillis =20000
  12. minEvictableIdleTimeMillis = 3600000
  13. validationQuery = SELECT 1 FROM DUAL
  14. testWhileIdle = true
  15. testOnBorrow = false
  16. testOnReturn = false
  17. poolPreparedStatements = true
  18. maxPoolPreparedStatementPerConnectionSize = 50
  19. filters =stat

一个基于BSD许可(开源)发行的跨平台计算机视觉库,它提供了一系列图像处理和计算机视觉方面很多通用算法。是研究图像处理技术的一个很不错的工具

Contributors (1)