MySQL 创建存储过程报错:ERROR 1418 (HY000): This function has none of DETERMINISTIC, NO SQL, or ...
ERROR 1418 (HY000): This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)
2023-11-27356
阅读更多
MySQL 批量插入记录报 Error 1390 (HY000): Prepared statement contains too many placeholders
Error 1390 (HY000): Prepared statement contains too many placeholders
2023-11-27451
阅读更多
设计模式 -- 装饰器模式(Decorator Pattern)
装饰器模式:属于结构型模式,作为现有的类的一个包装,向一个现有的对象添加新的功能,同时又不改变其结构。
2023-11-22292
阅读更多
设计模式 -- 适配器模式(Adapter Pattern)
适配器模式:属于结构型模式,结合了两个独立接口的功能,作为 两个不兼容的接口之间的桥梁 。
2023-11-22280
阅读更多
设计模式 -- 工厂模式(Factory Pattern)
设计模式 -- 工厂模式(Factory Pattern)
2023-11-22284
阅读更多
设计模式 -- 建造者模式(Builder Pattern)
设计模式 -- 建造者模式(Builder Pattern)
2023-11-22241
阅读更多
设计模式 -- 代理模式(Proxy Pattern)
设计模式 -- 代理模式(Proxy Pattern)
2023-11-22245
阅读更多
设计模式 -- 单例模式(Singleton Pattern)
设计模式 -- 单例模式(Singleton Pattern)
2023-11-22261
阅读更多
设计模式 -- 状态模式(State Pattern)
设计模式 -- 状态模式(State Pattern)
2023-11-22235
阅读更多
设计模式 -- 命令模式(Command Pattern)
设计模式 -- 命令模式(Command Pattern)
2023-11-22253
阅读更多