上一页 1 ··· 4 5 6 7 8
摘要: 1.存在两条完全相同的纪录 这是最简单的一种情况,用关键字distinct就可以去掉 select distinct * from table(表名) where (条件) 2.存在部分字段相同的纪录(有主键id即唯一键) 如果是这种情况的话用distinct是过滤不了的,这就要用到主键id的唯一性 阅读全文
posted @ 2016-03-11 16:44 小蒋不素小蒋 阅读(13276) 评论(0) 推荐(0) 编辑
摘要: 最近刚学ci框架,做了个简单的项目,在本地搭服务器的环境都调通了,但是部署到远程服务器时: http://example.com/(index.php)/ 可以访问(为配置的默认controller-class) http://example.com/(index.php)/[controller- 阅读全文
posted @ 2016-03-03 17:32 小蒋不素小蒋 阅读(2317) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8

ICP证:沪ICP备20014317号