- 博客(3)
- 资源 (7)
- 收藏
- 关注
转载 json cookies with PHP
json cookies with PHP<br />By Ryan on July 26, 2009<br />I needed to use a cookie to store a hash string so a user would be remembered the next time they come to visit a site. I was required to store their user id (numeric) and also a secret string t
2011-04-15 10:28:00
261
转载 PHP stdClass Object转array
<br />function object_array($array){ if(is_object($array)) { $array = (array)$array; } if(is_array($array)) { foreach($array as $key=>$value) { $array[$key] = object_array($value); } } return $array;
2011-04-08 15:30:00
591
原创 DEV -C++ 中的 [Linker error] undefined reference to `__cpu_features_init' 错误
工具->编译选项->目录->库->新增MinGW底下的lib->再把它移至最上面
2009-06-23 18:56:00
1850
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人