摘要:
linux环境下删除包含特殊字符的文件或目录 ls -liUse find command as follows to delete the file if the file has inode number 4063242: $ find . -inum 4063242 -deleteOR$ fi 阅读全文
摘要:
之前排序都是 通过mysql的order by , 遇到十分复杂拼接数据的情况,这种方式就不太实用了.今天就用到了php的一个数组排序程序.十分强大 array_multisort() ; Example #3 对数据库结果进行排序 本例中 data 数组中的每个单元表示一个表中的一行。这是典型的数 阅读全文