摘要:
二十三种设计模式 1.单例模式(Singleton Pattern) 定义:Ensure a class has only one instance, and provide a global point of access to it.(确保某一个类只有一个实例,而且自行实例化并向整个系统提供这个 阅读全文
摘要:
select * from emp; #注释 # # 命令行连接MySql #启动mysql服务器 net start mysql #关闭 net stop mysql #进入 mysql -h 主机地址 -u 用户名 -p 用户密码 #退出 exitstatus;显示当前mysql的version 阅读全文