在thinkphp(3.2.3)框架下,请求地址http://localhost/index.php/Home/Index/test,下列说法错误的是
域名只能是为localhost,不能是其它
举一反三
- 关于thinkphp(3.2.3)的数据库操作的返回值,下列说法错误的是
- Given: int index = 1; boolean[] test = new Boolean; boolean foo= test [index]; What is the result?
- ThinkPHP采用()进行项目部署和访问,thinkphp5.0默认的应用入口文件位于() A: 多入口模式,application/index B: 单一入口模式,application/index/index C: 多入口模式,public/index D: 单一入口模式,public/index
- 在Servlet中使用语句“response.sendRedirect("test/main.jsp");”实现页面重定向时,如果当前Servlet位于为本机项目的test的子目录test中,则实际重定向的页面URL为( ) A: http://localhost:8080/main.jsp B: http://localhost:8080/test/main.jsp C: http://localhost:8080/test/test/main.jsp D: http://localhost:8080/test/test/test/main.jsp
- 若请求URL地址为http://www.example.com/index.php,则HTTP请求消息中的Host值为________
内容
- 0
test = new Boolean; boolean foo= test [index]; What is the result?
- 1
创建数据库test的命令是 A: create database test B: create table test C: create index test
- 2
下面关于ThinkPHP的说法,哪个是错误的。 A: 是国产的一款PHP开发框架产品 B: 创立于2008年初 C: 它是本课程选择的MVC框架 D: 官网地址为:www.thinkphp.net
- 3
创建数据库test的命令是 A: create database test; B: create table test ; C: create index test; D: Create trigger test;
- 4
在MySQL中,创建唯一索引的关键字是( )。 A: fulltext index B: only index C: unique index D: index