码迷,mamicode.com
首页 >  
搜索关键字:rule    ( 890个结果
BFGS(1) - Python实现
算法特征:利用函数$f(\vec{x})$的1阶信息, 构造其近似的二阶Hessian矩阵. 结合Armijo Rule, 在最优化过程中达到超线性收敛的目的. 算法推导:为书写方便, 引入如下两个符号$B$、$D$分别表示近似Hessian矩阵及其逆矩阵:\begin{equation}\labe ...
分类:编程语言   时间:2019-11-10 19:50:45    阅读次数:166
[LC] 394. Decode String
Given an encoded string, return its decoded string. The encoding rule is: k[encoded_string], where the encoded_string inside the square brackets is be ...
分类:其他好文   时间:2019-11-05 13:57:41    阅读次数:110
prometheus动态刷新rule
动态刷新Prometheus配置,动态刷新Prometheusrule配置 ...
分类:其他好文   时间:2019-11-05 00:38:31    阅读次数:274
二十二:视图之add_url_rule和app.route
flask注册视图有两种方式 一:add_url_rule()add_url_rule源码:rule:接口地址view_func=视图函数endpoint=终结点,可以理解为给当前视图取的别名,最直观的就是在url_for()的时候会用到,如果指定了endpoint,则在url_for()的时候,不 ...
分类:移动开发   时间:2019-11-04 22:08:14    阅读次数:106
python中关于闭合器的应用
import redef build_match_and_apply_functions(pattern, search, replace): def matches_rule(word): return re.search(pattern, word) def apply_rule(word): ...
分类:编程语言   时间:2019-11-01 12:37:04    阅读次数:186
vue-cli创建的项目,配置多页面的实现方法
vue官方提供的命令行工具vue-cli,能够快速搭建单页应用。默认一个页面入口index.html,那么,如果我们需要多页面该如何配置,实际上也不复杂 假设要新建的页面是rule,以下以rule为例 创建新的html页面 ? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ...
分类:其他好文   时间:2019-10-27 16:28:59    阅读次数:81
hdu-6071 Lazy Running
In HDU, you have to run along the campus for 24 times, or you will fail in PE. According to the rule, you must keep your speed, and your running dista ...
分类:其他好文   时间:2019-10-24 23:54:31    阅读次数:135
Vue中使用Element-UI表单验证相关问题及解决
项目中表单填写提交前需要进行验证,记录一下踩坑的几个地方 [TOC] rules验证和自带验证 在data中用rules自定义了验证信息,注意,prop的值应该与v model的值和rules中的值一样,否则无法触发rules验证。 例子如下: 在实际使用中,当el form item标签与rule ...
分类:其他好文   时间:2019-10-24 15:47:41    阅读次数:92
element-rules
rules: { expiryOnDate: [ { validator: (rule, value, callback) => { if (!this.item.expiryControlType) { ... ...
分类:其他好文   时间:2019-10-23 13:31:01    阅读次数:67
ZGC gc策略及回收过程-源码分析
源码文件:/src/hotspot/share/gc/z/zDirector.cpp 一、回收策略 main入口函数: ZMetronome::wait_for_tick 是zgc定义的一个循环时钟函数,sample_allocation_rate函数则用于rule_allocation_rate策 ...
分类:其他好文   时间:2019-10-20 17:51:03    阅读次数:97
890条   上一页 1 ... 12 13 14 15 16 ... 89 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!