在APACHE服务器上的访问方式上去除index.php 下面我说下 apache 下 ,如何 去掉URL 里面的 index.php 例如: 你原来的路径是: localhost/index.php/index 改变后的路径是: localhost/index 1.httpd.conf配置文件中加 ...
分类:
Web程序 时间:
2018-07-27 10:10:11
阅读次数:
409
Optimal Milking Time Limit: 2000MS Memory Limit: 30000K Total Submissions: 19347 Accepted: 6907 Case Time Limit: 1000MS issions: 19347 Accepted: 6907 ...
分类:
其他好文 时间:
2018-07-15 14:59:41
阅读次数:
235
一、官网介绍 Which protocols does RabbitMQ support? RabbitMQ supports several messaging protocols, directly and through the use of plugins. This page descri ...
分类:
其他好文 时间:
2018-07-13 16:22:25
阅读次数:
2329
EnableWebMvc vs WebMvcConfigurationSupport spring doc解释 WebMvcConfigurationSupport: This is the main class providing the configuration behind the MVC ...
分类:
Web程序 时间:
2018-07-04 21:34:41
阅读次数:
180
密度聚类(Density-based Clustering)假设聚类结构能够通过样本分布的紧密程度来确定。DBSCAN是常用的密度聚类算法,它通过一组邻域参数(??,MinPtsMinPts)来描述样本分布的紧密程度。给定数据集DD={x? 1,x? 2,x? 3,...,x? Nx→1,x→2,x ...
分类:
数据库 时间:
2018-07-01 20:56:25
阅读次数:
219
KVC底层实现原理 第一步:寻找该属性有没有setsetter方法?有,就直接赋值 第二步:寻找有没有该属性带下划线的成员属性?有,就直接赋值 第三步:寻找有没有该属性的成员属性?有,就直接赋值 1、首先搜索setKey:方法.(key指成员变量名, 首字母大写) 2、上面的setter方法没找到, ...
分类:
其他好文 时间:
2018-06-22 16:28:29
阅读次数:
150
接口测试概述 定义 API testing is a type of software testing that involves testing application programming interfaces (APIs) directly and as part of integratio ...
分类:
其他好文 时间:
2018-06-12 21:36:53
阅读次数:
214
Socket error 0 - Directly send error Socket error 10004 - Interrupted function call一个封锁操作被对 WSACancelBlockingCall 的调用中断。 Socket error 10013 - Permissi ...
分类:
其他好文 时间:
2018-06-11 13:51:28
阅读次数:
907