由买买提看人间百态

topics

全部话题 - 话题: pipes
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
n*****n
发帖数: 1634
1
比如pipes, 针对的用户就是熟练网络,但不会或不想编程的人使用的。用户面也是比
较小的
ifttt用户面很广,也容易使用。但是如果加入更复杂的信息处理功能,一般用户也玩
不转了,
所以这里就是个折衷,我设想的方案是对于类似pipes水平的用户,可以搭建一些应用
,供自己使用,或者分享给别人; 对于普通大众,可以应用这些应用。
l**********r
发帖数: 4612
2
【 以下文字转载自 Living 讨论区 】
发信人: linuxbeginer (linux), 信区: Living
标 题: 电工 | 主panel 地线不接water pipe 可以吗
发信站: BBS 未名空间站 (Tue Jan 29 00:18:35 2013, 美东)
好像一般的code 要求通过water pipe 来做grounding 。如果不接水管怎么ground ?
直接插地下?如果这么做有没有什么risk
p****d
发帖数: 2183
3
来自主题: Java版 - pipe & filter 问题
这就不是pipe and filter了把
Colloections做的sort已经是batch sequential的概念了, 它等所有都读完了才处理的
正常pipe & filter是处理一行就输出一行的吧
我看Unix下的sort进程好像也是和前面的管道进程同步运行的啊...
咋搞的
w*r
发帖数: 2421
4
some existing utilities works on files/named pipes. I want to use it.
Physical file is too slow, named pipe is perfect to feed data from one
process to another in a fast efficient way.
s********g
发帖数: 13
5
来自主题: Programming版 - A question related to pipe
I guess i don't understand why pipe does not behave like stdout,
for stdout, the buffer is flushed either when the buffer is full or it
sees a '\n'. Pipe will not be flushed even P1 puts a '\n' at the end of
each line.
c****e
发帖数: 3522
6
来自主题: Programming版 - 不会写pipe大虾帮帮忙吧...
比如
我要ls : file.gz
就是先ls,然后把输出用gzip 压缩到file.gz
c 怎么弄呢??
fd = pipe();
pid=fork()
if (pid ==0)
close(fd[0])
这样两个就是fd[]是file descriptor么?
怎么把ls的结果弄到pipe里面?
else if(pid==1)
close(fd[1])
怎么excevp()来执行excevp阿?
大虾救命~
X****r
发帖数: 3557
7
First, popen creates a new process, not just a new thread.
Second, delay exiting of the child process that reads from
the pipe just masks the underlying problem. What do you do
with these extra data you read in after you're supposed to
exit? If you're going to ignore them, then the parent process
that writes to the pipe should just ignore SIGPIPE and handle
the error in fwrite/fprintf/etc. properly.
s****e
发帖数: 36
8
【 以下文字转载自 Programming 讨论区 】
【 原文由 Scheme 所发表 】
I believe that pipe is the single most powerful idea in UNIX..
but how does the pipe implemented????
thanks a lot!
f******k
发帖数: 26
9
int main(void)
{
int pid1,pid2,p1[2];
int p2[2];
int p3[2];int status;
pipe(p1);
pipe(p2);
if (fork() == 0) {
if((fork())==0) {
close(p1[0]);
dup2(p1[1],1);
close(p1[1]);
execlp("who","who",(char *)0);
}
else
{
if ((fork())==0){
close(p1[1]);
dup2(p1[0],0);
close(p1[0]);
close(p2[0]);
dup2(p2[1],1);
close(p2[1]);
execlp("sort","sort",(
c***e
发帖数: 542
10
【 以下文字转载自 Programming 讨论区 】
发信人: cycle (wolfpack), 信区: Programming
标 题: Solaris CC compiler 如何从pipe读取文件,而不是从硬盘?
发信站: BBS 未名空间站 (Thu Jan 28 14:14:53 2010, 美东)
程序需要在runtime生成C code, 但是不能在
硬盘上建立C文件,需要直接将code用某种方法
送给Solaris CC compiler 编译,请问如何让
compiler从pipe或者file stream 读取文件呢?
j**********i
发帖数: 126
11
来自主题: ME版 - Piping Engineer
我的理解,Piping Engineer是从下列专业派生出来的
Machanical Engineering
Petro Engineering
Chemical Engineering
Civil Engineering
对不对?有没有专门培养Piping Engineer的大学?
h**********n
发帖数: 2237
12
小 piping 超级超级可爱。和土兔的感觉是一样一样滴。大赞开发新品种。那个海滩?

piping
c*******5
发帖数: 2578
13
我的Nissan Sentra 这几天加速上不去,踩油门声音比较大。去shop看了一下,说是
Flex Pipe锈的有裂纹了,但是我的Flex Pipe和 catalytic converter连在一起,需要
一起换。他家开价要900,光是零件就要我750刀。我去了另一家店,要一千多。
然后我在autozone看了一下,零件在autozone只卖219刀。请问他家的东西怎么样。这
样的活在外面找店干,需要多少小时呢?谢谢
s*****8
发帖数: 606
14
到网上买flex pipe,应该不用100刀。尺寸必须选对了。找个公道点的修车行让他们把
旧的pipe切掉再焊上新的,labor应该也就100+。
w*******y
发帖数: 60932
15
New Skullcandy Pipe - Speaker Dock for iPhone, iPod, & MP3 Players in 4
different Colors for just $35 + free shipping on ebay
Link:
http://cgi.ebay.com/Skullcandy-Pipe---IPod--MP3-Dock---4-Colors
i***a
发帖数: 4718
16
来自主题: Military版 - Is Turkmenistan's gas line a pipe dream?
http://www.bbc.com/news/world-asia-32981469
For many, the Turkmenistan-Afghanistan-Pakistan-India (Tapi) gas pipeline is
nothing but a pipe dream.
Its starting point is in Turkmenistan, one of the most isolated and closed-
for-business states in the world, before it goes through war-torn
Afghanistan and then reaches two countries that are hard to describe as
partners - Pakistan and India.
However, Turkmenistan insists that the pipeline's construction will start by
the end of 2015. The visit in M... 阅读全帖
f******t
发帖数: 19544
17
来自主题: Military版 - 黎叔呢?Are you cleaning your pipes?
你想要的,总结如下:
Clean the pipes,
Choke the chicken,
Spank the monkey,
Flog the dolphine
Jack off,
Whack off,
Jerk off.
L****8
发帖数: 3938
18
https://stackoverflow.com/questions/10872557/how-slow-are-tcp-sockets-
compared-to-named-pipes-on-windows-for-localhost-ipc
h***1
发帖数: 2263
19
等会左B叉长们会出来说:主要是pipe, 不是bomb . 说bomb 的都是造谣。
f*****y
发帖数: 6
20
来自主题: Automobile版 - how much cost if fix front flex pipe leaking
How much generally cost if fix the leaking in front flex pipe? The car has
exhausive sound when driving, the carshop said if keeping driving 1 or 2
months that is fine. but suggest to fix it and ask for $315. Does the price
sounds reasonable?
t*********g
发帖数: 114
21
来自主题: Automobile版 - 自己能换Front Pipe吗?
1996年的Nissan Sentra GLX
修车铺说我车的Front Pipe漏了个洞,需要300刀换一段。
不晓得这个价格是否合理。能自己换吗?或者有办法补上吗?
谢谢
i******t
发帖数: 11048
22
来自主题: Automobile版 - 换个flex pipe多少钱
现在开车声音跟赛车一样
有没有已经找shop换过的
150块够了吧。我自己带pipe
A********1
发帖数: 1268
23
flex pipe有个小洞, 一修车行报价快1000刀了。 其实就是换一个20块的部件。 准备
买了部件找人换或者自己换。 向大家求经验。
c*y
发帖数: 235
24
来自主题: Automobile版 - Exhause pipe 生锈有问题吗?
98年civic,exhaust middle pipe,就是排气管中间那部分生锈很明显,这是常见的问
题吗?
n******e
发帖数: 485
25
兄弟握个手,我也经历过这个,GM 3800II的发动机过热毛病,当时把整个intake
manifold,还有什么lower manifold的gasket都换了,花了3x个钟头把发动机拆的一片
一片的。那个pipe elbow就是一次性的, 烂在里面了,弄下来肯定就要换新的。哎,
学生不容易啊~~~
n********e
发帖数: 1655
26
来自主题: Automobile版 - exhaust pipe松了,怎么办
今天发现exhaust pipe可以活动,就是没有固定住。观察了一下,似乎是muffler本该
跟一个钢条焊接在一起的(钢条通过两个橡胶块固定在车身上),但现在脱焊了。请问
这样的情况下,该怎么办?是否可以找人再焊一下?我发现钢条已经满是锈迹了。
这样的工作量有多大?估计多少钱?
t**X
发帖数: 35
27
如题,什么材料可以在不拆缷exhaust pipes的前提下把缝隙堵上?有没有特殊的泥或
类似的东西?可以耐高温,临时性的封堵办法?
小弟在此先谢过各位了
c*******g
发帖数: 695
28
2000年的Accord
brake fluid pipe锈坏了
需要全部换
今天在家门口的车行问了个价钱
说换这个很费时间
part $20,labor啥加下来要$325
请问这个价格是不是贵了
如果讲价大概还价多少比较合适?
我在mid west地区
谢谢
s******t
发帖数: 1956
29
10年的车,flex pipe有点漏,启动后,较吵。去车行,换了个新的,结果噪音更大了
,特别是加速的时候。
特点是,刚启动时,不太吵,开了1,2 麦之后,噪声上来了,一加速就roaring, 而且
不是很连续的噪音。油门处感到较强的震动感。
有经验的朋友能不能帮诊断一下?
q**j
发帖数: 10612
30
是否一个就够了,多出来的都是装饰用?另外很多车都是一个细细的pipe,外面再套一
个粗点的钢桶。为什么不直接做个粗的?
c*****l
发帖数: 312
31
TOYOTA FLEX PIPE跟cat converter是连在一起的。所以贵。但四五百应该查不多。找
个可靠的修车铺问问。
R******0
发帖数: 307
32
谢谢!午饭包奉上
考古了本版,有人说买新的非原装PIPE,在北方下雪气候里,一两年就锈坏,说是used
原装的更耐用,是吗
b*****g
发帖数: 2727
33
来自主题: Automobile版 - 清理EGR valve 和 pipe
中了个P0401 insufficient EGR flow,准备先清清积炭看看。请问是把EGR VALVE拆掉
往下面连着的exhaust pipe喷点炭清洁剂就好呢,还是要把那个管子也拆下清理?谢谢
b**********1
发帖数: 410
34
【 以下文字转载自 Auto_Repair_DIY 俱乐部 】
发信人: billwang0101 (bill), 信区: Auto_Repair_DIY
标 题: Exhaust pipe绣的太狠,拆不下来
发信站: BBS 未名空间站 (Thu Aug 14 22:11:53 2014, 美东)
最近在换catalytic converter。
好不容易把bolts全部拆开了,结果发现跟resonator对接的那头绣的太厉害,纹丝不动。
上了锤子和wd40,没用。
版上的大佬们有办法吗。。火攻的条件是没有。
锯下来不知道可不可以。
要不我还是把车拖到修车铺弄。
还有一个选择是索性把resonator,mufler也换了。简直是越修越上瘾。
f***x
发帖数: 1524
35
来自主题: Automobile版 - 怎么换exhaust pipe便宜?
exhaust pipe生锈了,过不了state inspection.
thanks.
h******k
发帖数: 15372
36
flex exhaust pipe如果外面的钢丝编制网断裂了是不是里面的波纹管就肯定坏了,必
须更换了?
h******h
发帖数: 1257
37
不用幻想 拧不动是常态,flex pipe找local的muffler shop换,一切一焊150左右
L********r
发帖数: 121
38
赞一下 'heat heat heat'
我的土办法是去HomeDepot买块铁皮,几个clamp,把flex pipe包上...
a***s
发帖数: 130
39
请教:排气管前端 (flex pipe) 漏气会导致排烟检查 (smog check) 通不过吗?
a***s
发帖数: 130
40
Smog Check 的结果是NO(PPM)569,超过上限511,是flex pipe漏气导致的吗?
a***s
发帖数: 130
41
是不是换了flex pipe, smog check就能通过了?
f**j
发帖数: 32
42
差不多10个月前向Int. J. Pres. Vess. &. Piping投了一篇文章。状态一直是with
editor。期间两次写信给编辑询问文章具体状态,是否under review。但均无答复。
请问这种情况该怎么办?继续等,还是该撤稿吗?
l*****l
发帖数: 25
43
来自主题: Living版 - That part of the garden hose pipe
connecting faucet to stick out vinyl siding must be below zero in cold
winter. Will it be frozen to burst? It is not easy to drain the water inside
even there is a shut-off knob for that pipe in basement. Any treatment
needed or just let it be. Thanks for any advice.
s*******s
发帖数: 1031
44
第一次买房子,发现自己啥都不懂,更要命的是自己没有agent.
今天发现要买的房子是PB(Polybutylene) Pipe的,
Inspector 警告说必须全部换掉,现在的管子太老了,会马上坏掉。
这是个1152sqft的小condo,大家有经验最少多少钱可以更换掉吗?
准备跟卖家讨价还价了。
另外检查房子发现了白蚁,在考虑不要这个房子了。
谢谢指教!!
M******9
发帖数: 218
45
Pipe filled with dust, it's ugly,
Is there any service or I can rent some tool to remove it?
s****g
发帖数: 1795
46
抽油烟机的pipe用dryer那种行么?就是那种能自由伸缩、拐弯那种铝箔的。有啥缺点?
b*****r
发帖数: 16
47
来自主题: Living版 - water pipe burst?
I forgot to close the attic before my vacation. I live in NJ and the ourside
temperature is from 15F to 35F in these days. I set up the room temperature
at 55F. Do you think the temperature of some of my rooms may go below zero
at night leading to water pipe burst?
Thanks in advance
C*******d
发帖数: 15836
48
来自主题: Living版 - water pipe burst?
Very unlikely unless some of your room is extremely leaky or are very much
insulated from the other rooms. If you are not sure, just shut off the main
water valve and release the water in the pipes and toilets as much as
possible.
a****a
发帖数: 247
49
来自主题: Living版 - 关于 Fumigation 和 Replace pipe
先祝大家春节快乐!
南加第一次买房,看了一个20年的townhouse,在描述里写了"Fumigated one year ago
by HOA" 和 "All new copper pipe throughout"。想请教一下各位达人们,
1. 什么情况下才需要做Fumigation, 也就是说Fumigation是属于正常的维护范围,
还是说发现了白蚁/害虫的补救呢? 一般多久做一次?
2. 一般的管道寿命是多少年,什么情况下需要更换?铜管道应该比PVC管道好,是吗?
谢谢!
s****m
发帖数: 229
50
看了看 youtube, 这个jig saw 真是个好东西啊。买了把一把
Reciprocating saw, 一把circular saw. 这个活jig saw 可以代替
reciprocating saw,而且精确多了。
这种小空间,PVC pipe 用什么cut呢?

saw
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)