logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

error: Your local changes to the following files would be overwritten by merge

场景:假如你没有git pull就直接开始改代码了,但是github上的代码发生了变动,当你提交的时候就会出现这中错误解决:git stash//暂存当前正在进行的工作。git pull origin master//拉取服务器的代码git stash pop//合并暂存的代码...

#python
关于centos的笔记2

查看Python版本:python -V查看Python可执行文件的位置:which pythoncentos重启网卡:service network restart 

mysql删除指定一条记录

delete from tablename where id=1

xcode-select: note: no developer tools were found at ‘/Applications/Xcode.app‘, requesting install.

xcode-select: note: no developer tools were found at '/Applications/Xcode.app', requesting install. Choose an option in the dialog to download the command line developer tools.打开https://developer.appl

Ubuntu和本机之间复制粘贴

本机的内容想要复制到虚拟机中,虚拟机中的内容想要复制的本机中,不能相互复制粘贴让我们头疼。参考了网上的经验,大致有2中方式。方式1:直接输入命令解决,快准狠,sudo apt-get autoremove open-vm-toolssudo apt-get install open-vm-tools-desktop方式2:安装软件,点击菜单中虚拟机,选择安装VMware tools;在个人主目录,

#ubuntu
暂无文章信息