由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 这个题怎么答?
相关主题
面试数据结构一题Two problems from Google
面试题:GetNumber and ReleaseNumber面完G的电面了,忐忑
最近面的两道题,求解答zynga, linkedin, epic, two sigma, facebook面经
fb电面面经hasNext的迭代器题怎么做?
新鲜RocketFuels电面iterator 实现 如何 peek(),pop()?
An op questionImplement peek() and pop() from java iterator(). 这道题应该是这样子问的。。
请教一道题G家 onsite 面经
IT Interview Questions问一道题(6)
相关话题的讨论汇总
话题: logs话题: process话题: file话题: out话题: supposed
进入JobHunting版参与讨论
1 (共1页)
g********l
发帖数: 68
1
一个running process, which is supposed to write logs to a file. But
there're no logs in the file. How can I figure out what's going on in the
process
谢谢
z***9
发帖数: 696
2
if no errors occurs, the logs are in the I/O buffer and have not yet flushed
out?
h****u
发帖数: 277
3
gdb进process peek 下,看伊在干什么。
没有gdb,就看下进程状态,睡觉呢,run呢,还是等I/O.
再到/proc/processID里看看文件是不是打开了,还是写到别的文件里去了。
1 (共1页)
进入JobHunting版参与讨论
相关主题
问一道题(6)新鲜RocketFuels电面
新鲜G面经An op question
求推荐准备面试的书籍,发G 电面面经请教一道题
请教 Iterator 一题IT Interview Questions
面试数据结构一题Two problems from Google
面试题:GetNumber and ReleaseNumber面完G的电面了,忐忑
最近面的两道题,求解答zynga, linkedin, epic, two sigma, facebook面经
fb电面面经hasNext的迭代器题怎么做?
相关话题的讨论汇总
话题: logs话题: process话题: file话题: out话题: supposed