Easter79 Easter79
3年前
ssh配置免密码登录
生成公钥命令sshkeygen可在机器上生成公钥和相关文件,等待输入的时候可以直接回车使用默认配置admin@iZ280626x93Z~$sshkeygenGeneratingpublic/privatersakeypair.Enterfileinwhichtosave
Damumu Damumu
2年前
使用webpack配置TS项目
初始化项目准备工作:首先要安装node,node官网:https://nodejs.org/en/全局安装npmnpminstallglobalgulpnpm安装typescriptnpminstallgtypescript开始初始化项目通过执行命令npm
Stella981 Stella981
3年前
Mac002
MacGit安装注意:在安装Git前,可先安装homebrew,应用brew命令安装Git即可。一。Mac安装homebrew参考博客:https://blog.csdn.net/yuexiaxiaoxi27172319/article/details/51279369Homebr
Wesley13 Wesley13
3年前
安装搜狗输入法 sudo pacman
在命令行执行 sogou\qimpanel 可得到如下报错信息:sogou\qimpanel:error whileloading shared libraries:libfcitx\qt.so.0:cannot open shared objectfile:No such file ordirectory可知是缺少了libfc
Stella981 Stella981
3年前
Maven 插件开发入门
一,快速开发你的第一个插件1,创建一个mavenplugin目录,并通过CMD程序从后台进入此目录。2,运行命令:mvnarchetype:createDgroupIdcom.test.mavenDartifactIdmavenhellopluginDarchetypeArtifactIdmavenarch
Stella981 Stella981
3年前
Elasticsearch学习(四):Elasticsearch插件安装
以后需要其他插件时,继续补充一、elasticsearchheadelasticsearchhead是集群管理、数据可视化、增删改查、查询语句可视化工具。直接安装命令:./bin/plugininstallmobz/elasticsearchhead插件包下载:h
Wesley13 Wesley13
3年前
mysql中int、bigint、smallint 和 tinyint的区别与长度
通过创建一张表,来看看mysql中intbigintsmallint和tinyint的区别与长度1、在mysql命令行创建如下表CREATETABLEtest_int_1(int_idintNOTNULL,bigint_idbigintDEFAULTNULL,
Wesley13 Wesley13
3年前
mysql 数据备份和还原
1.使用mysqldump命令备份使用root用户备份test数据库下的person表mysqldumpurootptestpersonD:\backup.sql1.备份多个数据库语法:mysqldumpuusernamepdatabasesdbname2dbname2
Stella981 Stella981
3年前
Linux iptables 设置
编辑/etc/sysconfig/iptables然后运行/sbin/serviceiptablesrestartnetstatanp|grep80|grepLISTEN防火墙规则只有在iptables服务运行的时候才能被激活。要手工启动服务,使用以下命令:/sbin/servic
芝士年糕 芝士年糕
2年前
Linux怎么知道服务是否启动?
这里以nginx为例1、看进程使用ps命令psef|grep服务名或psaux|grep服务名以下界面是服务起来了的效果!image(https://imghelloworld.osscnbeijing.ali