As it is well known fact that XMLPublisher
stores the metadata and physical files for templates and data definitions in
BLOB columns in its schema. Du...
分类:
其他好文 时间:
2014-06-29 14:19:51
阅读次数:
373
下面内容摘自互联网并作了整理。名词:BI(Business
Intelligence):商业智能,DW(Data Warehouse):数据仓库,详见正文Q1部分。OLTP(On-Line Transaction
Processing):联机事务处理也称为面向交易的处理系统,其基本特征是顾客的原始数...
分类:
其他好文 时间:
2014-06-07 05:32:53
阅读次数:
263
[内存结构]C程序通过编译-汇编-连接,最后到可执行文件。载入内存有这几个部分:text:正文段,存放的是可执行的机器码段data:存放初始化之后的全局变量和静态变量bbs:存放未初始化的静态变量和全局变量heap:堆,由程序员自己分配和释放,程序结束时,操作系统也会释放。stack:
栈,编译器自...
分类:
编程语言 时间:
2014-05-30 08:35:07
阅读次数:
373
DML---Data Manipulation
Language数据操纵语言命令能使用户能够查询数据库以及操作已由数据库中的数据.insert,delete update selectDCL(Data
Control Language)数据控制语言,用来设置或更改数据库用户或角色权限,控制数据库操作...
分类:
数据库 时间:
2014-05-29 13:02:35
阅读次数:
274
最近在用 Spring Data Rest 写WebApi 遇到Put请求后报415
Mieda Type 的错误,GG了下 找到个解决办法,下面是针对Put请求的过滤。 1 public class
HttpPutRestfulContentFilter extends OncePerRequ.....
分类:
编程语言 时间:
2014-05-29 10:52:20
阅读次数:
278
一、寄存器的英文全称AH&AL=AX(accumulator):累加寄存器
BH&BL=BX(base):基址寄存器 CH&CL=CX(count):计数寄存器 DH&DL=DX(data):数据寄存器
SP(Stack Pointer):堆栈指针寄存器 BP(Base Pointer):基址指针寄...
分类:
其他好文 时间:
2014-05-28 19:09:52
阅读次数:
300
using System;using System.Collections.Generic;using
System.ComponentModel;using System.Data;using System.Drawing;using
System.Linq;using System.Text;u...
分类:
Web程序 时间:
2014-05-28 18:29:46
阅读次数:
378
在写LINQ语句的时候,往往会看到.AsEnumerable() 和
.AsQueryable() 。例如:string strcon ="Data Source=.\\SQLEXPRESS;Initial
Catalog=Db_Example;Persist Security Info=True;...
分类:
其他好文 时间:
2014-05-28 16:07:41
阅读次数:
418
response.setHeader();1. HTTP消息头(1)通用信息头
即能用于请求消息中,也能用于响应信息中,但与被传输的实体内容没有关系的信息头,如Data,Pragma 主要: Cache-Control ,
Connection , Data , Pragma , Trailer.....
分类:
其他好文 时间:
2014-05-28 14:48:59
阅读次数:
237
!! setup.S Copyright (C) 1991, 1992 Linus
Torvalds!! setup.s is responsible for getting the system data from the BIOS,!
and putting them into the app....
分类:
其他好文 时间:
2014-05-28 13:33:58
阅读次数:
343