Skip to content
This repository has been archived by the owner on Jun 3, 2019. It is now read-only.

[置顶]第一次迭代由BUG得出经验汇总 #58

Closed
shao0099876 opened this issue Mar 30, 2019 · 0 comments
Closed

[置顶]第一次迭代由BUG得出经验汇总 #58

shao0099876 opened this issue Mar 30, 2019 · 0 comments

Comments

@shao0099876
Copy link
Owner

  1. 有必要对session的操作中使用的字段字符串常数化
  2. 有必要对URL进行重新设计,并使URL字符串常数化
  3. HTML跳转规则中,如果目标url前面没有正斜杠,则默认在当前url后补加该url,否则在根URL后补加url(可参考linux文件系统的类似机制)
  4. session的修改应当移到功能完成的时间进行,在此之前应当使用临时变量进行。
  5. 可考虑SessionManager由静态函数库转为类,以封装临时变量和保存等操作
@shao0099876 shao0099876 pinned this issue Mar 30, 2019
@shao0099876 shao0099876 changed the title 第一次迭代由BUG得出经验汇总 [置顶]第一次迭代由BUG得出经验汇总 Mar 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant