1. 单像素边框CSS表格这是一个非经常常使用的表格样式。源码: Info Header 1Info Header 2Info Header 3 Text 1AText 1BText 1C Text 2AText 2BText 2C2. 带背景图的CSS样式表格和上面差点儿相同,只是每一个格子里多了...
分类:
Web程序 时间:
2014-07-07 20:20:31
阅读次数:
285
data <- read.csv("//Users//tangjingxiao//Desktop//2.csv",header=T,sep="\t",encoding="utf-8")datafix(data)View(data)newdata <- t(data)view(newdata)View...
分类:
其他好文 时间:
2014-07-07 19:35:07
阅读次数:
208
HTML: ASP response.expires=0 response.addHeader("pragma","no-cache") response.addHeader("Cache-Control","no-store, must-revalidate") PHP header("E...
分类:
Web程序 时间:
2014-07-07 17:48:45
阅读次数:
267
1、httpclient总结:一、基本知识准备(1)构建URI工具类,URIBuilder(2)HttpResponse类,可以添加Header信息 获取所有Header信息的方法,调用HeaderIterator接口HeaderIterator it = response.head...
分类:
其他好文 时间:
2014-07-07 16:50:50
阅读次数:
243
datax <- read.csv("C:\\Users\\Jennifer\\Desktop\\place.csv",header=T,sep="\t")datay <- read.csv("C:\\Users\\Jennifer\\Desktop\\price.csv",header=T,sep...
分类:
其他好文 时间:
2014-07-03 11:23:12
阅读次数:
173
最近在学习php的时候了解到了,顺便了解了一下php服务器的运行环境,php最常用的服务器肯定是Apache了,不过这几年Nginx发展也很快,相比Apache而言,它除了抗高并发以外,搭建环境的的时候配置也比较容易,在windows下几乎不需要任何安装步骤,只需要在控制台启动 .exe 程序就行了...
分类:
Web程序 时间:
2014-07-02 00:51:54
阅读次数:
423
[目录]扯淡吹逼之开发前奏Django 开发环境搭建及配置web 页面开发Django app开发Django 站点管理Python 简易爬虫开发Nginx&uWSGI 服务器配置...三、web页面开发 好吧,本来想单独写一章bootstrap的,但是前端确实没什么好写的,这里我们直接结合实际直....
分类:
Web程序 时间:
2014-06-30 11:58:55
阅读次数:
383
header('HTTP/1.1 200 OK');//设置一个404头:header('HTTP/1.1 404 Not Found');//设置地址被永久的重定向header('HTTP/1.1 301 Moved Permanently');//转到一个新地址header('Location:...
分类:
其他好文 时间:
2014-06-30 11:25:04
阅读次数:
198
总结:新搭编译安装的 nginx+php+mysql环境,运行之前开发的项目遇到了没有安装pdo的问题
1.进入到php5的源码包里面,ext下面,找到pdo_mysql文件夹
首先执行:/usr/loca/php5/bin/phpize
2.进行编译。
./configure --with-php-config=/usr/local/php5/bin/php-config --with-...
分类:
数据库 时间:
2014-06-30 10:05:01
阅读次数:
216
Linux下Nginx的安装 如果出现:error: 'ngx_http_file_cache_node_t' has no member named 'length'异常,可能是ngx_cache_purge-2.1.tar.gz版本太旧导致...
分类:
系统相关 时间:
2014-06-30 00:11:43
阅读次数:
401