摘要: springBoot使用JdbcTemplate 如果是通过spring自动注入的jdbcTemplate,配好application.properties在其他类中就能在其他类中直接使用。 如果通过new JdbcTemplate()出来的就需要自己配置DataSource。 自动注入如下 app 阅读全文
posted @ 2019-08-11 21:36 火鸦哈士奇 阅读(1282) 评论(0) 推荐(0)
摘要: 1.显示工作目录: pwd 2.查看进程: ps ef 显示所有进程 3.增加目录:mkdir 目录名称 4.查看目录:ls [ a] a可以查看隐藏目录 5.查看目录下所有目录和文件详细信息:ls l 缩写ll 6.搜索目录:find 目录 参数 文件名称 示例:find /root name ‘ 阅读全文
posted @ 2019-04-24 17:52 火鸦哈士奇 阅读(118) 评论(0) 推荐(0)