Web2.0的lab3,使用tornado实现,自己改了改UI

效果

MP3 Music Library in Tornado

选中播放列表后的效果

MP3 Music Library in Tornado

 

原来的图标长得太丑了,有空找些好看点的加进去……以后继续完成extra feature,当复习python了

代码,由于是在linux下实现的,不保证win下也能跑……

https://github.com/joyeec9h3/WebHWs/tree/master/Web2_0course/music

 

收获:
    in-place sorting by attribute:用list.sort(key=lambda x:x.attribute)即可
    git下删除不要的测试文件:用git rm --cached

相关文章:

  • 2021-10-28
  • 2021-05-20
  • 2021-12-01
  • 2022-12-23
  • 2021-12-26
猜你喜欢
  • 2022-12-23
  • 2022-02-09
  • 2021-08-24
  • 2021-05-26
  • 2021-12-15
  • 2022-12-23
  • 2021-11-22
相关资源
相似解决方案