1999年4月4日,冯某因持刀抢劫被公安机关依法逮捕。冯某的父亲冯某某为使其儿子逃避法律制裁,找到派出所的民警李某,请李某帮忙想办法如何处理。李某就在笔记本上写了“1985.5.12(公历)”的字样。冯某某将李某写的这张纸条交给了公安局户籍科的郭某。郭某按照纸条上写的时间,重新填写了冯某的户口底卡,把冯某的出生时间由1983年2月7日改为1985年5月12日,1999年4月15日,李某利用其职务之便到公安局看守所会见了冯某,把改小年龄之事告诉了冯某,以便统一口径。对于李某的行为应当如何认定( )
A. 构成包庇罪
B. 构成私放在押人员罪
C. 构成帮助伪造证据罪
D. 构成徇私枉法罪
查看答案
下面Applet程序的功能是统计在平面坐标系第一象限中,半径大于9,小于10的圆环中坐标值为整数的点有多少并且给出其坐标值。请改正程序中的错误(有下画线的语句),使程序执行后,能得到预期的结果。 import java.awt.*; import java.applet.*; /* <applet code=Di9Ti width=200 height=100> </applet> */ public class Di9Ti extends Applet { public void paint(Graphics g) { int x,y,r1=5,r2=4; int count=0; for(x=1;x<y;x++) { for(y=1;y<r1;y) { if(x*x+y*y<=r2*r2||x*x+y*y>=r1*r1) break; g.drawStdng("x="+x+"y="+y,20+count*80,20); count++; } } g.drawString("count="+count,20,40); } } ex11_3.html: <html> <head> <title>A Simple Program</title> </head> <body> <applet code="Di9Ti.class"width=800 height=400> </applet> </body> </html>
严重脱水的病人可发生
A. 感染性休克
B. 过敏性休克
C. 心源性休克
D. 低血容量性休克
E. 神经源性休克
Library classification system permit users to _________________ or to discover what books on a particular subject are held by the library.
From the very beginning, water has furnished man with a source of food and a highway to travel. The first civilizations arose (76) water was the dominant element in the environment, a challenge (77) man’s ingenuity. The Egyptians invented the 365-day calendar (78) the Nile’s annual flooding. The Babylonians (79) were among the most famous law-makers in ancient times, invented laws (80) water usage. Water inspired the Chinese to build a 1,000 miles’ canal, a complex system (81) , after 2,500 years, remains particularly in use and still commands the astonishment of engineers. But the ancients never found complete solutions (82) their water problem. The Yellow River is also known as "China’s Sorrow". It is so unpredictable and dangerous (83) in a single flood it has caused a million deaths. Floods slowed the great (84) of the Indus River Valleys, and innumerable damages ruined much of its land. Today, water dominates man as it always has done. Its presence continues to influence the location of his homes and cities; its violent variability can (85) man or his herds or his crops; its routes link him to his fellows; its immense value may add to the already dangerous political conflicts. There are many examples of this in our own time.
A. for
B. of
C. to
D. on