• vs 2017 visualsvn 6.0.4 版本破解dll

    只需要替换dll即可,找到相对应的目录替换,简单易操作

    5
    81
    3.63MB
    2017-09-28
    50
  • Jquery 数字验证

    Jquery数字验证,支持人民币、美元format; /** * Implementation of toFixed() that treats floats more like decimals * * Fixes binary rounding issues (eg. (0.615).toFixed(2) === '0.61') that present * problems for accounting- and finance-related software. */ function toFixed(value, precision, optionals) { var power = Math.pow(10, precision), output; // Multiply up by precision, round accurately, then divide and use native toFixed(): output = (Math.round(value * power) / power).toFixed(precision); if (optionals) { var optionalsRegExp = new RegExp('0{1,' + optionals + '}$'); output = output.replace(optionalsRegExp, ''); } return output; }

    0
    54
    17KB
    2014-04-22
    9
  • 备份整改服务器所有数据库

    备份整改服务器所有数据库,快速备份服务器所有数据库。脚本存储过程。

    0
    88
    3KB
    2012-01-05
    9
  • 集群安装手册中文版

    MSCS集群安装手册中文版伴随着网络技术和服务器技术的迅猛发展,网络及服务器的可用性也被日益提高到议事日程,各行各业对于信息化系统的依赖越来越高,一旦网络系统出现故障,将导致不可估量的损失。

    0
    55
    867KB
    2011-09-20
    2
  • Microsoft Windows Server 2008 R2 IIS7.5安装指南.

    Microsoft Windows Server 2008 R2 IIS7.5安装指南.

    4
    140
    283KB
    2011-09-20
    9
  • Windows Server 2008 R2 域控制器部署指南

    Windows Server 2008 R2 域控制器部署指南

    2
    87
    357KB
    2011-09-20
    9
  • javascript 常用验证

    jquery javascript 表单验证集

    0
    77
    20KB
    2011-06-13
    3
  • sql prompt5.0版 redgate

    红门插件,sql prompt redgate 支持数据库查询跳出提示信息。好用!

    4
    34
    13.01MB
    2011-04-22
    2
  • 数据库导出Insert工具

    一个很小的,数据库导出insert工具,支持text 是个界面工具。简单好用,推荐下。

    5
    42
    37KB
    2011-04-22
    3
  • 数据库导出文档,导出insert工具

    数据库导出文档,导出insert工具,是个很轻松导出word文档,insert数据工具,支持sqlserver,Mysql

    0
    82
    32KB
    2011-04-22
    9
关注 私信
上传资源赚积分or赚钱