409 Conflict(in all regions except us-east-1) ...
分类:
其他好文 时间:
2019-10-06 13:44:35
阅读次数:
92
You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contai ...
分类:
其他好文 时间:
2019-10-02 19:08:34
阅读次数:
109
微信公众号: "AIKaggle" 欢迎建议和拍砖,若需要资源,请公众号留言; "如果你觉得AIKaggle对你有帮助,欢迎赞赏" Boosting算法的前世今生(下篇) [TOC] 本系列文章将会梳理Boosting算法的发展,介绍Boosting算法族的原理,框架,推导等,Boosting算法的 ...
分类:
编程语言 时间:
2019-09-21 18:56:21
阅读次数:
184
You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contai ...
分类:
其他好文 时间:
2019-09-02 23:45:38
阅读次数:
97
概览 整体结构 (function (){ (21 , 94) 定义了一些变量和函数 jQuery=function(); (96 , 293) 给jQuery对象添加一些方法和属性; (285 , 347) extend:jQuery扩展方法; (349 , 817) jQuery.extend ...
分类:
Web程序 时间:
2019-08-29 23:40:52
阅读次数:
127
注意:目录下的文件冲突问题一定要先和开发确认一下,才执行恢复操作1、今天执行svnupdate更新java代码的时候出现了下面的报错[root@minion01-opsROOT]#svnupdate-r410Updating‘.‘:DMETA-INFAMETA-INFSkipped‘WEB-INF‘--Noderemainsinconflict2、WEB-INF目录下的文件有冲突,导致更新时,该目
分类:
其他好文 时间:
2019-07-26 01:23:13
阅读次数:
133
Composer 的结构 Root Package(根目录包) 根目录包就是在你的项目的根目录由 composer.json 定义的包。主要就是由 composer.json 来定义你的项目的依赖。 某些字段只能在根目录包的中使用,比如 config 字段,只有根目录包能定义自己的配置。依赖包中的 ...
分类:
其他好文 时间:
2019-07-22 09:47:53
阅读次数:
74
windows container 踩坑记 Intro 我们有一些服务是 dotnet framework 的,不能直接跑在 docker linux container 下面,最近一直在折腾把它部署在 windows container 下,折腾的有点恶心,记录一下。 Windows Contai ...
var jquery = document.createElement('script'); jquery.src = "http://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js";//若调试页面是https的这里也修改为https. documen... ...
分类:
Web程序 时间:
2019-07-12 13:00:48
阅读次数:
136
100 Continue 继续。客户端应继续其请求 101 Switching Protocols 切换协议。服务器根据客户端的请求切换协议。只能切换到更高级的协议,例如,切换到HTTP的新版本协议 200 OK 请求成功。一般用于GET与POST请求 201 Created 已创建。成功请求并创建 ...
分类:
Web程序 时间:
2019-07-05 12:33:55
阅读次数:
139