差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
web [2019/03/03 22:02]
tony
web [2023/06/25 09:48] (目前版本)
行 1: 行 1:
 ====== Web ====== ====== Web ======
-===== Subcategory ​=====+===== Sub-Category ​=====
   * [[Facebook:​Facebook|Facebook]]   * [[Facebook:​Facebook|Facebook]]
   * [[java:​web:​struts|Struts]]   * [[java:​web:​struts|Struts]]
行 38: 行 38:
   * [[https://​stackoverflow.com/​questions/​2530/​how-do-you-disable-browser-autocomplete-on-web-form-field-input-tag|Disable password autocomplete]]   * [[https://​stackoverflow.com/​questions/​2530/​how-do-you-disable-browser-autocomplete-on-web-form-field-input-tag|Disable password autocomplete]]
   * [[https://​developer.mozilla.org/​en-US/​docs/​Web/​API/​WebSockets_API/​Writing_WebSocket_servers|Writing_WebSocket_servers]]   * [[https://​developer.mozilla.org/​en-US/​docs/​Web/​API/​WebSockets_API/​Writing_WebSocket_servers|Writing_WebSocket_servers]]
 +==== WebSocket ==== 
 +  * [[http://​www.moye.me/​2017/​02/​10/​websocket-authentication-and-authorization/​|WebSocket 的鉴权授权方案]] 
 +  * [[https://​www.cnblogs.com/​larryzeal/​p/​6212821.html|Spring 4 官方文档学习(十四)WebSocket支持]] 
 +  * [[https://​github.com/​spring-guides/​gs-messaging-stomp-websocket|gs-messaging-stomp-websocket]] 
 +  * [[https://​www.twblogs.net/​a/​5c73c469bd9eee31cea4dff3|Spring MVC實現Spring Security,Spring Stomp websocket Jetty嵌入式運行]]
 ==== CSS ==== ==== CSS ====
   * [[https://​www.sdk.cn/​news/​4050?​fb_ref=Default|【干货】适合Web开发人员的10个CSS代码生成器]]   * [[https://​www.sdk.cn/​news/​4050?​fb_ref=Default|【干货】适合Web开发人员的10个CSS代码生成器]]
行 48: 行 52:
   * [[https://​ci.apache.org/​projects/​wicket/​guide/​6.x/​guide/​urls.html|Wicket 6.x - urls]]   * [[https://​ci.apache.org/​projects/​wicket/​guide/​6.x/​guide/​urls.html|Wicket 6.x - urls]]
   * [[https://​cwiki.apache.org/​confluence/​display/​WICKET/​Getting+a+url+for+display|Getting a url for display]]   * [[https://​cwiki.apache.org/​confluence/​display/​WICKET/​Getting+a+url+for+display|Getting a url for display]]
 +  * [[https://​issues.apache.org/​jira/​browse/​WICKET-6602|AuthenticatedWebApplication login Workflow broken with replaceSession]] Session Fixation問題可以用session.changeSessionId去解 ​
 ==== Jetty ==== ==== Jetty ====
   * [[https://​stackoverflow.com/​questions/​22998834/​webapp-with-embedded-jetty-giving-exception|java.lang.IllegalStateException:​ Form too many keys]]   * [[https://​stackoverflow.com/​questions/​22998834/​webapp-with-embedded-jetty-giving-exception|java.lang.IllegalStateException:​ Form too many keys]]
   * [[https://​wiki.eclipse.org/​Jetty/​Howto/​Configure_Form_Size#​Changing_the_Maximum_Form_Size_for_a_Single_Webapp|Jetty/​Howto/​Configure Form Size]]   * [[https://​wiki.eclipse.org/​Jetty/​Howto/​Configure_Form_Size#​Changing_the_Maximum_Form_Size_for_a_Single_Webapp|Jetty/​Howto/​Configure Form Size]]
 +  * [[https://​www.cvedetails.com/​vulnerability-list/​vendor_id-10410/​product_id-34824/​version_id-282155/​Eclipse-Jetty-9.4.14.html|issues of CVEDetail]]
 ==== JS ==== ==== JS ====
   * [[http://​stackoverflow.com/​questions/​36999739/​what-does-0-double-equals-dollar-zero-mean-in-chrome-developer-tools|$0與$1在Chrome Developer Tools中的意義]]   * [[http://​stackoverflow.com/​questions/​36999739/​what-does-0-double-equals-dollar-zero-mean-in-chrome-developer-tools|$0與$1在Chrome Developer Tools中的意義]]
行 65: 行 71:
   * [[http://​tubikstudio.com/​visual-perception-icons-vs-copy-in-ui/​|Visual Perception. Icons vs Copy in UI]]   * [[http://​tubikstudio.com/​visual-perception-icons-vs-copy-in-ui/​|Visual Perception. Icons vs Copy in UI]]
   * [[https://​developer.mozilla.org/​en-US/​docs/​Web/​Security/​Securing_your_site/​Turning_off_form_autocompletion|turning off form autocompletion]]   * [[https://​developer.mozilla.org/​en-US/​docs/​Web/​Security/​Securing_your_site/​Turning_off_form_autocompletion|turning off form autocompletion]]
 +  * [[https://​ux.stackexchange.com/​questions/​82485/​whats-the-longest-acceptable-delay-before-an-interaction-starts-to-feel-unnatur|delay time該多久?​]]
 +  * [[https://​docs.microsoft.com/​zh-tw/​windows/​win32/​uxguide/​progress-bars|M$ UX Guide]]
 +  * [[https://​uxplanet.org/​how-to-write-good-error-messages-858e4551cd4|How to Write Good Error Messages?]]