logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

将本地项目上传到github步骤及填坑

首先你得有.githuab账号.安装git1 初始化cd 到你要上传的文件夹git int2 关联你得Github$ git remote add origin git@github.com:用户名/项目名.git如果报这个错remote origin already exists说明你之前就建立过一次连接,连接已存在解决办法输入$...

#github
mySql中文变问号解决方法(linux)

1执行mysql -uxxx -pxxx,进入mysql2show variables like ‘char%’;看看编码格式3进入/etc/my.cnf,在[mysqld]下加入character-set-server=utf8注意了 是在[mysqld]下加入character-set-server=utf8!!!! 不是default-character-set=utf8...

java发送http请求获取手机验证码

Maven<!--http --><dependency><groupId>org.apache.httpcomponents</groupId><artifactId>httpclient</artifactId><

到底了