
编程基础
luoyushan333
这个作者很懒,什么都没留下…
展开
-
Mongoose的官方quick start教程
原文地址First be sure you have MongoDB and Node.js installed.Next install Mongoose from the command line using npm:$ npm install mongooseNow say we like fuzzy kittens and want to record every kitten we eve转载 2017-01-11 23:31:42 · 268 阅读 · 0 评论 -
Python各类数据类型转换函数总结
Python各类数据类型的相互转换int(x [,base ]) 将x转换为一个整数long(x [,base ]) 将x转换为一个长整数float(x ) 将x转换到一个浮点数complex(real [,imag ]) 创建一个复数str(x ) 将对象 x 转换为字符串r转载 2017-02-28 10:29:24 · 607 阅读 · 0 评论