nginx yaf需要注意的问题 显示视图的方法<pre> $this->getView()->assign(array('pack'=>$return['pack'],'appid'=>$return['appid'])); $this->display('index');</pre> nginx ...
分类:
其他好文 时间:
2019-11-16 14:19:21
阅读次数:
62
Continue的介绍跳过当前For Each 循环内的迭代, 结束本次循环,Continue控件只能用于For Each 循环中Continue在UiPath中结合For Each循环的使用打开设计器,在设计库中新建一个Flowchart,并为Flowchart命名添加一个Assign用做数据源, ...
分类:
其他好文 时间:
2019-11-15 12:04:52
阅读次数:
71
何时重构 如何重构 代码坏味道 Duplicated Code(重复代码) 重新组织函数 Extract Method(提炼函数) Long Method(过长函数) Inline Method(内联函数) Large Class(过大的类) Inline Temp(内联临时变量) Long Par ...
分类:
其他好文 时间:
2019-11-13 13:16:21
阅读次数:
95
RUST 0x01 数据类型 1 变量与可变性 先上两段代码和一段错误信息: text error[E0384]: cannot assign twice to immutable variable src/main.rs:4:5 | 2 | let x = 5; | first assignmen ...
分类:
其他好文 时间:
2019-11-09 17:23:49
阅读次数:
104
1. 搭建RTSP服务 首先现在音视频利器 ffmpeg,这个到http://www.ffmpeg.org/download.html 这里下载压缩包即可。 文档参考:http://trac.ffmpeg.org/wiki/ffserver 二进制下载地址:https://ffbinaries.co ...
分类:
其他好文 时间:
2019-11-08 19:06:19
阅读次数:
104
cannot assign instance of scala.collection.immutable.List$SerializationProxy to field org.apache.spark.sql.execution.aggregate.SortAggregateExec.aggre ...
分类:
编程语言 时间:
2019-11-07 17:41:34
阅读次数:
113
一、报错Cannot assign requested address (connect failed) linux分配的客户端连接端口用尽, 无法建立socket连接所致,虽然socket正常关闭,但是端口不是立即释放, 而是处于TIME_WAIT状态, 默认等待60s后才释放。 |-- 查看li ...
分类:
其他好文 时间:
2019-11-06 18:45:28
阅读次数:
111
问题描述 "LG4979" 题解 珂朵莉树+O2简直就是绝配 对于操作 ,直接 $\mathrm{assign}$ 推平就完事了。 对于操作 ,如果它左右端点有在边界上的,直接把区间 $[l,r]$撕出来判断就完了,如果不在边界上,先把单点 ${l 1,r+1}$ 撕出来判,如果符合条件,再撕 $[ ...
分类:
其他好文 时间:
2019-11-03 21:57:37
阅读次数:
65
json属性赋值很好用。 注意ie11要加入polyfill才行。 https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Object/assign ...
分类:
Web程序 时间:
2019-11-03 20:27:03
阅读次数:
103
今天给大家介绍一下,在UiPath中如何操作文件,比如需要在某个文件夹中自动创建一个当天日期的文本。 主要使用的activity有: l Assign l Path Exists l If l Create Directory l Move File l Create File 本例中实现的功能如下 ...
分类:
其他好文 时间:
2019-11-02 15:48:16
阅读次数:
1943