会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Fork me on GitHub
youxiu326
博客园
首页
新随笔
联系
管理
上一页
1
2
3
4
5
6
7
8
下一页
2019年2月24日
[Errno 14] curl#6 - "Could not resolve host: mirrors.cloud.aliyuncs.com; Name or service not known"
摘要: 修改/etc/resolv.conf文件[root@lihui ~]# vi /etc/resolv.confnameserver 8.8.8.8nameserver 114.114.114.114重启[root@lihui ~]# service network r...
阅读全文
posted @ 2019-02-24 12:50 youxiu326
阅读(3422)
评论(0)
推荐(1)
2019年2月22日
分享一波dubbo mybatis plus百度云链接
摘要: https://pan.baidu.com/s/1VtfoVJwan-XPvmQfBIKMhA
阅读全文
posted @ 2019-02-22 16:40 youxiu326
阅读(697)
评论(0)
推荐(0)
2019年2月20日
博客园-hello world
摘要: 第一篇博客园文章 hello world
阅读全文
posted @ 2019-02-20 18:02 youxiu326
阅读(159)
评论(1)
推荐(0)
2019年1月28日
wx-sdk 打包安装到本地maven仓库
摘要: 下载官方sdk项目,导入idea 给WXPayConfig.java 中抽象方法加上public修饰符 进行 mav install ,在target 目录下找到wxpay-sdk-**.jar cmd 目录下执行 参数说明
阅读全文
posted @ 2019-01-28 11:10 youxiu326
阅读(2454)
评论(0)
推荐(1)
2018年12月23日
WARNING: bridge-nf-call-iptables is disabled解决
摘要: 参考 https://yq.aliyun.com/articles/278801亲测有用
阅读全文
posted @ 2018-12-23 09:14 youxiu326
阅读(544)
评论(0)
推荐(0)
2018年12月18日
SpringDataJpa备忘录
摘要: 单向多对一关系//产品类型 一的一方@Entitypublic class ProductDir { @Id @GeneratedValue private Long id; private String name;}//产品,多方@Entit...
阅读全文
posted @ 2018-12-18 16:25 youxiu326
阅读(105)
评论(0)
推荐(0)
yum下载安装mysql服务
摘要: 1.下载mysql源码wget http://dev.mysql.com/get/mysql57-community-release-el7-8.noarch.rpm 2.安装mysql源yum localinstall mysql57-community-relea...
阅读全文
posted @ 2018-12-18 16:23 youxiu326
阅读(220)
评论(0)
推荐(0)
centos下安装配置maven
摘要: 下载maven安装包 解压安装包 删除多余安装包 重命名 配置maven环境 使配置文件生效 查看maven版本 修改setting.xml文件 在当前目录下的 maven-3.3/conf/settings.xml 来自 http://blog.youxiu326.com/view/5
阅读全文
posted @ 2018-12-18 16:19 youxiu326
阅读(5539)
评论(0)
推荐(0)
yum下载安装git服务
摘要: yum install git 安装成功后,配置 用户 邮箱信息 注: youxiu326 github账号名称 youxiu326@163.com github账号对应邮箱 git config --global user.name "youxiu326" git config --global
阅读全文
posted @ 2018-12-18 16:18 youxiu326
阅读(622)
评论(0)
推荐(0)
windows编写sh脚本在linux上不能执行
摘要: 报错:/bin/sh^M:bad interpreter: 编码没有被识别, vi *.sh Esc 输入 :set fileformat 查看文件格式(显示 fileformat=dos) Esc输入 :set fileformat=unix 保存 Esc 输入 :set fileformat 修
阅读全文
posted @ 2018-12-18 16:16 youxiu326
阅读(1764)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
下一页