Sun_china

交流更多,收获更多?

博客园 首页 新随笔 联系 订阅 管理

05 2012 档案

摘要:1.这里下载:http://www.newtonsoft.com/products/json/ 安装: 1.解压下载文件,得到Newtonsoft.Json.dll 2.在项目中添加引用 2.引入命名空间 using Newtonsoft.Json;using Newtonsoft.Json.Converters;3.把datatable转换成json格式 public string GetAllCategory(){string result = "";DataTable dt= catDAO.GetAllCategory();result=JsonConvert.Ser 阅读全文
posted @ 2012-05-31 10:06 Sun_china 阅读(246) 评论(0) 推荐(0) 编辑

摘要:真的很不错,传智播客的,地址:http://php.itcast.cn/pageContent/stuphp.htm 阅读全文
posted @ 2012-05-04 09:52 Sun_china 阅读(243) 评论(0) 推荐(0) 编辑