Php Incomplete Class

事件重现 在整理 sentry 报错的发现了一个奇怪的 bug。 The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "XXXModel" of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide a __autoload() function to load the class definition

库表结构设计

关系数据库设计范式 关系数据库设计范式的目的是:减少数据库中数据冗余,增进数据的一致性 三大范式 1NF 第一正规化是为了要排除 重复组 的出现,所采用的方

主k 是什么

背景:参与市场活动评审,运营活动评审的时候经常会听到 “主k”,那么主 k 是什么呢? 广告中的“主K”是主体的意思。K取自英文字母Key的首写。 扩

Design Pattern

设计模式是什么? 设计模式(design pattern)是对软件设计中普遍存在(反复出现)的各种问题,所提出的解决方案。 所以设计模式不是固定的

phpbrew set mirror(加速)

-- phpbrew 是一个构建、安装多版本 PHP 到用户根目录的工具。 phpbrew 能做什么? 支持使用 PDO,mysql,sqlite,debug 等不同「Variants」编

Bit Byte Php Java

英文 缩写 中文 长度(位) java 类型 bit b 位 1 bool byte B 字节 8 byte java 数据类型 (range 可能是错的,意会就好) 数据类型 bit byte range default byte 8 1 -2^8 ~ (2^7-1) 0 short 16 2 -2^16 ~ (2^16-1) 0 int