[Pipeline] { (Checkout) [Pipeline] checkout > git.exe rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > g ...
分类:
其他好文 时间:
2018-11-06 11:57:35
阅读次数:
1375
#include int color[100],sum; bool ok(int k,int c[100][100]) { for(int i=1;in){ for(int i=1;i<=n;i++) printf("%d ",color[i]); printf("\n"); sum++; ... ...
分类:
其他好文 时间:
2018-11-05 00:05:17
阅读次数:
133
综述 众所周知。当在两个数据库之间建立 dblink连 接时,SCN 将被同步。以维持分布式事务读取一致性。 这将导致在较低 SCN 的数据库的 SCN 跳变。 在分布式事务中非常难找到 SCN 跳变的来源。从 12.2 開始。视图DBA_EXTERNAL_SCN_ACTIVITY 以及 DBA_D ...
分类:
数据库 时间:
2018-11-02 23:31:40
阅读次数:
199
vmware或hyperv,扩容磁盘,本例中使用的是vmware,关闭系统,在vmware—>设置—>硬盘—>扩展—>输入数字大于当前系统内存—>点击扩展,如图: 1. 查看磁盘情况 2. 查看磁盘占用情况 3. 创建新分区 弹出的命令行中输入对应的命令,命令说明如下: Command action ...
分类:
其他好文 时间:
2018-11-02 21:37:49
阅读次数:
257
[root@www.hnidcla.com]#fdisk-l查看磁盘分区信息Disk/dev/sda:107.4GB,107374182400bytes255heads,63sectors/track,13054cylindersUnits=cylindersof16065*512=8225280bytesSectorsize(logical/physical):512bytes/512bytes
分类:
其他好文 时间:
2018-11-02 20:25:54
阅读次数:
693
EF Core中: 如果调用Queryable.Count等聚合方法,不会导致DbContext跟踪(track)任何实体。 此外调用Queryable.Join方法返回的匿名类型也不会被DbContext所跟踪(实测调用Queryable.Join方法返回EF Core中的实体类型也不会被DbCo ...
分类:
数据库 时间:
2018-10-30 13:49:30
阅读次数:
316
win10下乌龟git安装和使用 2016年04月08日 17:55:02 一叶飘舟 阅读数:40327更多 个人分类: 工作点滴 win10下乌龟git安装和使用 2016年04月08日 17:55:02 一叶飘舟 阅读数:40327更多 个人分类: 工作点滴 win10下乌龟git安装和使用 w ...
Log changes in Jenkins - Stack Overflowhttps://stackoverflow.com/questions/13631145/log-changes-in-jenkins jenkins发送自定义内容邮件 | 前端开发者说https://huixisheng ...
分类:
其他好文 时间:
2018-10-29 16:09:16
阅读次数:
181
At learn.hashicorp.com you‘ll find tracks to take you from beginner to advanced. Within each track, individual topics guide you through hands-on exercises to install and use Vault.
分类:
其他好文 时间:
2018-10-29 14:06:05
阅读次数:
209
merge manual中有一条警告: 出现了错误。详细消息: 3 uncommitted changes would be overwritten by merge 有未提交修改情况下,不要执行merge,很可能会丢失修改。 再来看一下如何使用stash暂存代码: 先将本地修改存储起来 ...
分类:
其他好文 时间:
2018-10-26 10:45:44
阅读次数:
519