当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: 晕,写了两个晚上的,同时也是自己学asp.net一年多以来,第一
 

 

    摘要:这是一个论坛的帖子(http://www.mypm.net/bbs/article.asp?titleid=492&ntypeid=5005),觉得很不错,很有感触,整理一下。 帖子主题 * 如何避免软件项目的现场开发? 问题:我们公司有不少的软件项目,但是如何避免现场开发这个问题上没有很好的处理办法,尽管大家都知道现场开发弊端多多。请教各位是否有什么好的办法? papachong:......
 ·不用辅助节点,使用    »显示摘要«
    摘要:由于使用宏,还是有要引入几个int类型的临时变量及指针,没有完全发挥xor操作的速度,改用块汇编实现。只是替换了三处,测试与用c实现的结果一样。速度及空间应该都有改良。#include <stdio.h>#include <stdlib.h> #define swap(a,b) { \ a=a^0xffffffff; \ b=b^a; \ a=a^b; \ b=b^0x......


原创的用户登录服务器控件[vb.net]

晕,写了两个晚上的,同时也是自己学asp.net一年多以来,第一次有满意的作品!希望再接再厉!

´2004.6.10 【程序编程相关:oracle这样才能删除干净!!

我有信心做个优秀的人民教师与优秀的.net程序员!:) 【推荐阅读:LSAT(Linux Security

´programmer by czclk 【扩展信息:Web网站的设计、管理与维护

´自学.net一年,第一个自己写的用户登录控件

´事件checkedresult,该事件参数e继承自eventargs,含有用户名,密码,登录合法性(布尔值)

´事件enterempty,当用户名.密码文体框为空值时引发

imports system.componentmodel

imports system.web.ui

imports system.web.ui.webcontrols

imports system.data.sqlclient

")> public class login

    inherits system.web.ui.webcontrols.webcontrol

    implements ipostbackdatahandler

    public delegate sub checkedevent(byval sender as object, byval e as loginevent)

    public event enterempty as eventhandler

    public event checkedresult as checkedevent

    private _user as string

    private _pass as string

    private _database as string

    private _datatable as string

    private _databaseusername as string

    private _databasepass as string

    private _server as string

    private _coluser as string

    private _colpass as string

    private _txtuser as string

    private _txtpass as string

    public property coluser() as string        ´属性--用户名字段

        get

            return _coluser

        end get

        set(byval value as string)

            _coluser = value

        end set

    end property

    public property colpass() as string        ´属性--密码字段

        get

            return _colpass

        end get

        set(byval value as string)

            _colpass = value


...   下一页
 ·unix还能走多远?    »显示摘要«
    摘要:unix还能走多远?作者: badcoffeeemail: blog.oliver@gmail.comblog: http://blog.csdn.net/yayong2004年11月alpha处理器和tru64操作系统死了,hp-ux亦不久人世矣,aix消亡的日子还远吗?2006年,hp的alpha和pa-risc cpu的开发工作将终止,取而代之的是hp和intel共同研发的安腾。hp的安腾战......
» 本期热门文章:

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