dyhe83
Results
2
comments of
dyhe83
我有興趣修改, 有找到string的排序法。 * [Alphanum algorithm](http://www.davekoelle.com/alphanum.html) 但是對django, postgres不熟,請問該怎麼替換這的sort方法?? https://github.com/QingdaoU/OnlineJudge/blob/e8ae0d4aac8ac80bf0b5f01f7d755b08c7866ff6/problem/models.py#L88 *** [Alphanum algorithm](http://www.davekoelle.com/alphanum.html) 字串排序的範例 https://github.com/dyhe83/Python-String-Alphanum-Sort ```sh test_strings = ['1', '2', '3', '10', '1a1', '1a2', '1b', '1a', '1 a 2', '1 a 1',...
I am facing the same issue, can anyone help??