思路很重要,最好的方法是查询时按这个字段给你排好,把问题丢给数据库,比如 order by age ,如果遇到中文时需要这样写(mysql) 如:select * from category order by convert (name USING gbk) 另:程序在服务器打开一片空白,很可能是你的程序有生成缓存,但是没有写权限.(犯了两次,记一下) <?php //定义一个包含数字值的数组 $files = array("file11.txt","file22.
public MetaCell[][] getByColumn(final int columnIndex, int decisionIndex) {//[注意]final咯 MetaCell[][] array = new MetaCell[m][2];//Entry<MetaCell, MetaCell>参考http://blog.csdn.net/sunmenggmail/article/details/8952712 和 http://www.cnblogs.c