Eclipse 设置护眼背景色 1、设置字体大小 Window --> Preferences --> General --> Apprearance --> Colors and Fonts --> Text Font --> "Edit" 字体:Consolas 字形:常规 大小:11 修改完后 ...
分类:
系统相关 时间:
2019-08-26 10:03:59
阅读次数:
106
在用eclipse开发时,经常遇到卡死的情况,其中一种就是右下角出现:“Remote System Explorer Operation”,解决方案如下: 第一步:Eclipse -> Preferences -> General -> Startup and Shutdown.不要勾选 RSE U ...
分类:
系统相关 时间:
2019-08-24 20:37:41
阅读次数:
133
首先进入SAP Cloud for Customer的Administration的工作中心,打开General Settings视图,进入Event Notification配置UI: 新建一个C4C OData事件和API的消费者: 类型选择SAP Cloud Platform Extensio ...
分类:
其他好文 时间:
2019-08-24 18:48:43
阅读次数:
72
PAT A1019 General Palindromic Number 题目描述: A number that will be the same when it is written forwards or backwards is known as a Palindromic Number. F ...
分类:
其他好文 时间:
2019-08-24 00:07:49
阅读次数:
63
参考地址:https://docs.kali.org/general-use/install-vmware-tools-kali-guest环境:VMwareTools9.9,VMware?Workstation11,kail2019-amd64在kail系统中安装VMwareTools提示安装GCC没有安装,实际查看系统默认已经安装,可能VMwareTools与kail系统不兼容.使用open-
分类:
系统相关 时间:
2019-08-23 00:16:18
阅读次数:
107
设置路径:File–>Settings–>Editor–>General–>Code Completion–>Match case 取消Match case 勾选。 【over】 ...
分类:
其他好文 时间:
2019-08-22 11:27:51
阅读次数:
86
A Prepare. Prepare. Prepare. From: https://leetcode.com/explore/interview/card/leapai/272/general-guideline-for-behavioral-interview/1506/ The most co ...
分类:
其他好文 时间:
2019-08-22 11:03:41
阅读次数:
109
General terms Analytics as a Service (AaaS) The provision of analytics through Web-delivered technologies. These solutions offer businesses an alterna ...
分类:
其他好文 时间:
2019-08-21 00:26:08
阅读次数:
95
1、安装apr和apr-util依赖 1.1安装apr [root@test src]# tar -zxvf apr-1.5.2.tar.gz [root@test src]# cd apr-1.5.2 [root@test apr-1.5.2]# ./configure --prefix=/usr ...
分类:
系统相关 时间:
2019-08-20 22:31:48
阅读次数:
117
MySQL数据库常见的日志有:错误日志(log_error)、慢查询日志(slow_query_log)、二进制日志(bin_log)、通用日志(general_log) 开启慢查询日志并分析 开启慢查询日志: set global slow_query_log=1; 在线开启。如果MySQL发生重 ...
分类:
数据库 时间:
2019-08-20 12:19:38
阅读次数:
116