首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏全栈程序员必看

    linux sigpipe信号,Linux下SIGPIPE信号及其处理「建议收藏」

    Description Unix supports the principle of piping, which allows processes to send data to other processes A simple example of piping is the following. ps l | head This command, when run on a Unix-like machine

    2.7K20编辑于 2022-09-02
  • 来自专栏HelloGitHub

    国产的开源数据库——GitHub 热点速览 Vol.52

    2.6 设备间数据传输:piping-server 本周 star 增长数:700+ piping-server 可通过纯 HTTP 在每个设备之间无限传输数据。 GitHub 地址→https://github.com/nwtgck/piping-server ?

    93220发布于 2021-05-14
  • 来自专栏企鹅号快讯

    如何在不会导致服务器宕机的情况下,用 PHP 读取大文件

    这样我们可以测量内存的占用情况: // from piping-files-1.php file_put_contents( "piping-files-1.txt",file_get_contents 当为更大的文件时,就捉襟见肘了… 让我们尝试用流(管道)来传送一个文件到另一个: // from piping-files-2.php $handle1=fopen("shakespeare.txt", "r"); $handle2=fopen("piping-files-2.txt","w"); stream_copy_to_stream($handle1,$handle2); fclose($handle1 我们可以参照下边的代码来实现它: // from piping-files-3.php file_put_contents( "piping-files-3.jpeg",file_get_contents /rick.jpg","r" ); $handle2=fopen( "piping-files-4.jpeg","w" ); // ...or write this straight to stdout

    1.7K90发布于 2018-02-08
  • 来自专栏sktj

    python 回归测试脚本

    ############################# Test a directory of Python scripts, passing command-line arguments, piping

    1K20编辑于 2022-05-13
  • 来自专栏Web行业观察

    【英文】Node.js Streams: Everything you need to know //转载

    Just like we can compose powerful linux commands by piping other smaller Linux commands, we can do exactly the magic line that you need to remember: readableSrc.pipe(writableDest) In this simple line, we’re piping In fact, if we’re piping into a duplex stream, we can chain pipe calls just like we do in Linux: readableSrc We’re basically pushing all the data in the stream before piping it to process.stdout. We’re piping a readable stream for that file into the zlib built-in transform stream and then into a

    1.1K10发布于 2019-12-06
  • 来自专栏小詹同学

    不用 pip install,你养我吗?

    pipenv install 你还可以在 install 指定虚拟环境使用的 Python 版本,比如使用 Python 2: pipenv install --two 使用 Python 3.9.1 Piping 你刚看到的库的安装: piping install 查看库的依赖关系: pipenv graph click==7.1.2 requests==2.25.1 - certifi [required: >

    88220发布于 2021-03-29
  • 32.6k star,后悔没有早点知道这个开源工具--shellcheck

    # Using test operators in ((..))[ x ] & [ y ] | [ z ] # Accidental backgrounding and piping

    18810编辑于 2024-08-10
  • 来自专栏颜汐小屋

    kali下的Crunch字典工具配置方法

    If you are piping crunch outputto another program such as john or aircrack please make sure that programcan

    1.1K20编辑于 2023-09-28
  • 来自专栏黄腾霄的博客

    2020-6-8-理解node中的stream的背压机制

    +===================+ x--> Piping

    83210发布于 2020-06-10
  • 来自专栏小狼的世界

    Shell历史

    csh包含了当今shell的绝大多数特性,包括filename wildcarding, piping, here documents, command substitution, variables

    86010发布于 2018-07-25
  • 来自专栏数据库新发现

    Linux上配置Unix ODBC连接Oracle数据库

    . * * -lx set locale to x * * --version version * * * * Notes * * * * isql supports redirection and piping

    6.3K20发布于 2018-09-05
  • 来自专栏剑指工控

    【连载】老曹带你做大神之走进奇妙的工控世界(八)

    每周二,由老曹带领大家一步一步进入到自动化控制系统的奇妙世界;一步一步告诉大家如何从一张P & ID(Piping and Instrumentation diagram)图设计一套PLC控制系统,其中包括

    50040发布于 2021-11-09
  • 来自专栏MySQLBeginner

    XtraBackup 的流式和压缩备份

    For example, compression is achieved by piping the output to a compression utility.

    5.5K30发布于 2019-02-27
  • 来自专栏终身学习者

    JS 函数式概念: 管道 和 组合

    /** * Applies Function piping to an array of async Functions.

    1.8K40编辑于 2023-01-13
  • 来自专栏bigsai

    刷票小程序案例原理剖析(python和java)

    import threading from queue import Queue def loadip():##从代理ip中获取ip 一次若干扩充到queue中 url2 = 'http://piping.mogumiao.com java.util.concurrent.Executors; public class wangyi { //改成你自己的token已经被我改了 static String ipurl="http://piping.mogumiao.com

    3.6K41发布于 2019-09-24
  • 来自专栏快乐阿超

    java反编译class

    ., for piping) -pi<num> - pack imports into one line after <num> imports (default: 3) -pv<num>

    2.4K30编辑于 2022-08-16
  • 来自专栏剑指工控

    工具范本 | 控制系统文档资料交接规范(完)

    P&ID 工艺流程图 Piping & Instrumentation Diagram 管线、仪表工艺流程图 23.

    72230发布于 2021-11-09
  • 来自专栏剑指工控

    【连载】老曹带你做大神之走进奇妙的工控世界(七)

    每周二,由老曹带领大家一步一步进入到自动化控制系统的奇妙世界;一步一步告诉大家如何从一张P & ID(Piping and Instrumentation diagram)图设计一套PLC控制系统,其中包括

    76110发布于 2021-11-09
  • 来自专栏me的随笔

    Linux命令行基础

    . | This is called "Piping", which is the process of redirecting the output of one command to the input

    12.4K30发布于 2019-09-02
  • 来自专栏小王知识分享

    JDK自带javap命令反编译class文件和Jad反编译class文件(推荐使用jad)

    - overwrite output files without confirmation -p - send all output to STDOUT (for piping

    6.7K20编辑于 2022-07-11
领券