Summer months, for people like us, suggests the sun's rays, beachfront, brazilian bikini and many others. For anyone who is intending to enjoy the fun...
分类:
其他好文 时间:
2014-07-29 10:26:18
阅读次数:
363
spin.js在jsp的使用<%@pagelanguage="java"import="java.util.*"pageEncoding="utf-8"%>
<%@pagecontentType="text/html;charset=utf-8"%>
<%@tagliburi="http://java.sun.com/jsp/jstl/core"prefix="c"%>
<%
Stringpath=request.getContextPath();
Strin..
分类:
Web程序 时间:
2014-07-28 16:42:04
阅读次数:
264
环境: ubuntu 12.04 server? 1、kvm的安装 首先检查你的处理器是否支持硬件虚拟化;如果支持,下面这个命令 egrep ‘(vmx|svm)‘ --color=always ? /proc/cpuinfo 应该会显示类似下面这样的内容: root@ubuntu:~#...
分类:
其他好文 时间:
2014-07-28 00:49:29
阅读次数:
444
/*Flash中,Date类管理着日期和时间信息.要获取 当前日期,可以新建一个Date对象 */var now:Date =new Date();trace (now); /*输出当前时间和日期,格式如: Sun Jul 27 19:45:57 GMT+0800 2014 *//*以上代码中,Da...
分类:
其他好文 时间:
2014-07-27 23:12:59
阅读次数:
215
http://blog.sina.com.cn/s/blog_6296abc601018p86.html在文件/etc/apt/sources.list的最后添加下面的源:deb http://us.archive.ubuntu.com/ubuntu/ hardy multiverse更新apt源s...
分类:
编程语言 时间:
2014-07-27 22:56:59
阅读次数:
280
(1)为了操作方便,需获取root权限,否则每次sudo 然后输入密码,较为麻烦默认的root密码是随机的,设置新的root密码的方法: sudo passwd设置了新的密码后,su root 切换到root权限用户(2)haoop要求的是sun jdk, openjdk不可以
分类:
其他好文 时间:
2014-07-27 22:37:09
阅读次数:
243
Struct跟踪算法,自适应的一边跟踪,一边检测的跟踪目标物体算法,类似于TLD算法,运用了SVM分类器,HAAR特征等特征提取算法。。。...
分类:
其他好文 时间:
2014-07-27 11:36:56
阅读次数:
360
在使用taglib标签时候报错 <%@taglib?prefix="c"?uri="http://java.sun.com/jsp/jstl/core"%> 这时候是jar包没导入,需要下载jar包,网址http://download.csdn.net/download/learnworm/5617955 ,然后将jar文件...
分类:
Web程序 时间:
2014-07-26 15:42:21
阅读次数:
256
1.Servlet是sun公司提供的一门用于开发动态web资源的技术。
2.Servlet在web应用的位置:
3.创建Servlet的三种方式:
(1)实现servlet的接口
(2)继承GenericServlet,覆写service方法
(3)继承HttpServle,覆写doGet()或者doPost()等方法
注意:
1>GenericServlet实现了 Se...
分类:
其他好文 时间:
2014-07-26 15:10:20
阅读次数:
309
参考链接:http://blog.163.com/hero_213/blog/static/398912142010312024809近年来ORM(Object-Relational Mapping)对象关系映射,即实体对象和数据库表的映射)技术市场人声音鼎沸,异常热闹, Sun在充分吸收现有的优秀...
分类:
系统相关 时间:
2014-07-26 14:52:40
阅读次数:
295