Bash,Unix shell的一種,在1987年由布萊恩·福克斯為了GNU計劃而编写。1989年釋出第一個正式版本,原先是計劃用在GNU作業系統上,但能运行于大多数类Unix系统的操作系统之上,包括Linux與Mac OS X v10.4都將它作為預設shell。它也被移植到Microsoft Windows上的Cygwin與MinGW,或是可以在MS-DOS上使用的DJGPP專案。在Novel
分类:
其他好文 时间:
2018-08-04 12:02:05
阅读次数:
154
首先我们需要按照好intellij idea 如果没有安装好,这里有下载按照教程:https://www.cnblogs.com/weibanggang/p/9395702.html 首先我们创建一个jsp:File->New->Probect 记得勾选Web Application 创建一个名字为 ...
分类:
Web程序 时间:
2018-07-31 23:45:40
阅读次数:
393
CLOSE_WAIT, signal, sigaction,errno = 104, write, RST ...
分类:
其他好文 时间:
2018-07-22 19:26:13
阅读次数:
221
traceroute我们可以知道信息从你的计算机到互联网另一端的主机是走的什么路径。当然每次数据包由某一同样的出发点(source)到达某一同样的目的地(destination)走的路径可能会不一样,但基本上来说大部分时候所走的路由是相同的。 常见命令参数Options: -4 Use IPv4 -... ...
分类:
系统相关 时间:
2018-07-14 14:56:19
阅读次数:
239
with the following contents: Regenerate the kernel initramfs: and finally: reboot ...
分类:
其他好文 时间:
2018-07-11 14:59:45
阅读次数:
165
PFring性能优化和网卡参数修改 1、关闭网卡多余功能,提高网卡性能关闭网卡多余功能。增加网卡性能。vi /etc/rc.local [root@probe ~]# ethtool -K eth1 tso off gro off lro off gso off rx off tx off sg o ...
分类:
其他好文 时间:
2018-07-10 13:40:38
阅读次数:
1013
1、zepto 2、iscroll.js 3、scroll-probe.js 完整代码:https://github.com/dirkhe1051931999/writeBlog/tree/master/iscroll iscroll: https://github.com/cubiq/iscrol ...
分类:
其他好文 时间:
2018-07-08 20:13:43
阅读次数:
195
Reflection Probe 反射探头能够将场景中的光线更好的反射出来。需要反射哪个对象身上的光线,就把该对象设置为 Reflection Probe Static . 灯光探头组(Light Probe Group)提高环境光的反射效果。 参数介绍: Type : 烘焙类型 Runtime s ...
分类:
其他好文 时间:
2018-07-04 22:47:31
阅读次数:
139
对于Spark来说,有3种Join的实现方式 Broadcast Hash Join Shuffle Hash Join Sort Merge Join Broadcast Hash Join和Shuffle Hash Join都是hash-join 区别只在于先广播还是先shuffle. Sort ...
分类:
其他好文 时间:
2018-07-03 00:58:36
阅读次数:
292