postgreSQL intro
摘要:https://wiki.postgresql.org/wiki/Things_to_find_out_about_when_moving_from_MySQL_to_PostgreSQLThings to find out about when moving from MySQL to Postg...
阅读全文
postgre 数据库 python操作
摘要:1. python connect postgrehttps://wiki.postgresql.org/wiki/Using_psycopg2_with_PostgreSQL Using psycopg2 with PostgreSQLimport psycopg2import pprin...
阅读全文
Spring 基础
摘要:0. 名词解释IoC (Inversion of Control): 应用程序本身不负责依赖对象的创建和维护,而是由外部容器(Spring Container)负责创建和维护。1. 初始化Bean容器by classpathtry { context = new ClassPa...
阅读全文
Java reflection
摘要:Object Reflection is a feature in Java which provides a way to get reflective information about Java classes and objects, such as:1 Getting informat...
阅读全文