摘要: git 基本命令使用 git clone +地址//从服务器端克隆代码 git init//初始化仓库 git remote add origin +地址//给地址起个别名origin git add .//添加文件到本地仓库 git commit -m ""//提交日志 git push orig 阅读全文
posted @ 2020-03-12 19:00 lijiahaoAA 阅读(91) 评论(0) 推荐(0) 编辑
摘要: JDBC连接的几个步骤 String url = "jdbc:hsqldb:hsql://localhost";//连接数据库的url String driver = "org.hsqldb.jdbcDriver"; //建立hsqldb的驱动 String user="sa"; //用户名 Str 阅读全文
posted @ 2020-03-12 17:08 lijiahaoAA 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 成功相关建议 提高综合素质:enhance comprehensive quality 树立全局观:adopt an overall point of view 增强相互合作:strengthen mutual cooperation 增长见识: widen one's knowledge 坚守目标 阅读全文
posted @ 2020-03-12 17:07 lijiahaoAA 阅读(509) 评论(0) 推荐(0) 编辑