问题描述: 在a.jsp通过 的方式引入b.jsp,但是报了标题的中的错误,问题原因: 在a.jsp的头部: 在b.jsp的头部: 发现a.jsp是小写的uft-8,而b.jsp是大写的UTF-8;解决方法: ...
分类:
Web程序 时间:
2015-07-03 10:28:54
阅读次数:
182
前几段微软推出的大数据人脸识别年龄应用how-old.net在微博火了一把,它可以通过照片快速获得照片上人物的年龄,系统会对瞳孔、眼角、鼻子等27个“面部地标点"展开分析,进而得出你的“颜龄"。来看下关于这款应用的截图: 昨晚闲着没事,在网上查阅了点资料仿写了一款类似功能的APP,看下截图: ...
分类:
移动开发 时间:
2015-07-02 20:53:34
阅读次数:
285
AS an old question, this is more like info or reminder about vertical margin or padding in % that takes parent's width as reference .If you use a pseu...
分类:
Web程序 时间:
2015-07-02 17:15:11
阅读次数:
197
//poj 1694
//sep9
#include
#include
using namespace std;
const int maxN=256;
int n;
int tree[maxN][maxN];
int ans[maxN];
int cmp(int a,int b)
{
return a>b;
}
int dfs(int u)
{
int tmp[maxN],t=0;
i...
分类:
其他好文 时间:
2015-07-02 12:09:15
阅读次数:
148
安装ftp服务apt-get install vsftpd安装完后更改相关配置文件
/etc/vsftpd.confcp /etc/vsftpd.conf.old /etc/vsftpd.conf更改配置说明参考http://blog.csdn.net/u011641885/article/details/46710981下面是我的vsftpd.conf 文件内容
listen=YESlocal_...
分类:
系统相关 时间:
2015-07-01 18:24:46
阅读次数:
276
illegal to have multiple occurrences of contentType with different values (old: text/html; charset=UTF-8, new: text/html;charset=UTF-8)
分类:
Web程序 时间:
2015-07-01 15:29:03
阅读次数:
386
原文 We have an old musical instrument. It is called a clavichord. It was made in Germany in 1681. Our clavichord is kept in the living room. It has belonged to our family for a long time. The inst...
分类:
其他好文 时间:
2015-06-30 23:45:46
阅读次数:
268
这篇是计算机类的优质预售推荐>>>>《UNIX网络编程
卷1:套接字联网API》
UNIX和网络专家W. Richard Stevens的传世之作,世界著名网络专家Bill Fenner和Andrew M. Rudoff执笔新版
编辑推荐
这是一部传世之作!顶级网络编程专家Bill Fenner和Andrew M. Rudoff应邀执笔,对W. Richard Ste...
.NET程序的性能要领和优化建议前几天在老赵的博客上看到,Bill Chiles (Roslyn 编译器的Program Manager)写了一篇文章叫做《Essential Performance Facts and .NET Framework Tips》。这篇文章是一个14页的pdf,当时我是...
分类:
Web程序 时间:
2015-06-30 14:41:21
阅读次数:
152
Hibernate对数据库结构提供了较为完整的封装,Hibernate的O/R Mapping实现了POJO 和数据库表之间的映射,以及SQL 的自动生成和执行。而MyBatis是一个支持普通SQL查询,存储过程和高级映射的优秀持久层框架,MyBatis需要使用简单的XML或注解用于配置和原始映射,将接口和Java的POJO(Plain Old Java Objects,普通的Java对象)映射成数据库中的记录。在编写比较复杂的动态SQL语句时,Mybatis的SQL是手动编写的,所以可以按需求指定查询的字...
分类:
数据库 时间:
2015-06-30 10:37:14
阅读次数:
176