Discuz!NT|BBS|论坛

注册

 

发新话题 回复该主题

关于联通388风暴上网卡询问 [复制链接]

1#

关于联通388风暴上网卡询问

小弟有位同事参加了联通388风暴
每月支付388元,连续付款3年,换得一款联想E260的笔记本电脑,但同事对cdma1X 不感兴趣,想以120元/月 转让给我

本人常常出差也正想买块CDMA卡,不知道有谁也参加过该活动,如果有谁知道麻烦回答小弟几个问题
问题1. 大家知道内置的卡是pcmacia的还是CF的
      2. 卡是什么型号的
      3. 该卡发热量大不大,我用的是ibm-x31的机器,是否会造成鼠标平移现象
      4. 该卡信号是否好,覆盖面是否和其他的cdma卡一样
      5. 在外地使用该卡是否要另外付钱,超过核定的2.5G后收费如何计算?

以上问题本人非常想知道,谢谢大家友情出手相帮

再次感谢
分享 转发
IBMx31-d9j+combo底座 *版xp+*版2000、512mDDR(256mKinston+256mIBM原配)、日文键盘、4200'-2m-40G-hdd、broadcomB/G wifi卡、CDMA1X PC卡、原配电池+加强电池、combo底座、IBM无线光电鼠、256Musb2.0优盘、A80佳能DC、256M CF卡、上海用户
TOP
2#
ding
IBMx31-d9j+combo底座 *版xp+*版2000、512mDDR(256mKinston+256mIBM原配)、日文键盘、4200'-2m-40G-hdd、broadcomB/G wifi卡、CDMA1X PC卡、原配电池+加强电池、combo底座、IBM无线光电鼠、256Musb2.0优盘、A80佳能DC、256M CF卡、上海用户
TOP
3#
TOP
4#
楼上的,你也参加联想388风暴嘛?
IBMx31-d9j+combo底座 *版xp+*版2000、512mDDR(256mKinston+256mIBM原配)、日文键盘、4200'-2m-40G-hdd、broadcomB/G wifi卡、CDMA1X PC卡、原配电池+加强电池、combo底座、IBM无线光电鼠、256Musb2.0优盘、A80佳能DC、256M CF卡、上海用户
TOP
5#
大家都不知道这个活动吗?
IBMx31-d9j+combo底座 *版xp+*版2000、512mDDR(256mKinston+256mIBM原配)、日文键盘、4200'-2m-40G-hdd、broadcomB/G wifi卡、CDMA1X PC卡、原配电池+加强电池、combo底座、IBM无线光电鼠、256Musb2.0优盘、A80佳能DC、256M CF卡、上海用户
TOP
6#
卡是pcmacia的,卡的型号是中兴的,速度上还可以吧··
超过2.5G自己问联通吧··
哈哈··
TOP
7#
我问过了联通他们说参加联通E388风暴送的CDMA1X卡是 中兴mc315 不知到这个东东
1. 发热大不大
2. 搭配我的X31是否会造成鼠标平移现象
3. 该卡信号是否好,覆盖面是否和其他的cdma卡一样
4. 楼上说的速度可以,是指下载能超过12k吗?(信号好的地方)

谢谢用过的xd能帮忙回答下下
IBMx31-d9j+combo底座 *版xp+*版2000、512mDDR(256mKinston+256mIBM原配)、日文键盘、4200'-2m-40G-hdd、broadcomB/G wifi卡、CDMA1X PC卡、原配电池+加强电池、combo底座、IBM无线光电鼠、256Musb2.0优盘、A80佳能DC、256M CF卡、上海用户
TOP
8#
ding
大家用过此卡的能否给点意见
IBMx31-d9j+combo底座 *版xp+*版2000、512mDDR(256mKinston+256mIBM原配)、日文键盘、4200'-2m-40G-hdd、broadcomB/G wifi卡、CDMA1X PC卡、原配电池+加强电池、combo底座、IBM无线光电鼠、256Musb2.0优盘、A80佳能DC、256M CF卡、上海用户
TOP
9#
/**
* Copyright (C) 1998-2002 by ILOG.
* All rights reserved.
*
* This source code is an addition to the ILOG JViews Reference Manual
* delivered with the JViews library.
* It is supplied as an example to show you how to code with JViews.
* Feel free to use, copy, or modify it within the framework of your
* JViews license agreement.
*
*/
package demos.gantt.charts;

import shared.*;
import shared.data.*;
import shared.swing.*;
import ilog.views.gantt.*;
import ilog.views.gantt.action.*;
import ilog.views.gantt.model.*;
import ilog.views.gantt.swing.*;
import java.awt.event.*;
import java.util.*;
import javax.swing.*;


/**
* A Gantt chart example.
*/
public class GanttExample extends AbstractGanttExample
{
  /**
   * The various menu and toolbar actions.
   */
  protected IlvAction makeConstraintAction;
  protected IlvAction deleteConstraintAction;


  // =========================================
  // Instance Construction and Initialization
  // =========================================

  /**
   * Creates the Gantt chart.
   */
  protected IlvHierarchyChart createChart()
  {
    return new IlvGanttChart();
  }

  /**
   * Customizes the data model factories and graphic renderers of the
   * Gantt chart.
   */
  protected void customizeFactories()
  {
    // Change the default activity and resource factories of the Gantt chart
    // to ones that sequentially number the activities and resources.
    chart.setActivityFactory(new SimpleActivityFactory(chart));
    chart.setResourceFactory(new SimpleResourceFactory(chart));
  }

  /**
   * Customizes the appearance of the Gantt chart.
   */
  protected void customizeChart()
  {
    super.customizeChart();

    // Load the resource bundles containing the locale dependent table header
    // labels for the gantt chart.
    ResourceBundle bundle =
      ResourceBundle.getBundle("demos.gantt.charts.resources.gantt",
                               getLocale());

    // Default column widths are 75. Resize some of the columns so that the
    // text is not truncated.
    IlvJTable table = chart.getTable();
    table.getColumn("Name").setPreferredWidth(175);
    table.getColumn("Start").setPreferredWidth(90);
    table.getColumn("End").setPreferredWidth(90);

    // Add a duration column after the End column.
    CalendarDurationProperty durationProperty = new CalendarDurationProperty(getDurationFormat());
    IlvStringColumn durationColumn =
      new IlvStringColumn(bundle.getString("TableColumn.Duration.label"),
                          durationProperty,
                          "Duration")
    {
      public boolean isEditable(IlvHierarchyNode row)
      {
        boolean retVal = super.isEditable(row);
        if (retVal && row instanceof IlvSimpleActivity && getGanttModel().getChildCount(row) > 0)
          if (((IlvSimpleActivity)row).getAutoCalcTimeIntervalFromChildren())
            retVal = false;
        return retVal;
      }
    };
    durationColumn.getColumn().setPreferredWidth(90);
    table.addColumn(durationColumn);
    table.moveColumn(durationColumn.getColumnIndex(), 3);
  }


  // =========================================
  // Accessing
  // =========================================

  /**
   * Returns whether any activities are currently selected.
   */
  public boolean isActivitySelected()
  {
    return chart.getSelectedRows().length > 0;
  }

  /**
   * Returns whether any constraints are currently selected.
   */
  public boolean isConstraintSelected()
  {
    return chart.getSelectedConstraints().length > 0;
  }


  // =========================================
  // Menus
  // =========================================

  /**
   * Creates the Edit menu.
   */
  public JMenu createEditMenu()
  {
    JMenu menu = new JMenu("Edit");
    menu.setMnemonic(KeyEvent.VK_E);
    setHelpID(menu, "Menu.Edit.helpID");
    setStatusText(menu, "Adds, removes, or modifies activities and constraints.");
    JMenuItem item;
    KeyStroke accelerator;

    // Menu item for "Insert new activity".
    insertRowAction = new GanttCommand.InsertActivityAction((IlvGanttChart)chart);
    addAction(menu, insertRowAction);

    // Menu item for "Delete selected activity".
    deleteRowAction = new GanttCommand.DeleteSelectedRowsAction(chart);
    addAction(menu, deleteRowAction);

    // Menu item for "Create new constraint".
    makeConstraintAction = new GanttCommand.MakeConstraintAction(chart);
    addAction(menu, makeConstraintAction);

    // Menu item for "Delete selected constraints".
    deleteConstraintAction = new GanttCommand.DeleteSelectedConstraintsAction(chart);
    addAction(menu, deleteConstraintAction);

    menu.addSeparator();

    // Menu item for "Delete all".
    deleteAllAction = new GanttCommand.DeleteSelectedAction(chart);
    addAction(menu, deleteAllAction);

    menu.addSeparator();

    // Menu item for "Expand/Collapse".
    rowExpandCollapseAction = new GanttCommand.RowExpandCollapseAction(chart);
    addAction(menu, rowExpandCollapseAction);

    // Menu item for "Indent activity".
    rowIndentAction = new GanttCommand.RowIndentAction(chart);
    addAction(menu, rowIndentAction);

    // Menu item for "Outdent activity".
    rowOutdentAction = new GanttCommand.RowOutdentAction(chart);
    addAction(menu, rowOutdentAction);

    // Menu item for "Move up".
    rowUpAction = new GanttCommand.RowUpAction(chart);
    addAction(menu, rowUpAction);

    // Menu item for "Move down".
    rowDownAction = new GanttCommand.RowDownAction(chart);
    addAction(menu, rowDownAction);

    // Menu item for "Exit".
    if (!isApplet()) {
      menu.addSeparator();
      exitAction = new GanttCommand.ExitAction();
      addAction(menu, exitAction);
    }

    return menu;
  }


  // =========================================
  // Customizer Panel
  // =========================================

  /**
   * Creates and returns a customizer for view options and formatting.
   */
  protected JComponent createViewCustomizer()
  {
    CustomizerPanel panel = (CustomizerPanel)super.createViewCustomizer();

    // Add the Duration formatting combobox.
    panel.addSeparator(5);
    panel.addHeading("Duration Format");
    DurationFormatCombo durationCombo = new DurationFormatCombo(this);
    durationCombo.setToolTipText("Select Displayed Duration Format");
    panel.add(durationCombo);

    return panel;
  }


  // =========================================
  // Toolbar
  // =========================================

  /**
   * Populates the toolbar edit actions.
   */
  protected void populateToolBarEditActions(JToolBar toolbar)
  {
    super.populateToolBarEditActions(toolbar);
    addAction(toolbar, makeConstraintAction);
    addAction(toolbar, deleteConstraintAction);
    addAction(toolbar, deleteAllAction);
  }


  // =========================================
  // Data Model
  // =========================================

  /**
   * Creates and returns the Gantt data model.
   */
  protected IlvGanttModel createGanttModel()
  {
    return new SimpleEngineeringProject(chart);
  }


  // =========================================
  // Example Application
  // =========================================

  /**
   * Returns the title of the example.
   */
  public String getTitle()
  {
    return "Gantt Chart Example";
  }

  /**
   * Application mainline.
   */
  public static void main (String[] args)
  {
    GanttExample ganttChart = new GanttExample();
    JFrame frame = new ExampleFrame(ganttChart);
    frame.setVisible(true);
  }

}
TOP
10#
quickleader,你这是搞搞啥啊?
生亦何哀,死亦何苦
TOP
发新话题 回复该主题