CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数据库系统 MySQL数据库

文件名称:mysql_for_nodejs

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2013-06-12
  • 文件大小:
    2.2mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!
电信下载 联通下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。

介绍说明--下载内容来自于网络,使用问题请自行百度

node.js的mysql 模块,是node.js中使用最广放那的mysql 模块。-mysql for node.js
(系统自动生成,下载前可以参看下载内容)

下载文件列表

mysql/.npmignore
mysql/.travis.yml
mysql/benchmark/analyze.js
mysql/benchmark/parse-100k-blog-rows.js
mysql/benchmark/select-100k-blog-rows.js
mysql/Changes.md
mysql/index.js
mysql/lib/Connection.js
mysql/lib/ConnectionConfig.js
mysql/lib/Pool.js
mysql/lib/PoolConfig.js
mysql/lib/protocol/Auth.js
mysql/lib/protocol/constants/charsets.js
mysql/lib/protocol/constants/client.js
mysql/lib/protocol/constants/errors.js
mysql/lib/protocol/constants/field_flags.js
mysql/lib/protocol/constants/server_status.js
mysql/lib/protocol/constants/types.js
mysql/lib/protocol/PacketHeader.js
mysql/lib/protocol/packets/ClientAuthenticationPacket.js
mysql/lib/protocol/packets/ComChangeUserPacket.js
mysql/lib/protocol/packets/ComPingPacket.js
mysql/lib/protocol/packets/ComQueryPacket.js
mysql/lib/protocol/packets/ComQuitPacket.js
mysql/lib/protocol/packets/ComStatisticsPacket.js
mysql/lib/protocol/packets/EmptyPacket.js
mysql/lib/protocol/packets/EofPacket.js
mysql/lib/protocol/packets/ErrorPacket.js
mysql/lib/protocol/packets/Field.js
mysql/lib/protocol/packets/FieldPacket.js
mysql/lib/protocol/packets/HandshakeInitializationPacket.js
mysql/lib/protocol/packets/index.js
mysql/lib/protocol/packets/LocalDataFilePacket.js
mysql/lib/protocol/packets/OkPacket.js
mysql/lib/protocol/packets/OldPasswordPacket.js
mysql/lib/protocol/packets/ResultSetHeaderPacket.js
mysql/lib/protocol/packets/RowDataPacket.js
mysql/lib/protocol/packets/StatisticsPacket.js
mysql/lib/protocol/packets/UseOldPasswordPacket.js
mysql/lib/protocol/PacketWriter.js
mysql/lib/protocol/Parser.js
mysql/lib/protocol/Protocol.js
mysql/lib/protocol/ResultSet.js
mysql/lib/protocol/sequences/ChangeUser.js
mysql/lib/protocol/sequences/Handshake.js
mysql/lib/protocol/sequences/index.js
mysql/lib/protocol/sequences/Ping.js
mysql/lib/protocol/sequences/Query.js
mysql/lib/protocol/sequences/Quit.js
mysql/lib/protocol/sequences/Sequence.js
mysql/lib/protocol/sequences/Statistics.js
mysql/lib/protocol/SqlString.js
mysql/License
mysql/Makefile
mysql/node_modules/bignumber.js/bignumber.js
mysql/node_modules/bignumber.js/bignumber.min.js
mysql/node_modules/bignumber.js/doc/API.html
mysql/node_modules/bignumber.js/LICENCE
mysql/node_modules/bignumber.js/package.json
mysql/node_modules/bignumber.js/perf/bignumber-vs-bigdecimal.html
mysql/node_modules/bignumber.js/perf/bigtime-OOM.js
mysql/node_modules/bignumber.js/perf/bigtime.js
mysql/node_modules/bignumber.js/perf/lib/bigdecimal_GWT/bigdecimal.js
mysql/node_modules/bignumber.js/perf/lib/bigdecimal_GWT/BigDecTest.class
mysql/node_modules/bignumber.js/perf/lib/bigdecimal_GWT/BigDecTest.java
mysql/node_modules/bignumber.js/perf/lib/bigdecimal_GWT/bugs.js
mysql/node_modules/bignumber.js/perf/lib/bigdecimal_GWT/LICENCE.txt
mysql/node_modules/bignumber.js/perf/lib/bigdecimal_ICU4J/BigDecimal-all-last.js
mysql/node_modules/bignumber.js/perf/lib/bigdecimal_ICU4J/BigDecimal-all-last.min.js
mysql/node_modules/bignumber.js/perf/lib/bigdecimal_ICU4J/LICENCE.txt
mysql/node_modules/bignumber.js/perf/README.txt
mysql/node_modules/bignumber.js/README.md
mysql/node_modules/bignumber.js/test/abs.js
mysql/node_modules/bignumber.js/test/base-in.js
mysql/node_modules/bignumber.js/test/base-out.js
mysql/node_modules/bignumber.js/test/browser/bignumber-vs-number.html
mysql/node_modules/bignumber.js/test/browser/console-errors.html
mysql/node_modules/bignumber.js/test/browser/every-test.html
mysql/node_modules/bignumber.js/test/browser/quick-test.html
mysql/node_modules/bignumber.js/test/browser/single-test.html
mysql/node_modules/bignumber.js/test/ceil.js
mysql/node_modules/bignumber.js/test/cmp.js
mysql/node_modules/bignumber.js/test/config.js
mysql/node_modules/bignumber.js/test/div.js
mysql/node_modules/bignumber.js/test/every-test.js
mysql/node_modules/bignumber.js/test/floor.js
mysql/node_modules/bignumber.js/test/minus.js
mysql/node_modules/bignumber.js/test/mod.js
mysql/node_modules/bignumber.js/test/neg.js
mysql/node_modules/bignumber.js/test/others.js
mysql/node_modules/bignumber.js/test/plus.js
mysql/node_modules/bignumber.js/test/pow.js
mysql/node_modules/bignumber.js/test/quick-test.js
mysql/node_modules/bignumber.js/test/round.js
mysql/node_modules/bignumber.js/test/sqrt.js
mysql/node_modules/bignumber.js/test/times.js
mysql/node_modules/bignumber.js/test/toExponential.js
mysql/node_modules/bignumber.js/test/toFixed.js
mysql/node_modules/bignumber.js/test/toFraction.js
mysql/node_modules/bignumber.js/test/toPrecision.js
mysql/node_modules/bignumber.js/test/toString.js
mysql/node_modules/bignumber.js/test/v8-LICENCE.txt
mysql/node_modules/require-all/.index.js.un~
mysql/node_modules/require-all/.Readme.md.un~
mysql/node_modules/require-all/index.js
mysql/node_modules/require-all/package.json
mysql/node_modules/require-all/Readme.md
mysql/node_modules/require-all/test/.test.js.un~
mysql/node_modules/require-all/test/controllers/main-Controller.js
mysql/node_modules/require-all/test/controllers/notthis.js
mysql/node_modules/require-all/test/controllers/other-Controller.js
mysql/node_modules/require-all/test/mydir/foo.js
mysql/node_modules/require-all/test/mydir/

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com