输出规则 %s , 表示字符型 %d , 表示数值型 %f , 表示浮点型 % 百分号形式 format形式 ...
分类:
其他好文 时间:
2020-05-13 09:51:57
阅读次数:
50
Centos8系统发布已有一段时间,不少小伙伴开始上手使用。kubernetes1.18也发布了,今天作者使用kubeadm在Centos8系统上部署kubernetes。 1 系统准备 查看系统版本 [root@localhost]# cat /etc/centos-release CentOS ...
分类:
Web程序 时间:
2020-05-12 17:10:39
阅读次数:
76
升级AFN之后,SDK工程始终编译不通过找不到SDK.a 原因在SDK Target ->Build phases ->Link Binary With Libraries 多添加了SDK工程依赖的pod 库,删除所有的库之后编译就通过了 参考: https://www.jianshu.com/p/ ...
分类:
其他好文 时间:
2020-05-12 17:09:49
阅读次数:
331
"FedStart Failed" message appears in db2diag.log periodically 故障排除 问题 db2diag.log中以一定间隔(大约每2小时)报告“ FedStart失败”。有时会导致性能不佳或数据源中的某些资源用尽。 症状 在db2diag.log中 ...
分类:
移动开发 时间:
2020-05-12 16:41:11
阅读次数:
78
1. SELECT t1.now_year_order AS 年份, t1.now_month_order 月份, order_time,CASE WHEN now_month_order_num IS NULL OR now_month_order_num = 0 THEN 0 ELSE now_ ...
分类:
数据库 时间:
2020-05-12 15:25:00
阅读次数:
84
安装vscode https://code.visualstudio.com/ 安装插件 1.安装中文插件,搜索 Chinese 2.C/C++:又名 cpptools,提供Debug和Format功能 3.vscode clangd:提供Intellisense和Lint功能;仓库见:clangd ...
分类:
其他好文 时间:
2020-05-12 14:02:18
阅读次数:
61
@[toc] 所在公司目前使用的数据库主要是mysql 和hive, 所以选择的数据库客户端工具是sqlYog和xshell了。但是最近一个可视化系统需要支持配置多数据源,包括mysql,orcale,sqlServer,这就有个问题sqlYog连不了oracle 和sqlServer。然后不得不换 ...
分类:
其他好文 时间:
2020-05-12 13:36:19
阅读次数:
102
MySQL 获得当前日期时间 函数 获得当前日期+时间(date + time)函数:now() mysql> select now(); + + | now() | + + | 2008-08-08 22:20:46 | + + 获得当前日期+时间(date + time)函数:sysdate() ...
分类:
数据库 时间:
2020-05-12 11:16:22
阅读次数:
107
seq seq: squeue 是一个序列的缩写,主要用来输出序列化的东西 seq常见命令参数 用法: 参数: s 指定分隔符 s, separator=字符串 使用指定字符串分隔数字(默认使用:\n) 参数: w 自动补位,格式对齐 w, equal width 在列前添加0 使得宽度相同【自动补 ...
分类:
其他好文 时间:
2020-05-12 11:15:36
阅读次数:
81
org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/cab-web]] at org. ...
分类:
编程语言 时间:
2020-05-12 09:43:08
阅读次数:
164