Code Completion Ctrl+空格 helps you quickly complete code statements. It works as you type and gives a list of suggestions available from the current ca ...
分类:
编程语言 时间:
2020-06-30 10:43:50
阅读次数:
213
实际环境中平台服务器运行一段时间后可能会因为数据量过大或者一些意外重启设备导致某个目录无法进入,原因可能是磁盘受损,下面是我碰到过的例子: 在实际平台维护中,遇到了home目录无法进入,如下图: 重启之后系统后进入了emergency mode: 原因就是服务器的磁盘有损坏的嫌疑。在上图界面直接输入 ...
分类:
系统相关 时间:
2020-06-27 13:19:39
阅读次数:
154
本文内容 Power BI Desktop 工作原理 安装并运行 Power BI Desktop 连接到数据 调整数据 合并数据 生成报表 共享工作 后续步骤 --> 欢迎使用 Power BI Desktop 入门指南。Welcome to the getting started guide f ...
分类:
其他好文 时间:
2020-06-27 10:08:07
阅读次数:
96
1003 Emergency (25分),几个城市之间的救援路径问题,实际上是一个带权重的Dijkstra算法 ...
分类:
其他好文 时间:
2020-06-23 21:11:29
阅读次数:
51
二、将U盘连接到电脑的USB接口,选择从USB启动,选择Install Centos 7进行安装 1、在选择Install Centos 7后,几分钟后,弹出如下提示: Entering emergency mode.Exit the shell to continue. Type "journal ...
分类:
其他好文 时间:
2020-06-21 00:02:07
阅读次数:
82
父级组件 <template> <div id="app"> <button @click="clickme">click me</button> <img alt="Vue logo" src="./assets/logo.png" /> <HelloWorld msg="Welcome to Y ...
分类:
其他好文 时间:
2020-06-17 18:12:30
阅读次数:
100
简介Keepalived的作用是检测服务器的状态,如果有一台web服务器宕机,或工作出现故障,Keepalived将检测到,并将有故障的服务器从系统中剔除,同时使用其他服务器代替该服务器的工作,当服务器工作正常后Keepalived自动将服务器加入到服务器群中,这些工作全部自动完成,不需要人工干涉,需要人工做的只是修复故障的服务器。单播和组播keepalived在组播模式下会向224.0.0.18
分类:
其他好文 时间:
2020-06-16 15:09:37
阅读次数:
65
window.onload = function(){ alert("welcome"); } 语句的作用是希望在页面加载完,自动执行定义js代码(function)。 $(document).ready(function(){.... }) 这个函数是用来取代页面中的window.onload; ...
分类:
Web程序 时间:
2020-06-15 20:52:25
阅读次数:
86
新建脚本,并命名为welcome.sh,将如下内容写入脚本中。#!/bin/bashchmod ugo+x welcome.shcd ~sudo apt-get updatesudo apt-get install cowsaysudo apt-get install fortunegit clon ...
分类:
系统相关 时间:
2020-06-11 20:03:56
阅读次数:
118
MVC Filters demo Controll:AuthFiltersController action Welcome添加了系统自带的过滤器Authorize public class AuthFiltersController : Controller { // // GET: /AuthF ...
分类:
Web程序 时间:
2020-06-11 13:43:46
阅读次数:
65