摘要:
错误提示error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 35 bytes) in D:\www\ThinkPHP\Common\common.php on line 657解决方案在 php.ini 中找到memory设置大小设置大点最后重启APACHE 阅读全文
摘要:
1.下载并应用LitJson,DLL文件2.建两个类; public class JsonData { public string result { get; set; } public List info { get; set; } } public GameData() { } #region Model private int _id; private string _dept; private string _sid; private string ... 阅读全文