如果要将查询结果导出到Excel,只需将页面的Context-Type修改一下就可以了:header( "Content-Type:
application/vnd.ms-excel">如果希望能够提供那个打开/保存的对话框,Content-Disposition参数,Content-Disposi...
分类:
其他好文 时间:
2014-05-26 15:51:15
阅读次数:
172
编号需要修改的代码1//// Prefix header//// The contents
of this file are implicitly included at the beginning of every source
file.//#import//服务器IP#define kXMPP...
分类:
移动开发 时间:
2014-05-26 14:51:52
阅读次数:
782
Last updated: June 23, 2010Contents[hide]1About
SysLink1.1SysLink Architecture1.2SysLink Usage2Getting Started with
SysLink2.1Building Kernel Image wi...
分类:
其他好文 时间:
2014-05-26 13:35:27
阅读次数:
263
生成配置文件,在任意文件夹打开文件都可以跳转find /home/mao/hp/tot/tpdsrc/
-name "*.h" -o -name "*.c" -o -name "*.cc" >cscope.filescscope -bkq -i
cscope.files :cw 切换时很么东东之类本...
分类:
其他好文 时间:
2014-05-26 12:11:09
阅读次数:
315
在jsf1使用 taglib 定义 标签出现The absolute uri:
http://java.sun.com/jsf/core cannot be resolved in either web.xml or the jar
files deployed with this applicat...
分类:
Web程序 时间:
2014-05-26 11:48:20
阅读次数:
327
1. Accept:告诉WEB服务器自己接受什么介质类型,*/* 表示任何类型,type/*
表示该类型下的所有子类型,type/sub-type。2. Accept-Charset: 浏览器申明自己接收的字符集Accept-Encoding:
浏览器申明自己接收的编码方法,通常指定压缩方法,是否支...
分类:
Web程序 时间:
2014-05-26 08:49:31
阅读次数:
223
共有 main.cpp, Widget.h, Widget.cpp, Widget.ui,
MyModel.h, MyModel.cpp
六个文件。可从此下载整个工程文件:/Files/biao/ModelDemo.zip关键在于Model中的数据是动态加载的,而不是一次性全加载到Model中。/*...
分类:
其他好文 时间:
2014-05-24 13:03:05
阅读次数:
392
yum是一个用于管理rpm包的后台程序,用python写成,可以非常方便的解决rpm的依赖关系。在建立好yum服务器后,yum客户端可以通过
http、ftp方式获得软件包,并使用方便的命令直接管理、更新所有的rpm包,甚至包括kernel的更新。它也可以理解为红旗环境下的apt管理工具。一、列举包...
分类:
其他好文 时间:
2014-05-24 11:36:57
阅读次数:
232
因为网页上还有其他内容,所以header("Content-type:image/jpeg");
位置已经被占用,验证码不能出现了,就会出现图像“http://localhost/**.php”因其本身有错,无法显示”那么,解决这个问题的最简单的办法就是,直接删除header("Content-ty...
分类:
Web程序 时间:
2014-05-24 10:29:56
阅读次数:
308
网上关于Retional rose
2003安装和破解的文章比较多,这里,我结合自己的亲身体验,和大家分享一下win7 旗舰版 64位系统下Retional rose
2003(下面简称rose2003)的安装和破解过程。本文中rose2003的安装路径为C:\Program Files (x86)...