摘要:
作者:李艳芳等
摘自赛迪网
为网页设置防火墙的主要目的是根据网页内容对不同来访者提供不同的服务,利用java script或vb script,我们很容易做到这一点。但网页的源码在客户浏览器中可以被看到,访问者可以查看所用的用户鉴别方法,这只是一个表面形式的防火墙。asp是web上的客户机/服务器结构的中间层,虽然它使用脚本语言(java script,vb script等)......
摘要:
public int addmessage(int moduleid, int fatherid, string username, string title, string body, string face) {
if (username.length < 1) {
username = "unknown";
}
// create ins......
SQLDataReaderVs.DataSet(好多人弄不清楚,这回大家可以看看了)
sqldatareader vs dataset
摘要:
the .net framework beta 2 has many changes that will break applications written in beta 1. among these changes is the templates used in data server controls, such as the datagrid and datalist.......