广州南沙软件园面试试题及答案(VB、ASP部分) (转)[@[email protected]]

  广州南沙软件园面试试题(VB、ASP部分)

要求10分钟完成。

1、How many bytes does an ip adress consist of?
2、用sql写语句:在下列三张表中选出CLASSID 为“1”的人的NAME和AGE。
  表1 表2 表3
No Name Age No ID No
102 Ja 23 102 1 102
103 Ba 23 104 1 103
104 Na 24 103 2 104

3、用你熟悉的语言写出几行用于访问数据库程序代码。
4、写出下列标记的作用






5、在网页中如何表示下列符号:
<
>
&

 

以下的答案是根据众位网友的意见综合而成,是否正确请自行验证。
1、 four bytes

2、 select name, age
  from 表1 a,表2 b,表3 c
  where c.id="1" and
  a.id=b.id and
  a.id=c.id  3.Query1->Databasename = "Mydb";
  Query1->SQL->Clear(0;
  Query->SQL->Add(......)
  Query->Active = true;

3、Query1->Databasename = "MyDB";
  Query1->SQL->Clear();
  Query->SQL->Add(......)
  Query->Active = true;

4、写出下列标记的作用
:  在头部设定文件媒体信息

:  列表

:  换行标记
:  定义表格内容
框架

5、在网页中如何表示下列符号:
>  &gt
&  &amp
《 &Egrave

 


来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/10748419/viewspace-989718/,如需转载,请注明出处,否则将追究法律责任。

广州南沙软件园面试试题及答案(VB、ASP部分) (转)
请登录后发表评论 登录
全部评论
<%=items[i].createtime%>

<%=items[i].content%>

<%if(items[i].items.items.length) { %>
<%for(var j=0;j
<%=items[i].items.items[j].createtime%> 回复

<%=items[i].items.items[j].username%>   回复   <%=items[i].items.items[j].tousername%><%=items[i].items.items[j].content%>

<%}%> <%if(items[i].items.total > 5) { %>
还有<%=items[i].items.total-5%>条评论) data-count=1 data-flag=true>点击查看
<%}%>
<%}%> <%}%>

转载于:http://blog.itpub.net/10748419/viewspace-989718/

相关文章:

  • 2022-12-23
  • 2021-12-13
  • 2022-02-08
  • 2021-11-30
  • 2022-12-23
  • 2022-12-23
  • 2021-10-28
猜你喜欢
  • 2022-01-02
  • 2021-05-11
  • 2022-12-23
  • 2022-12-23
  • 2022-01-09
  • 2022-12-23
相关资源
相似解决方案