No title
title: Hello World
过段时间有空了再来弄吧
Bye Bye~~
No title
2023.5.8-2023.5.12
入党b事情一堆 这周就看了四天
下周学java了玉玉
反序列化php序列化和反序列化1.序列化就是把本来不能直接存储的数据转成可存储或传输的数据 serialize 来实现
2.反序列化就是把序列化的数据转成我们需要的格式来使用 unserialize 来实现
对private protected 反序列化不加这些会报错
空字节 %00
直接 把他urlencode再输出
几个魔法函数__destruct是析构函数,在一个对象创建或者被反序列化唤醒以后结束会调用析构函数 ,销毁所有有关该对象的东西,并执行fuction__destruct() 中的代码
__wakeup()是用在反序列化操作中。unserialize 会检查存在一个 __wakeup() 方法。 如果 存在 先调用他
两个技巧
如果对象里面的变量是private 直接在对象里面修改 __construct()代码
输出直接用 url编码
__call触发时机 -> 调用类的 ...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment