什么是shell,啥是Bash,哈哈分不清楚…
原创 2018-07-12 07:22:00
1864阅读
常听说:shell编程,Bash编程,和Bashshell编程,究竟什么是shell,又何为Bash,两者有什么联系…简单的说,shell是命令解释器,用于解析和执行命令。它对用户屏蔽了操作系统底层(kernel)的复杂性,是两者间的桥梁。Bourneshell是早期Unix系统使用的shell,位于/bin/sh,简称sh,其为shell的具体化。可理解为:shell是一个对象,Bournesh
原创 2021-03-07 17:19:20
295阅读
常听说:shell编程,Bash编程,和Bashshell编程,究竟什么是shell,又何为Bash,两者有什么联系…简单的说,shell是命令解释器,用于解析和执行命令。它对用户屏蔽了操作系统底层(kernel)的复杂性,是两者间的桥梁。Bourneshell是早期Unix系统使用的shell,位于/bin/sh,简称sh,其为shell的具体化。可理解为:shell是一个对象,Bournesh
原创 2021-03-07 17:19:33
249阅读
1 what is spring spring是一个轻量级的容器。 它使用依赖注入技
转载 2017-02-26 11:19:00
440阅读
2评论
我们知道,在程序运行过程中,每个对象(object)都是对应了一块内存,这里的对象不仅仅指的是某个具体类型的实例(instance),也包括类型(type
转载 2007-06-04 03:50:00
95阅读
2评论
对于一个搞技术的人来说,最痛苦的可能就是:发现搞技术没有前途,而且没有兴趣了和信心了,还不得已继续的搞下去。 20130324233620.png(45.80 K) 2013/3/25 13:47:34 常常听到很多的人告诉我:搞技术真的没有前途,还不如XXX的。每次听到这样的言论和看到类似的抱怨的文章,坦白的说,我也不知道怎么说,心里感慨万千。 刚刚搞技术的时候,对很多的大
推荐 原创 2013-03-25 13:50:28
9118阅读
36点赞
31评论
当一条SQL执行较慢,需要分析性能瓶颈,到底慢在哪? 我们一般会使用Explain查看其执行计划,从执行计划中得知这条SQL有没有使用索引?使用了哪个索引? 但是执行计划显示内容不够详细,如果显示用到了某个索引,查询依然很慢,我们就无法得知具体是哪一步比较耗时? 好在MySQL提供一个SQL性能分析工具 — Profile。 当一条SQL执行较慢,需要分析性
转载 2023-12-27 21:11:57
32阅读
cess. It allows peripherals to access
转载 2023-05-04 15:59:12
171阅读
作为一名Linux初学者,在学习中会不断遇到各种各样的问题和疑问。我们都清楚,Linux(Unix)系统需要输入有很多命令,提到命令行,不得不提到两
翻译 2024-04-16 11:39:22
22阅读
What is TPS, what is QPS, and what is the difference.
原创 2022-02-18 10:53:46
1471阅读
3图
Java spring is a framework that used to develop java application. ...
转载 2020-11-24 00:03:00
125阅读
2评论
Objects in C must have exactly one definition, and they may have mutiple external declarations.Definition: occurs in only one place. specifies the type of an object;
sed
转载 2010-11-02 16:53:00
149阅读
2评论
HugePages on Linux: What It Is... and What It Is Not... (文档 ID 361323.1)Purpose Scope Details Introduction Common Misconceptions Regular Pages and HugePages ...
转载 2021-10-25 15:24:04
129阅读
 http://clonezilla.org/     What is Clonezilla?   You're probably familiar with the popular proprietary commercial package Norton Ghost®. The problem with these kind of so
转载 精选 2011-06-01 10:49:14
559阅读
 context is a web application
原创 2013-03-20 23:50:36
807阅读
1点赞
在apache,nginx,lighttpd等web服务器当中,都有一项sendfile相关的配置,在一些网上的资料都有谈到sendfile会提升文件传输性能,那sendfile到底是什么呢?它的原理又是如何呢? 在传统的文件传输里面(read/write方式),在实现上其实是比较复杂的,需要经过多次上下文的切换,我们看一下如下两行代码: read(file, tmp
转载 精选 2014-12-28 11:52:31
431阅读
In database design, a Persistent Object Identifier (POID) is a unique identifier of a record on a table, used as the primary key. Important characteristics of a POID are that it does not carry busi
转载 2012-08-11 00:36:00
137阅读
2评论
转载 2016-10-02 14:54:00
114阅读
2评论
Prelink is a program, totally not the same thing with Linux's ld.so's LD_PRELOAD environment variable. prelink is a program which modifies ELF shared libraries and ELF dynam- ically linked binaries, so that the time which dynamic linker needs for their relocation at startup significantly dec
转载 2011-11-21 14:05:00
221阅读
2评论
Technically, a thread is defined as an independent stream of instructions that can be scheduled to run as such by the operating system. But what does this mean?  To the software developer, the concep
转载 2017-05-02 17:33:00
102阅读
2评论
  • 1
  • 2
  • 3
  • 4
  • 5