首先举一个简单的一对多双向关联的配置:一的一端:QuestionType类package com.exam.entity;import java.util.Set;public class QuestionType { private String typeName; private char ty...
分类:
Web程序 时间:
2014-12-30 13:34:02
阅读次数:
152
代码package com.lxt008;import com.lxt008.R;import android.app.Activity;import android.os.Bundle;import android.view.View;import android.widget.AdapterVi...
分类:
移动开发 时间:
2014-12-28 14:07:02
阅读次数:
284
jcat是一个shell下的解析json的工具,具有以下功能: 1. 支持指定路径解析,打印指定路径下的所有对象信息 2. 支持宏路径,可以级联宏替换 3. 使用tbox进行了跨平台支持,预编译版本直接可以在./tbox/tool目录下找...
分类:
Web程序 时间:
2014-12-27 15:18:11
阅读次数:
185
spinner类的onDetachedFromWindow为protected,非同一package不能调用 public void packUpSpinnerPopup(){ try { Class spinner = m_Spinner.getClass...
分类:
其他好文 时间:
2014-12-27 15:13:05
阅读次数:
313
create or replace trigger delete_trigger1after delete on contracting_party for each row begin if deleting then delete Account_Info where party_...
分类:
数据库 时间:
2014-12-26 16:19:27
阅读次数:
109
首页一级菜单查询分组,二级菜单查询分组中的车辆信息。定义分组数据模型:Ext.define(
'group',
{
extend:'Ext.data.Model',
fields:[
{name:'groupid',mapping:'groupid',type:'int'},
{name:'groupname',mappi...
分类:
Web程序 时间:
2014-12-26 13:06:17
阅读次数:
198
Spinner是个下拉列表框,与listview一样,也是adapterView的一个间接子类,是一个显示数据的窗口。 为Spinner设定数据来源 Mercury Venus Earth Mars Jupiter ...
分类:
其他好文 时间:
2014-12-26 06:07:41
阅读次数:
257
final static int[] COLOR_LIST={Color.WHITE,Color.WHITE,Color.GRAY,Color.YELLOW,Color.RED}; spinner=(Spinner)findViewById(R.id.spinner1); ArrayA...
分类:
移动开发 时间:
2014-12-25 22:00:44
阅读次数:
313
几天前,使用一台cisco2950交换机和tp-link24口的100mb端口的交换机级联。导致cisco2950设备上的级联端口在使用一天后,第二天早上上班时发现端口显示err-disabled.网络不通。如何处理?查看接口状况:GX-SW-2950-01#shinterfacesf0/2FastEthernet0/2isdown,lineprotocolisdown..
分类:
系统相关 时间:
2014-12-25 18:43:04
阅读次数:
295