当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: chklogin.jsp: <%@ page langu
 

 

    摘要:第一个例子: include-file-test-1.jsp: <%@ page contenttype="text/html;charset=gbk" %><%! string dec_str = "dec_str";%><%=dec_str%><br><%@ include file="......
 ·t-sql extractor    »显示摘要«
    摘要:/****************************************************************************** * author: iret * desc: t-sql extractor * extract the comments and blanks and tabs from the sql statement * 为了比较两个存储过程,或......


使用session保护受限页面

【程序编程相关:如何利用C#创建和调用DLL

【推荐阅读:数据库连接字符串整理

chklogin.jsp: 【扩展信息:在C#中编写多线程应用程序

<%@ page language="java" pageencoding="gbk" import="news.admin.*"%>

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">

<html>

<head>

<title>lomboz jsp</title>

</head>

<body bgcolor="#ffffff">

<%

    string username = request.getparameter("username");

    string password = request.getparameter("password");

    checkmanagers checkmanagers = new checkmanagers();

        //查询数据库,验证用户名与密码

    if (!checkmanagers.checklogin(username, password)) {


...   下一页
    摘要: 还是在写那个数据库应用的输入界面,在为对话框中的控件绑定变量时发现。如果给edit绑定cstring的话虽然能使用mfc的动态数据效换,但是没办法去控制edit的行为。例如,我一开要让这些edit全被disabled掉,只有在开打编辑状态后才能enabled让操作者对edit的内容进行编辑。所以,如果给edit绑定cedit虽然能控制编辑框的行为但不能使用mfc的动态数据交换了。这样要自己写数据......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE