script script is the only required keyword that a job needs. It's a shell script which is executed by the Runner. For example: job: script: "bundle ex ...
分类:
其他好文 时间:
2020-06-23 18:56:37
阅读次数:
111
You don't know about real loss…cause that only occurs when you love something more than you love yourself.你不了解真正的失去,唯有爱别人胜于自己才能体会。 复变(9) —— 拉普拉斯变换 鬼知道 ...
分类:
其他好文 时间:
2020-06-23 00:48:19
阅读次数:
77
After change SessionID data in Session variables is lost Command "Manager.SaveSessionID" will remove all data of old sessionid. There is only one way ...
分类:
其他好文 时间:
2020-06-22 19:41:23
阅读次数:
85
题目如下: There are n cities numbered from 0 to n-1 and n-1 roads such that there is only one way to travel between two different cities (this network for ...
分类:
其他好文 时间:
2020-06-22 15:47:54
阅读次数:
60
手动创建Function SQL> @?/rdbms/admin/owmctab.plb SQL> @?/rdbms/admin/owmaggrs.plb SQL> @?/rdbms/admin/owmaggrb.plb Before Oracle Database 12c, an Invoker ...
分类:
其他好文 时间:
2020-06-22 13:20:34
阅读次数:
200
简介Shell脚本与Windows/Dos下的批处理相似,也就是用各类命令预先放入到一个文件中,方便一次性执行的一个程序文件,主要是方便管理员进行设置或者管理用的。但是它比Windows下的批处理更强大,比用其他编程程序编辑的程序效率更高,它使用了Linux/Unix下的命令变量变量类型本地变量:当前用户进程环境变量:当前用户进程和子进程(env/set)全局变量:所有用户程序都能调用系统变量:内
分类:
系统相关 时间:
2020-06-22 09:18:36
阅读次数:
54
代码 /** * This file is part of ORB-SLAM2. * * Copyright (C) 2014-2016 Raúl Mur-Artal <raulmur at unizar dot es> (University of Zaragoza) * For more inf ...
分类:
其他好文 时间:
2020-06-21 20:10:49
阅读次数:
118
Redis为我们提供了持久化的机制,分别是RDB(Redis DataBase)和AOF(Append Only File)。 ...
分类:
其他好文 时间:
2020-06-21 16:12:59
阅读次数:
46
NoSQL简介 NoSQL,全名为Not Only SQL,指的是非关系型的数据库 随着访问量的上升,网站的数据库性能出现了问题,于是nosql被设计出来 优点/缺点 优点: 高可扩展性 分布式计算 低成本 架构的灵活性,半结构化数据 没有复杂的关系 缺点: 没有标准化 有限的查询功能(到目前为止) ...
分类:
其他好文 时间:
2020-06-21 16:01:59
阅读次数:
47
scp 是secure copy的简写,用于在Linux下进行远程拷贝文件的命令,和它类似的命令有cp,不过cp只是在本机进行拷贝不能跨服务器,而且 scp传输是加密的。可能会稍微影响一下速度。当你服务器硬盘变为只读 read only system时,用scp可以帮你把文件移出来。另 外,scp还 ...
分类:
其他好文 时间:
2020-06-20 18:38:39
阅读次数:
55