最近在配置 vim 的 ycm 插件,发现如果需要针对某个非系统的头文件路径,需要单独修改 third_party/ycmd/.ycm_extra_conf.
今天看代码发现一个比较巧妙的方法,可以参考 SO 链接 对比两个 c++ 代码段 1 2 3 4 5 do { // code if (condition) break; // or continue // more code } while(false); 完爆一下的 goto 1 2 3 4 5 6 { // code if (condition) goto
RShiny 是什么Shiny 是一个 R 语言的软件包,提供了用于制作 Web-UI/app 的便捷工具。这些应用提供了交互式的数据展示、实时的统计分析与高度可定制化的操作界面,
问题:
1
2
3
4
5
6
7
8
9
10
|
> DBI::dbSendQuery(conn, sql)
Error in select(conn@ptr, statement) :
DB::Exception: All attempts to get table structure failed. Log:
Code: 279, e.displayText() = DB::NetException: All connection tries failed. Log:
Code: 209, e.displayText() = DB::NetException: Timeout: connect timed out: 10.20.140.3:9000 (10.20.140.3:9000) (version 21.4.7.3 (official bui
ld))
Code: 209, e.displayText() = DB::NetException: Timeout: connect timed out: 10.20.140.3:9000 (10.20.140.3:9000) (version 21.4.7.3 (official bui
ld))
Code: 209, e.displayText() = DB::NetException: Timeout: connect timed out: 10.20.140.3:9000 (10.20.140.3:9000) (version 21.4.7.3 (official bui
ld))
|
解决方案参考:Inconsistent behaviour of Distributed table engine and remote
table function when called with cluster and with list of addresses
1
|
SET connections_with_failover_max_tries = 5
|
1 2 git config --global color.diff auto git config --global color.status auto
安装 Vim8 使用 Anaconda-python 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 ## 不需要 lto export LDFLAGS="-fno-lto" ## 有可能需要添加环境路径 ## 1. ldconfig -p |grep libSM ldconfig -p |grep libuuid ## 2. export