ThinkPHP访问流程在手册1.11系统流程里就有介绍,我阅读的ThinkPHP的版本是3.1.3,大家可以看下手册,基本的流程也有,现在就是详细去介绍一下ThinkPHP的访问流程.(调试模式下的,在部署模式下,会把中间的URL解析,文件加载之类的,都封装到一个文件里)1.入口文件(index.php)入口文件..
分类:
Web程序 时间:
2014-05-27 03:34:01
阅读次数:
266
项目名称:/sessionVerificationCode
项目目录:
项目源码:
index.jsp
Insert title here
验证码:
success.js...
分类:
其他好文 时间:
2014-05-22 11:17:05
阅读次数:
256
libsvm的函数调用方法 详解
本文地址: http://blog.csdn.net/caroline_wendy/article/details/26261173
需要加载(load)SVM的模型, 然后将结点转换为SVM的格式, 即索引(index)+数据(value)的形式;
释放SVM的model有专用的函数: svm_free_and_destroy_model, 否则容易内存泄露;
可以预测数据的概率, 则需...
分类:
其他好文 时间:
2014-05-22 10:52:57
阅读次数:
335
【题目】
Suppose a sorted array is rotated at some pivot unknown to you beforehand.
(i.e., 0 1 2 4 5 6 7 might become 4 5 6 7 0 1 2).
You are given a target value to search. If found in the array return its index, otherwise return -1.
You may assume no du...
分类:
其他好文 时间:
2014-05-22 10:43:12
阅读次数:
310
【题目】
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in order.
You may assume no duplicates in the array.
Here are few examples.
[1,3,5,6], 5 → 2
[1,3,5,6]...
分类:
其他好文 时间:
2014-05-22 09:41:59
阅读次数:
195
1、HttpClient相关的重要资料:
官方网站:http://hc.apache.org/
API:http://hc.apache.org/httpcomponents-client-4.3.x/httpclient/apidocs/index.html
tutorial: http://hc.apache.org/httpcomponents-client-4.3.x/tutoria...
分类:
其他好文 时间:
2014-05-22 08:03:03
阅读次数:
259
<script>parent.location.href=‘../Index.aspx‘</script>
分类:
Web程序 时间:
2014-05-20 19:50:20
阅读次数:
332
项目名称:/cookieDemo2Record
需求:
模拟用户在网上商城,浏览商品,同时显示商品的浏览记录
1.查询所有商品页面-index.jsp/index.html
a.查询所有商品的按钮-----FindAllBooksServlet.java-com.ghsy.servlet
2.显示商城的商品
a.用bean存储商品-com.ghsy.domain
b.db包中的...
分类:
其他好文 时间:
2014-05-20 16:29:38
阅读次数:
311
操作系统:winxpVC环境:VC6.0必需文件:Berkeley
DB安装文件(db-.msi)下载地址http://www.oracle.com/technology/software/products/berkeley-db/index.html步骤:1、运行db-4.7.25.msi,安装B...
分类:
数据库 时间:
2014-05-20 13:27:15
阅读次数:
508
实验1 实验目的:使用opencv操作摄像头拍摄一张图片 函数: 1 CvCapture*
cvCreateCameraCapture( int index ); 2 IplImage* cvQueryFrame( CvCapture* capture
); 实验代码: 1 #in...
分类:
其他好文 时间:
2014-05-20 11:12:01
阅读次数:
248