typedef char status;typedef char Telemtype;#define
NULL 0#define OK 1typedef struct bitnode{ Telemtype data; struct bitnode
*lchild,*rchild;}bitnode.....
分类:
其他好文 时间:
2014-06-09 21:39:56
阅读次数:
209
转自:http://www.cnblogs.com/tonyepaper/archive/2008/02/12/1067260.html1.打开PowerDesigner,点击File->New2.选择Conceptual
Data Model,并修改Model name.3.在Palette工具栏...
分类:
数据库 时间:
2014-06-09 21:38:35
阅读次数:
361
@1.方法详解1.url:要求为String类型的参数,发送请求的地址;2.type:要求为string类型的参数,请求方式(post或get),默认为get;3.data:要求为Obeject或String类型的参数,发送到服务器的数据;4.datatype:要求为string类型的参数,预期服务...
分类:
其他好文 时间:
2014-06-09 20:30:22
阅读次数:
197
之前我介绍过了使用系统自带的Data
Annotations来进行数据有效性验证,今天在CodePlex上逛的时候,发现了一个非常简洁好用的库:FluentValidation由于非常简洁,就直接拿官网的例子演示了:
using FluentValidation; public clas...
分类:
其他好文 时间:
2014-06-09 20:19:38
阅读次数:
143
ios程序中数据数据存储有下列5种方式XML属性列表(plist)归档Preference(偏好设置)NSKeyedArchiver归档(NSCoding)SQLite3Core
Data每个iOS应用都有自己的应用沙盒(应用沙盒就是文件系统目录),与其他文件系统隔离。应用必须待在自己的沙盒里,其他...
分类:
移动开发 时间:
2014-06-09 20:12:49
阅读次数:
283
首先简历数据库demo(本文选mysql)数据库脚本:CREATETABLE`ibatis`(`id`varchar(20)NOTNULL,`name`varchar(20)defaultNULL,PRIMARYKEY(`id`))ENGINE=InnoDBDEFAULTCHARSET=gb2312...
分类:
编程语言 时间:
2014-06-09 16:17:32
阅读次数:
339
关于数据结构与算法讲解的书籍很多,但是用python语言去实现的不是很多,最近有幸看到一本这样的书籍,由Brad Miller and David
Ranum编写的《Problem Solving with Algorithms and Data Structures Using Python》.....
分类:
编程语言 时间:
2014-06-09 16:16:53
阅读次数:
276
2014-06-08 BaoXinjian一、总结1. 基本语法2. 操作数据的说明二、具体分析1.
基本语法 1 options(skip=1, rows=128) --1、控制文件参数 2 3 load data --2、控制文件标识 4 5 ...
分类:
数据库 时间:
2014-06-09 15:12:15
阅读次数:
402
Recently we looked across some of the most
common behaviors that our community of 25,000 users looked for in their logs
with a particular focus on web...
分类:
其他好文 时间:
2014-06-08 22:19:29
阅读次数:
438
1、主数据的概念借用其他网站的一个数据分类模型,我们可以看到有元数据(metadata),引用数据(Reference Data),主数据(Master
Data),企业结构数据(Enterprise structure Data),交易活动数据(Transaction Activity Data)...
分类:
其他好文 时间:
2014-06-08 21:51:33
阅读次数:
301