自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(10)
  • 问答 (1)
  • 收藏
  • 关注

原创 硬盘权限修改

/etc/fstabuid=1000,gid=1000,umask=022,

2022-03-01 19:58:10 211

原创 debian9.6

修改源cd /etc/aptnano sources.listdeb http://mirrors.ustc.edu.cn/debian stretch main contrib non-free# deb-src http://mirrors.ustc.edu.cn/debian stretch main contrib non-freedeb http://mirrors.ustc.edu.cn/debian stretch-updates main contrib non-free# de

2022-03-01 19:30:17 191

原创 自学

https://github.com/google/tcmalloc

2021-02-25 09:27:28 84

原创 steam linux必备debian

libnss

2021-02-20 17:38:57 123

原创 umount: /home: device is busy

/etc/init.d/gdm3 stop关闭图形界面

2021-02-05 20:43:02 109

原创 mysql 5.5.62 安装

mysql根目录/scripts/mysql_install_dbmysql根目录/bin/mysqld --defaults-file=/路径mysql根目录/bin/mysqladmin --defaults-file=/路径 -u root password ‘new-password’mysql根目录/bin/mysql --defaults-file=/路径 -u root -pmy.cnf[mysqld]datadir=/路径/mysql-5.5.62/databasedir=/路

2021-02-05 20:41:25 108

原创 开源微信小程序商城

[link]https://github.com/lipengjun92/platform-wxshop

2020-08-28 14:23:05 331 1

原创 Failed to load ApplicationContext

ERROR [main] - Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6c45ee6e] to prepare test instance [cn.wujunya.test.Test@6b3e12b5]java.lang.IllegalStateException: Fail

2020-07-02 21:43:08 88

原创 Sping纯注解配置

package cn.wujunya.config;import javax.sql.DataSource;import org.springframework.beans.factory.annotation.Value;import org.springframework.context.annotation.Bean;import org.springframework.context.annotation.ComponentScan;import org.springframework

2020-05-28 22:09:01 145

原创 debian 8.2安装nvidia 显卡驱动

1.去nvidia下载相应驱动2.mkdir /home /tmp23.chmod 1777 /home /tmp24.export

2020-04-05 16:29:29 135

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除