#响应式Web设计实践

Web前端-按钮点击效果(水波纹)

这种效果可以由元素内嵌套canves实现,也可以由css3实现。Canves实现网上摘了一份canves实现的代码,略微去掉了些重复定义的样式并且给出js注释,代码如下 第一种方法:html骨架代码<aclass="btncolor-1material-design"data-color="#2f539...

webSocket连接错误原因

我是@ServerEndpoint注解方式实现报错:错误原因:要注入ServerEndpointExporter,这个bean会自动注册使用了@ServerEndpoint注解声明的Websocketendpoint。要注意,如果使用独立的servlet容器,而不是直接使用springboot的内置容器,就不要注入Se...

WPF之MVVM实践中的Command与CommandParameter

先记录一下,方便以后复习。https://www.cnblogs.com/babietongtianta/p/3474101.html...

spring boot拦截器WebMvcConfigurerAdapter,以及高版本的替换方案(转)

文章转自 http://blog.51cto.com/12066352/2093750/最近项目采用springicloud,用的springboot版本是1.5.x的,springboot2.0,Spring5.0以后WebMvcConfigurerAdapter会取消掉。以下介绍下大体的内容,希望对大家都...

Spring Security(三十七):Part IV. Web Application Security

MostSpringSecurityuserswillbeusingtheframeworkinapplicationswhichmakeuserofHTTPandtheServletAPI.Inthispart,we’lltakealookathowSpringSecurityprovidesauthenticati...

Spring Security(二十八):9.4 Authentication in a Web Application

Nowlet’sexplorethesituationwhereyouareusingSpringSecurityinawebapplication(without web.xml securityenabled).Howisauserauthenticatedandthesecurityconte...

Spring Security(二十一):6.3 Advanced Web Features

6.3.1 Remember-MeAuthentication(记住我的身份验证)Seetheseparate Remember-Mechapter forinformationonremember-menamespaceconfiguration.有关remember-me命名空间配置的...

遇到的web请求错误码集合与解释

302 临时移动。与301类似。但资源只是临时被移动。客户端应继续使用原有URI...

windows系统下Disconf web安装-分布式配置管理平台

文章参考自http://blog.csdn.net/syc001/article/details/78128117https://www.cnblogs.com/mrluo735/p/6322719.htmlhttp://disconf.readthedocs.io/zh_CN/latest/tutorial-clie...

设计模式(转)

文章转自http://blog.csdn.net/column/details/chenssy-design.html...
代码星球 ·2021-02-23

Web 前端怎样入门?(转)

转自知乎https://www.zhihu.com/question/32314049/answer/100898227...
代码星球 ·2021-02-23

web安全之攻击

转自知乎https://www.zhihu.com/question/22953267作者:潘良虎链接:https://www.zhihu.com/question/22953267/answer/80141632来源:知乎著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。多年前写过一篇「Web安全之...
代码星球 ·2021-02-23

Gunicorn--pythonweb容器

Gunicorn绿色独角兽'是一个PythonWSGIUNIX的HTTP服务器。是一个pre-forkworker的模型,从Ruby的独角兽(Unicorn )项目移植。该Gunicorn服务器大致与各种Web框架兼容,只需非常简单的执行,轻量级的资源消耗,以及相当迅速,具有实现简单,轻量级,高性能等特点。g...
代码星球 ·2021-02-22

Webhook是什么?

最近因为想实时使用branch归因投放的渠道数据,对客群进行实时分类,所以之前exportdailydata的T-2的数据不再满足业务的需求。   原具体方案webhook究竟是什么呢?  Webhook是一个API概念,webhoo是一种web回调或者http的pushAPI.Webho...
代码星球 ·2021-02-22

kaggle比赛实践M5-baseline研读(五)for_Japanese_beginner(with WRMSSE in LGBM)

https://www.kaggle.com/girmdshinsei/for-japanese-beginner-with-wrmsse-in-lgbm...
首页上一页...1314151617...下一页尾页