zoukankan      html  css  js  c++  java
  • 素材

    http://wenda.tianya.cn/jinghua/1a6pcaleh0j8lqi22nn7qvojci7utv8srmhna
    工作流程进度插
    http://sc.chinaz.com/jiaoben/index_11.html
    http://sc.chinaz.com/jiaobendemo.aspx?downloadid=0201525719182
    特效
    http://www.cnblogs.com/lhb25/p/page-loading-effects.html
    html辅助方法
    http://www.cnblogs.com/kissdodog/archive/2013/01/08/2851067.html
    event.keyCode查询---
    http://www.cnblogs.com/shipengzhi/articles/2035010.html
    数据传递最全
    http://www.cnblogs.com/guohu/p/4377974.html

    http://www.cnblogs.com/willick/p/3224144.html
    1032231790

    未能加载文件或程序集“MySql.Web, Version=6.7.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d”或它的某一个依赖项。系统找不到指定的文件。
    <add name="MySQLMembershipProvider" type="MySql.Web.Security.MySQLMembershipProvider, MySql.Web, Version=6.7.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" connectionStringName="LocalMySqlServer" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="true" applicationName="/" requiresUniqueEmail="false" passwordFormat="Clear" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="7" minRequiredNonalphanumericCharacters="1" passwordAttemptWindow="10" passwordStrengthRegularExpression=""/>
    行 241:      </providers>

        <add name="LocalMySqlServer" connectionString=""/>


    <add name="MySQLMembershipProvider" type="MySql.Web.Security.MySQLMembershipProvider, MySql.Web, Version=6.7.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" connectionStringName="LocalMySqlServer" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="true" applicationName="/" requiresUniqueEmail="false" passwordFormat="Clear" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="7" minRequiredNonalphanumericCharacters="1" passwordAttemptWindow="10" passwordStrengthRegularExpression=""/>

    <add name="MySQLProfileProvider" type="MySql.Web.Profile.MySQLProfileProvider, MySql.Web, Version=6.7.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" connectionStringName="LocalMySqlServer" applicationName="/"/>

    <add name="MySQLRoleProvider" type="MySql.Web.Security.MySQLRoleProvider, MySql.Web, Version=6.7.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" connectionStringName="LocalMySqlServer" applicationName="/"/>
    ...的loading界面
    http://www.jb51.net/article/43914.htm

    http://blog.csdn.net/myxx520/article/details/8732285

    http://home.cnblogs.com/u/mrxiaohe/


    <script type="text/javascript" src="jquery.js"></script><script type="text/javascript">$(window).load(function(){$("#loading").hide();})</script>

    http://www.3lian.com/edu/2011/09-28/10878.html
    http://www.cnblogs.com/winner/archive/2007/09/06/884192.html
    http://www.jscode.cn/develop/asp/v20566
    http://holysonll.blog.163.com/blog/static/2141390932013411112823855/
    http://blog.csdn.net/myxx520/article/details/8732285
    海淀区创业路2号东方电子科技大厦

  • 相关阅读:
    python生成xml文件
    gcc基本用法
    Java删除文件或目录及目录下所有文件
    QTimer在QThread环境中失效的问题
    fopen打开文件失败的问题
    利用枚举,简化多个标志位统计
    QTableView表格自动拉伸
    django1.11 启动错误:Generator expression must be parenthesized
    css选择器
    property使用
  • 原文地址:https://www.cnblogs.com/mrxiaohe/p/6811278.html
Copyright © 2011-2022 走看看