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号东方电子科技大厦

  • 相关阅读:
    [iOS]为什么不要在init初始化方法里调用self.view
    [iOS]ARC和MRC下混编
    CollectionView的基础代码
    关于ios项目中加入webp格式的图片
    【音频】远程链接音频播放(AVPlayer)
    iOS微信支付回调和iOS9系统左上角返回的冲突解决
    【转载】iOS开发经验总结
    【转载】iOS超全开源框架、项目和学习资料汇总(4)数据库、缓存处理、图像浏览、摄像照相视频音频篇
    【转载】3分钟实现iOS语言本地化/国际化(图文详解)
    微信小程序推荐网站
  • 原文地址:https://www.cnblogs.com/mrxiaohe/p/6811278.html
Copyright © 2011-2022 走看看