摘要: 1、MySQL数据库连接(JDBC方式) JDBC的配置方式需要一些基础的环境和准备,但是也很简单,无非也就是JDK和mysql的连接jar包,这里不再展开阐述。 1.1 新建一个pdm,dbms选择mysql 1.2 Database - Connect 选择数据库连接 1.3 配置连接信息 数据 阅读全文
posted @ 2017-11-30 17:58 战火纷飞 阅读(167) 评论(0) 推荐(0)
摘要: 命令帮助 $man command 查询命令command的说明文档 $man -k keyword 查询关键字 $info command 更加详细的说明文档 $whatis command 简要说明 $which command command的binary文件所在路径 $whereis com 阅读全文
posted @ 2017-11-16 14:48 战火纷飞 阅读(134) 评论(0) 推荐(0)
摘要: public class StatisticZEN { public static void main(String[] args) { String str = "凛冬lindong12将至jiangzhi21"; statisticsChar(str); } private static HashMap statisticsChar(... 阅读全文
posted @ 2017-08-03 14:07 战火纷飞 阅读(772) 评论(0) 推荐(0)