会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
xiluhua
I love this country. If a time limit has to be added to this love, I wish it is a decade.
to github ...
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
5
6
7
8
9
10
11
12
13
···
21
下一页
2019年4月29日
LVS & NGINX
摘要: LVS NGINX
阅读全文
posted @ 2019-04-29 20:34 xiluhua
阅读(122)
评论(0)
推荐(0)
编辑
浮点数精度问题
摘要: 浮点数精度问题:
阅读全文
posted @ 2019-04-29 15:00 xiluhua
阅读(181)
评论(0)
推荐(0)
编辑
2019年4月22日
pgrep
摘要: 优势:可以只显示进程号 pgrep -l
阅读全文
posted @ 2019-04-22 23:22 xiluhua
阅读(143)
评论(0)
推荐(0)
编辑
莫名奇妙虚拟机 ip addr 不显示 ip 地址,连不上网络
摘要: CentOS7 Failed to start LSB: Bring up/down networking. 说是mac地址不对。其实,本人并没有配置mac,按理说用的默认的。之前一直是可以正常工作的。为解决问题,也尝试配了一下。 随后使用以下命令解决的。也不知道什么原因,其实。 试一下: syst
阅读全文
posted @ 2019-04-22 22:26 xiluhua
阅读(1514)
评论(0)
推荐(0)
编辑
《linux 必读》
摘要: 1. linux 内核设计与实现 2. 深入理解 linux 内核 下载地址: http://vault.centos.org/
阅读全文
posted @ 2019-04-22 21:39 xiluhua
阅读(311)
评论(0)
推荐(0)
编辑
2019年4月17日
ldd ldconfig
摘要: ldd ldconfig
阅读全文
posted @ 2019-04-17 23:32 xiluhua
阅读(188)
评论(0)
推荐(0)
编辑
2019年4月13日
rpm 数据库
摘要: rpm 数据库
阅读全文
posted @ 2019-04-13 16:15 xiluhua
阅读(616)
评论(0)
推荐(0)
编辑
2019年4月11日
/bin, /sbin & /usr/bin, /usr/sbin & /usr/local/bin, /usr/local/sbin & glibc
摘要: 操作系统为自身完成启动所需要的 系统基本管理所需要的 第三方的 核心库 glibc - 几乎所有程序都需要的 软件包的组成部分 1. 二进制文件 2.库文件 3. 配置文件 4. 帮助文件 -- 手册 -- README (/usr/share/doc) -- INSTALL (/usr/share
阅读全文
posted @ 2019-04-11 20:54 xiluhua
阅读(281)
评论(0)
推荐(0)
编辑
POSIX
摘要: API: POSIX (编译前的源代码) ABI: APPLICATION BINARY INTERFACE (编译后的二进制文件,linux & windows不兼容) POSIX表示可移植操作系统接口(Portable Operating System Interface of UNIX,缩写为
阅读全文
posted @ 2019-04-11 20:39 xiluhua
阅读(1205)
评论(0)
推荐(0)
编辑
windows 共享文件
摘要:
阅读全文
posted @ 2019-04-11 12:04 xiluhua
阅读(89)
评论(0)
推荐(0)
编辑
CentOS 下载地址
摘要: http://vault.centos.org
阅读全文
posted @ 2019-04-11 11:25 xiluhua
阅读(219)
评论(0)
推荐(0)
编辑
2019年4月10日
insert into TABLE by SELECT ...
摘要: insert into isp_rmi3 ( select r.id, r.blue_id, r.sell_channel,NULL, r.interface_id, NULL, NULL, r.url, ...
阅读全文
posted @ 2019-04-10 19:28 xiluhua
阅读(684)
评论(0)
推荐(0)
编辑
2019年4月7日
httpd 处理模型
摘要: prefork worker event
阅读全文
posted @ 2019-04-07 21:58 xiluhua
阅读(165)
评论(0)
推荐(0)
编辑
2019年4月5日
http 状态码
摘要: 1xx 2xx 3xx 4xx 5xx
阅读全文
posted @ 2019-04-05 16:56 xiluhua
阅读(171)
评论(0)
推荐(0)
编辑
IP地址 0.0.0.0 是什么意思?
摘要: IP地址0.0.0.0是什么意思?
阅读全文
posted @ 2019-04-05 08:52 xiluhua
阅读(13416)
评论(0)
推荐(3)
编辑
2019年4月2日
TTL
摘要: TTL
阅读全文
posted @ 2019-04-02 23:00 xiluhua
阅读(156)
评论(0)
推荐(0)
编辑
socket 套接字
摘要: socket 套接字
阅读全文
posted @ 2019-04-02 22:45 xiluhua
阅读(125)
评论(0)
推荐(0)
编辑
mac & ip
摘要: mac ip
阅读全文
posted @ 2019-04-02 22:37 xiluhua
阅读(144)
评论(0)
推荐(0)
编辑
2019年3月24日
DNS 本质
摘要: DNS 本质:
阅读全文
posted @ 2019-03-24 22:16 xiluhua
阅读(167)
评论(0)
推荐(0)
编辑
2019年3月17日
linux 扩展文件系统
摘要: 1. 创建新分区 2. partprobe 3. 创建 pv 4. 将 pv 添加到 vg 5. 扩展 lv 6. 扩展文件系统的逻辑边界
阅读全文
posted @ 2019-03-17 23:26 xiluhua
阅读(2446)
评论(0)
推荐(0)
编辑
文件系统类型
摘要: Linux 1、Linux:存在几十个文件系统类型:ext2,ext3,ext4,xfs,brtfs,zfs(man 5 fs可以取得全部文件系统的介绍) 不同文件系统采用不同的方法来管理磁盘空间,各有优劣;文件系统是具体到分区的,所以格式化针对的是分区,分区格式化是指采用指定的文件系统类型对分区空
阅读全文
posted @ 2019-03-17 17:09 xiluhua
阅读(2131)
评论(0)
推荐(0)
编辑
2019年3月16日
任务栏-添加我的电脑
摘要: 1. 新建一个快捷方式:在桌面右击->新建->快捷方式 2. 然后输入%SystemRoot%\explorer.exe /E,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}点击下一步 3. 随意键入个名字如:我的电脑,点击完成 4. 桌面上已经有一个快捷方式了,不过图标并不是我们需要的,鼠标右键——属性,选择改变图标 5.键入%SystemRoot...
阅读全文
posted @ 2019-03-16 13:04 xiluhua
阅读(463)
评论(0)
推荐(0)
编辑
任务栏-添加快速桌面
摘要: https://zhidao.baidu.com/question/267103528157251685.html
阅读全文
posted @ 2019-03-16 12:26 xiluhua
阅读(321)
评论(0)
推荐(0)
编辑
2019年3月11日
CentOS-7.3 设置静态 ip
摘要: 1. VMnet8 必须设置固定 ip,否则会发生:虚拟机可以访问主机和外网,但是主机 windows 却访问不了虚拟机 2. 虚拟网络编辑器设置网关 IP(G): 必须与 VMnet8 的 ip 在同一网段,即:告诉虚拟机你的网关是 VMnet8 相关命令:
阅读全文
posted @ 2019-03-11 00:20 xiluhua
阅读(347)
评论(0)
推荐(0)
编辑
2019年3月10日
rpm
摘要: 源程序包命名 version 举例 我们要把源程序打包成 rpm 格式的。一般而言,rpm 也有两种格式的,源程序的 rpm 包和二进制的 rpm 包。如果不加说明,一般 rpm 文件指的是二进制的 rpm 包。 rpm 程序包命名 version 举例 rpm 查看安装包 查看软件包中的文件列表,
阅读全文
posted @ 2019-03-10 16:38 xiluhua
阅读(483)
评论(0)
推荐(0)
编辑
linux 运行级别 & 虚拟控制台
摘要: 7 个运行级别 6 个虚拟控制台
阅读全文
posted @ 2019-03-10 00:13 xiluhua
阅读(440)
评论(0)
推荐(0)
编辑
2019年3月1日
RestTemplate
摘要: RestTemplate restTemplate = new RestTemplate(); restTemplate.getMessageConverters().add(new FastJsonHttpMessageConverter()); HttpHeaders requestHeader
阅读全文
posted @ 2019-03-01 19:26 xiluhua
阅读(196)
评论(0)
推荐(0)
编辑
2019年2月23日
Spring Cloud 和 Dubbo 比较
摘要: Spring Cloud 和 Dubbo 比较
阅读全文
posted @ 2019-02-23 11:25 xiluhua
阅读(135)
评论(0)
推荐(0)
编辑
2019年2月17日
Spring Boot 2.x中的management.security.enabled=false无效问题
摘要: look:
阅读全文
posted @ 2019-02-17 22:36 xiluhua
阅读(3873)
评论(0)
推荐(0)
编辑
2019年2月13日
ftp 上传和下载
摘要: ftp 下载 ftp 上传
阅读全文
posted @ 2019-02-13 11:05 xiluhua
阅读(542)
评论(0)
推荐(0)
编辑
2019年2月5日
spring-boot 2.1.2.RELEASE bug
摘要: 不打印映射地址日志: 改用 2.0.5 RELEASE 即可
阅读全文
posted @ 2019-02-05 11:35 xiluhua
阅读(539)
评论(0)
推荐(0)
编辑
2019年2月1日
STS4 add spring bean configuration file
摘要: 转自:https://blog.csdn.net/asc_123456/article/details/83216577
阅读全文
posted @ 2019-02-01 11:43 xiluhua
阅读(1592)
评论(0)
推荐(0)
编辑
2019年1月23日
redis 分页
摘要: redis 分页
阅读全文
posted @ 2019-01-23 22:00 xiluhua
阅读(182)
评论(0)
推荐(0)
编辑
Cannot locate BeanDefinitionParser for element [scoped-proxy]
摘要: 指定使用 CGLIB 而不使用 JDK 生成代理对象:注意:此两个标签必须同时出现,不然会报:Cannot locate BeanDefinitionParser for element [scoped-proxy]
阅读全文
posted @ 2019-01-23 20:47 xiluhua
阅读(1314)
评论(0)
推荐(0)
编辑
2019年1月21日
分页
摘要: DEMO1: DEMO2:
阅读全文
posted @ 2019-01-21 11:14 xiluhua
阅读(132)
评论(0)
推荐(0)
编辑
hibernate 集合查询
摘要: hibernate 集合查询:
阅读全文
posted @ 2019-01-21 10:07 xiluhua
阅读(546)
评论(0)
推荐(0)
编辑
2019年1月16日
springmvc <mvc:default-servlet-handler/> & <mvc:annotation-driven>
摘要: 1. mvc 标签内部加载的基础类: 1). <mvc:view-controller> 2). <mvc:default-servlet-handler/> 3). <mvc:annotation-driven> 2. 运行截图:
阅读全文
posted @ 2019-01-16 09:20 xiluhua
阅读(312)
评论(0)
推荐(0)
编辑
2019年1月6日
An owner of this repository has limited the ability to open a pull request to users that are collaborators on this repository.
摘要: git 无法发起:pull request,提示:An owner of this repository has limited the ability to open a pull request to users that are collaborators on this repository
阅读全文
posted @ 2019-01-06 10:33 xiluhua
阅读(802)
评论(0)
推荐(0)
编辑
2019年1月5日
git 本地提交代码到 github 远程库,没有弹框 github login
摘要: git 本地提交代码到 github 远程库,没有弹框 github login: 原因: win10 有个凭据管理器,给保存了历史登陆用户名密码,导致无法切换用户。 解决办法: 删除历史登陆用户名密码。
阅读全文
posted @ 2019-01-05 19:11 xiluhua
阅读(724)
评论(0)
推荐(0)
编辑
2019年1月3日
小鸡饲料任务,线下扫码付款收饲料地址
摘要: 小鸡饲料任务,线下扫码付款收饲料地址。蚂蚁养鸡线下扫码付款 0.01元,收 180 克饲料:(良心地址,欢迎收藏)
阅读全文
posted @ 2019-01-03 20:50 xiluhua
阅读(699)
评论(0)
推荐(0)
编辑
上一页
1
···
5
6
7
8
9
10
11
12
13
···
21
下一页
公告