#响应式Web设计实践

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...

kaggle比赛实践M5-baseline研读(三)M5 best till now public python lgbm version with score 0.60869

链接大家可以参考一下这个discusion:importpandasaspdimportnumpyasnppd.set_option('display.max_columns',500)pd.set_option('display.max_rows',500)importmatplotlib.pyplotaspltim...

kaggle比赛实践M5-baseline研读(二)M5 LOFO Importance on GPU via Rapids/Xgboost

先说学习心得/通过这篇对特征重要性的baseline学习,我学习到了如下三个点:1.feature_importance2.一款GPU计算的开源框架rapids3.回顾了xgb树模型的生成过程资源搬运如下:https://www.kaggle.com/aerdem4/m5-lofo-importance-on-gpu-...

kaggle比赛实践M5-baseline研读

 采用lightGBM模型准备数据与训练calendar.csv数据集导入。该数据数聚包含物品的售卖时间与物品类型date:Thedateina“y-m-d”format.wm_yr_wk:Theidoftheweekthedatebelongsto.weekday:Thetypeoftheday(Satur...
首页上一页...1314151617...下一页尾页