在本文中,Demo为了展示Android在ExpandableListView用途管制,如该组/儿子ListView绑定数据源。代码例如以下:程序结构图:layout文件夹下的 main.xml 文件源代码例如以下: 包 com.andyidea.demo中Contact...
分类:
移动开发 时间:
2015-06-08 13:21:02
阅读次数:
130
配置好虚拟主机之后进行访问,出现如下错误:
错误代码:Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, you@exam...
分类:
其他好文 时间:
2015-06-05 22:47:28
阅读次数:
198
CREATE VIEW ProductCustomers AS -> SELECT cust_name, cust_contact, prod_id -> FROM Customers, Orders, OrderItems -> WHERE Customers.cust_id =...
分类:
数据库 时间:
2015-06-05 17:15:33
阅读次数:
194
使用克隆安装oracle11g以后,然后使用cadb建库报错:ORA-12547:TNS:lostcontact对于这么一个不明显的错误,实在很难定位确认问题,网上给了很多建议:1、缺包,libiao、ksh等2、配置文件错误3、环境变量不对4、Oracle目录权限不对5、$ORACLE_HOME/bin/oracle文件权限或文件大小..
分类:
数据库 时间:
2015-06-01 20:51:18
阅读次数:
729
contact.h
#ifndef __CONTACT_H__
#define __CONTACT_H__
#define NAME_LEN 10
#define SEX_LEN 6
#define TELE_LEN 12
#define ADDR_LEN 20
#define MAX_PEO 1000
typedef struct PEO
{
char name[NAME_LEN...
分类:
编程语言 时间:
2015-05-31 18:31:14
阅读次数:
166
sqlite 一个短字符要去db里模糊查找时,可以用like如select * from t_contact where uphone like '%1234%';但是当输入的字符串超过数据库里的长度时,模糊like就不起作用了,这时,要么从输入时就限制来做模糊查询,但有时这个模式无法变更,就得换搜...
分类:
数据库 时间:
2015-05-31 18:15:56
阅读次数:
206
contact.h#ifndef __CONTACT_H__
#define __CONTACT_H__
#include
#include
#define NAME_LEN 20
#define SEX_LEN 5
#define TELE_LEN 12
#define ADDR_LEN 20
#define MAX_PEO 1000
typedef struct Peo
{
...
分类:
其他好文 时间:
2015-05-31 16:55:47
阅读次数:
124
#ifndef _CONTACT_H_//宏定义通讯录
#define _CONTACT_H_ //宏定义通讯录
#define NAME_LEN 30//全局变量
#define SEX_LEN 5//全局变量
#define TELP_LEN 12//全局变量
#define GRO_LEN 15//全局变量
#define MAX_PER 1000//全局变量 ...
分类:
其他好文 时间:
2015-05-29 23:17:54
阅读次数:
158
#import "ContactListTableViewController.h"#import "Contact.h"#import "ContactCell.h"#import "GirlCell.h"@interface ContactListTableViewController ()@p...
分类:
其他好文 时间:
2015-05-22 19:01:53
阅读次数:
112