Farmer John has decided to reward his cows for their hard work by taking them on a tour of the big city! The cows must decide how best to spend their ...
分类:
其他好文 时间:
2020-04-10 15:56:32
阅读次数:
76
1.问题出现 搭完mq单主单从集群之后,美滋滋想发一下message, 没想到碰到一个坑爹的问题: com.alibaba.rocketmq.client.exception.MQBrokerException: CODE: 14 DESC: service not available now, m ...
分类:
系统相关 时间:
2020-04-10 00:36:42
阅读次数:
616
1.1 查看总消耗时间最多的前10条SQL语句 select * from (select v.sql_id, v.child_number, v.sql_text, v.elapsed_time, v.cpu_time, v.disk_reads, rank() over(order by v.e ...
分类:
数据库 时间:
2020-04-09 20:19:49
阅读次数:
94
基本数据类型用于存储简单类型的数据,比如说,int、long、byte、short 用于存储整数,float、double 用于存储浮点数,char 用于存储字符,boolean 用于存储布尔值。
不同的基本数据类型,有不同的默认值和大小,来个表格感受下。
分类:
编程语言 时间:
2020-04-08 09:29:14
阅读次数:
82
1、先进入windows系统中的终端(MD)。 2、在终端输入命令:diskpart 3、在终端输入命令:list disk 4、在终端输入命令:select disk 数字 4、在终端输入命令:clean ...
简体中文版(基础版) 英文版(基础版) 程序员定制版( on-screen 150DPI) 程序员定制版(color hard-copy 300DPI) 程序员定制版(monochrome hard-copy 300DPI) 程序员定制版(color blind hard-copy) 简体中文版(基 ...
分类:
系统相关 时间:
2020-04-07 13:06:33
阅读次数:
127
1.打开windows10终端 +`R cmd` 后弹出终端. 2.终端输入: 3.输入 查看电脑磁盘 4.选择磁盘,假设U盘的磁盘号为 2 , 则 5.清空磁盘 6.创建主磁盘分区 7.激活磁盘分区 8.格式化磁盘 参考: "win32 disk imager使用后u盘容量恢复" ...
在Linux上面kettle-spoon启动问题 文件大小限制问题 修改此文件 /etc/security/limits.conf * soft nofile 327680 * hard nofile 327680 hdfs soft nproc 131072 hdfs hard nproc 131 ...
分类:
编程语言 时间:
2020-04-03 15:03:45
阅读次数:
81
The easiest way is to check the well-known id. if (sr.Wkid == SpatialReferences.WGS84.Wkid) IsWGS84 = true; or you could use the hard-coded wkid = 432 ...
分类:
其他好文 时间:
2020-04-02 19:33:38
阅读次数:
108
1. 调整虚拟内存:Control Panel\\System and Security\\System Advanced system settings Advanced Performance 1. 清理磁盘:Disk Cleanup Clean up system files Windows ...