1. 背景 SQL Server 搭建AlwaysOn后,我们就希望程序连接时使用虚拟的侦听IP(Listener IP),而不再是主Server 的IP。如果我们有采用中间件,则可以在配置中,直接用Listener IP 替换掉 Server IP,可有时候,我们不太确定,是否有些旧程序、不太常用 ...
分类:
数据库 时间:
2019-04-21 23:02:53
阅读次数:
358
Given a linked list, remove the nth node from the end of list and return its head. For example, Note:Given n will always be valid.Try to do this in on ...
分类:
其他好文 时间:
2019-04-09 16:38:07
阅读次数:
151
可以转到我的CSDN查看同样的文章https://blog.csdn.net/weixin_44385565/article/details/89003683 1131 Subway Map (30 分) In the big cities, the subway systems always lo ...
分类:
其他好文 时间:
2019-04-03 20:33:35
阅读次数:
199
Inventory CodeForces - 569B Companies always have a lot of equipment, furniture and other things. All of them should be tracked. To do this, there is ...
分类:
其他好文 时间:
2019-04-02 21:29:42
阅读次数:
163
Given a binary search tree, write a function kthSmallest to find the kth smallest element in it. Note: You may assume k is always valid, 1 ≤ k ≤ BST's ...
分类:
其他好文 时间:
2019-03-31 14:07:00
阅读次数:
132
我是采用代理模式的aspectj 代码运行报错如下: 解决方案: 1、需要在 resources 中配置 aop.xml 文件,放置在 META-INF 目录中( resource/META-INF/aop.xml),如没有自行创建 2、aop.xml 文件中的配置非常容易理解,只需要配置 Aspe ...
分类:
编程语言 时间:
2019-03-27 10:46:48
阅读次数:
385
最近研究FIFO的时候,在开源工程中看到这样一段代码 以前没看到 {AW+1{1'b0}} 这样用位拼接符的,不清楚运算符 + 和 {} 的优先级哪个高。 虽然分析代码可以看出来“+”的优先级比“{}”高,但是在夏宇闻的《Verilog数字系统设计教程》的4.7节 优先级别表中并没有位拼接运算符。 ...
分类:
其他好文 时间:
2019-03-24 23:26:33
阅读次数:
265
Social Clusters When register on a social network, you are always asked to specify your hobbies in order to find some potential friends with the same ...
分类:
其他好文 时间:
2019-03-24 00:23:16
阅读次数:
243
jenkins 清除工作空间报错 错误如下: Error: Wipe Out Workspace blocked by SCM 解决方法: 进入jenkins服务器,进入workspace,手动rm 注释 如果你的启动命令如下:【进行了外部目录的挂载】 那就可以直接进入外部挂载的目录进行rm操作即可 ...
分类:
其他好文 时间:
2019-03-21 19:55:51
阅读次数:
459
关闭防火墙 linux 半虚拟化是不能运行与安装KVM虚拟机的。 #egrep '(vmx|svm)' --color=always /proc/cpuinfo yum -y install kvm python-virtinst libvirt tunctl bridge-utils virt-m... ...
分类:
其他好文 时间:
2019-03-21 10:34:08
阅读次数:
215