10 2016 档案

摘要:打开App引导页面 - http://www.bcty365.com/content-146-4970-1.html 页面传值 - http://www.bcty365.com/content-146-5098-1.html 打开新页面 - http://www.bcty365.com/conten 阅读全文
posted @ 2016-10-29 02:15 MrMrCash 阅读(2236) 评论(0) 推荐(0)
摘要:去掉 URL 中的 index.php ThinkPHP 作为 PHP 框架,是单一入口的,那么其原始的 URL 便不是那么友好。但 ThinkPHP 提供了各种机制来定制需要的 URL 格式,配合 Apache .htaccess 文件,更是可以定制出人性化的更利于 SEO 的 URL 地址来。 阅读全文
posted @ 2016-10-04 18:14 MrMrCash 阅读(575) 评论(0) 推荐(0)
摘要:测试方法 阅读全文
posted @ 2016-10-03 23:00 MrMrCash 阅读(623) 评论(0) 推荐(0)
摘要:下面是主要的验证注解及说明: 注解 适用的数据类型 说明 @AssertFalse Boolean, boolean 验证注解的元素值是false @AssertTrue Boolean, boolean 验证注解的元素值是true @DecimalMax(value=x) BigDecimal, 阅读全文
posted @ 2016-10-03 13:52 MrMrCash 阅读(5254) 评论(0) 推荐(1)