按类别查询搜索结果
关于关键词 的检测结果,共 20664
wlbdd | 2017-11-28 14:35:17 | 阅读(280) | 评论(0)
时经常需要远程与本地之间交互文件.而直接用SecureCRTSecureCRT SecureCRT可以使用linux下的zmodem协议来快速的传送文件,使用非常方便.具体步骤:在使用SecureCRT上传下载之前需要给服务器二.SecureCRToptions->session options ->Terminal->Xmodem/Zmodem 下在右栏directory设置上传...【阅读全文】
qunjxxg | 2017-11-15 11:05:01 | 阅读(630) | 评论(0)
HYYLINUX | 2017-11-14 17:12:11 | 阅读(1850) | 评论(0)
#include <unistd.h>#include <sys/stat.h>#include <sys/wait.h>#include <sys/types.h>#include <fcntl.h>#include <stdlib.h>#include <stdio.h>#include <errno.h>#include <string.h>#include <sign...【阅读全文】
钟小江 | 2017-11-14 15:32:51 | 阅读(560) | 评论(0)
最近需要测算软件计算FFT所需要的时间,所收集参考的资料:点击(此处)折叠或打开#include <stdio.h>   #include <stdlib.h> /* 包含标准库头文件 */   #include <sys/time.h>       ...【阅读全文】
程九十 | 2017-11-13 10:32:20 | 阅读(860) | 评论(0)
一个特定的、引入注目的故事已经形成,解释了当下数字货币的现状。用最极端的方式来描述,这个故事是说,现在的加密货币就像是1996年的互联网:不仅仅是新技术,还是一种激进的新型技术,虽然为大多数人所轻视或者忽视,但在过去几年里它们的势力和影响力已经慢慢强化,即将以令人膛目结舌的速度爆发成为一股全球性的...【阅读全文】
程九十 | 2017-11-12 15:51:23 | 阅读(850) | 评论(0)
HYYLINUX | 2017-11-12 14:25:28 | 阅读(5560) | 评论(0)
原文地址:http://blog.csdn.net/li_wen01/article/details/52665505    这里需要特别注意线程资源的回收,因为每次与客户端建立连接,服务端都会创建连个线程,因此我们需要在客户端断开连接时回收线程资源。在这里有两种方式来检测客户端是否已经断开连接。第一:上面server.c服务端使用的,当客户端断开连接...【阅读全文】
程九十 | 2017-11-10 20:13:54 | 阅读(790) | 评论(0)
DianWen119 | 2017-11-10 11:53:02 | 阅读(2210) | 评论(0)
网上那些 替换 \n 为这个那个的。就是做不出真的换行。太low 了。input{  file {     path => "/tmp/1.log"     codec => multiline {        pattern => "^#"        negate => true        what...【阅读全文】
DianWen119 | 2017-11-10 11:22:08 | 阅读(2350) | 评论(0)
网上那些 替换 \n 为这个那个的。就是做不出真的换行。太low 了。input{  file {     path => "/tmp/1.log"     codec => multiline {        pattern => "^#"        negate => true        what...【阅读全文】
HYYLINUX | 2017-11-10 11:07:26 | 阅读(6540) | 评论(0)
Linux系统1、使用上方向键,并回车执行。2、按 !! 并回车执行。3、输入 !-1 并回车执行。4、按 Ctrl+P 并回车执行。【阅读全文】
DianWen119 | 2017-11-10 11:04:37 | 阅读(1540) | 评论(0)
网上那些 替换 \n 为这个那个的。就是做不出真的换行。太low 了。input{  file {     path => "/tmp/1.log"     codec => multiline {        pattern => "^#"        negate => true        what...【阅读全文】
DianWen119 | 2017-11-10 11:02:22 | 阅读(1440) | 评论(0)
网上那些 替换 \n 为这个那个的。就是做不出真的换行。太low 了。input{  file {     path => "/tmp/1.log"     codec => multiline {        pattern => "^#"        negate => true        what...【阅读全文】
51learn | 2017-11-09 14:42:05 | 阅读(3440) | 评论(0)
经常遇到使用Vagrant up 后提示如下:   default: SSH address: 127.0.0.1:2222    default: SSH username: vagrant    default: SSH auth method: private key    default: Warning: Remote connection disconnect. Retrying...    default: Warning: Authentication f...【阅读全文】
dasunwarman | 2017-11-09 14:03:58 | 阅读(4250) | 评论(0)
git apply -v  33ae302.diff 提示 Skipped patch 'custom/mtk/mtk/packages/apps/LiveTV/src/com/mediatek/wwtv/tvcenter/nav/TurnkeyUiMainActivity.java'. 但是目录和文件命名没有改动,怎么打不上去呢 vi   33ae302.diff diff --git a/custom/mtk/mtk/packages/apps/LiveTV/src/com/mediatek/wwtv/tvc...【阅读全文】
yangyefeng820803 | 2017-11-09 11:48:09 | 阅读(1760) | 评论(0)
linux 上传下载文件夹 ncftp【阅读全文】
程九十 | 2017-11-09 11:07:28 | 阅读(890) | 评论(0)
时至今日,Linux操作系统越来越成为主流的桌面操作系统,自从在一年前看到了编程大神王垠写的一篇文章——完全用Linux工作,我决定学习使用Linux操作系统。因Windows在服务器领域的份额越来越低,学习具有安全和高效等特点的Linux操作系统成为了绝对主流。当接触到Linux时,才发现它的使用场景多的数不胜数,小到各种嵌入...【阅读全文】
bellsleep | 2017-11-07 21:03:33 | 阅读(0) | 评论(0)
http://www.matrix67.com/blog/archives/337【阅读全文】
51learn | 2017-11-07 10:06:34 | 阅读(800) | 评论(0)
Vagrant was unable to mount VirtualBox shared folders. This is usuallybecause the filesystem "vboxsf" is not available. This filesystem ismade available via the VirtualBox Guest Additions and kernel module.Please verify that these guest additions are properly installed in theguest. This is not a...【阅读全文】
51learn | 2017-11-07 10:06:30 | 阅读(550) | 评论(0)
Vagrant was unable to mount VirtualBox shared folders. This is usuallybecause the filesystem "vboxsf" is not available. This filesystem ismade available via the VirtualBox Guest Additions and kernel module.Please verify that these guest additions are properly installed in theguest. This is not a...【阅读全文】