摘要:
1.Python内置的一种数据类型是列表:list。list是一种有序的集合,可以随时添加和删除其中的元素 定义list的方式:a=['zhangsan','lisi','wangwu']; (1)遍历list方式for i in range(0,2): print (a[i]) 结果:lisi w 阅读全文
摘要:
1.java基本数据类型 byte short int long float boolean double char 2。单例模式 第一种(懒汉,线程不安全): Java代码 public class Singleton { private static Singleton instance; pr 阅读全文
摘要:
Error creating bean with name 'waterInfoController': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory. 阅读全文
摘要:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.jdbc.datasource.DataSourceTransactionManag 阅读全文