试题与答案

女,36岁,两周前因与丈夫争吵后,出现左侧感觉麻木,自述从头到足均为左侧麻木,以正中

题型:单项选择题 A2型题

题目:

女,36岁,两周前因与丈夫争吵后,出现左侧感觉麻木,自述从头到足均为左侧麻木,以正中为界限,持续存在,经检查左侧头面部及躯干四肢感觉略迟钝,余无阳性体征,头部CT、MRI均未见异常。最可能诊断是()

A.腔隙性脑梗塞

B.急性应激反应

C.末梢神经炎

D.分离性障碍

E.疑病症

答案:

参考答案:D

试题推荐
题型:单项选择题

人口自然增长率继续下降,年末全国总人口为128453万人。全年全国出生人口1647万人,出生率12.86‰;死亡人口821万人,死亡率为6.41‰;全国净增人口826万人,自然增长率为6.45%。。城乡居民生活继续得到改善。全国城镇居民人均可支配收入7703元,考虑物价下降因素,比上年实际增长13.4%,农村居民人均纯收入2476元,实际增长4.8%。居民家庭恩格尔系数(即居民家庭食品消费支出占家庭消费总支出的比重),城镇为37.7%,比上年降低0.2个百分点;农村为46.2%,比上年降低1.5个百分点。2002年农村贫困人口为2820万人,比上年末减少107万人。
社会保障工作进一步加强。年末全国参加基本养老保险人数为14731万人。其中,职工1128万人,离退休人员3603万人,离退休人员实际社会化管理人数达到1434万人。
全国参加失业保险人数为10182万人,领取失业保险金人数为440万人,比上年增加127万人。全国参加基本医疗保险人数为9400万人,比上年增加1770万人。全国共有2054万城镇居民得到政府最低生活保障救济。社会福利事业持续发展。年末全国各类收养性社会福利单位床位119万张,收养各类人员89万人。城镇建立各种社区服务设施19万个,其中综合性社区服务中心8820个,全年销售社会 * * 票370亿元,筹集社会福利资金近60亿元,直接接收社会捐赠12亿元。

2001年全国城镇居民人均可支配收入( )。

A.为6792.77元

B.高于6792.77元

C.低于6792.77元

D.不好估算

查看答案
题型:填空题

本题的功能是通过按钮来选择窗口显示的风格。窗口中有三个按钮:“Metal”、“Motif和“WindoWS“,单击任何一个按钮,就能将窗口的风格改变为按钮名称所对应的风格。
import java.awt*;
import java.awt.event.*;
import javax.swing.*;
class PlafPanel extends JPanel implements Actionlis-tener
public______()
metalButton=new JButton("Metal");
motifButton=new JButton("Motif");
windowsButton=new JButton("Windows");
add(metalButton);
add(motifButton);
add(windowsButton);
metalButlon.addActionListener(this);
motifButton.addActionListener(this);
windowsButton.addActionListener(this);

public void actionPerformed(ActionEvent evt)
Object source=evt.getSource();
string plaf="";
if(source==metaIButton)
pIaF="javax.swing.plaf.metal.MetalLookAncl-Feel";
else if(source==motifButton)
plaf="com.sun.java.swing.plaf.motif.Moti-fLookAndFeel";
else if(source==windowsButton)
plaf="com.sun.java.swing.plaf.windows.windowsLookAndFeel";
try
UIManager.setLookAndFeel(______);
SwingUtilities.updateComponentTreeUI(ttlis);

catch(Exception e)

private JButton metalButton;
private JButton motifButton;
private JButton windowsButton;

class PlafFrame extends JFrame
public PlafFrame()
setTitle("simple");
setSize(300,200);
addWindowListener(new WindowAdapter()
public void windowClosing(WindowEvent e)
System.exit(0);

);
Container contentPane=getContentPane();
contentPane.add(new PlafPanel());


public class java2
public static Void main(String[]args)
JFrame frame=new PIafFrame();
frame.show();

查看答案
微信公众账号搜索答案