06 2017 档案
摘要://: Playground - noun: a place where people can play import UIKit var str = "Hello, playground" //-------------------- 类和属性 -------------------- class Role{ //成员属性 var id = "" v...
阅读全文
摘要://: Playground - noun: a place where people can play import UIKit //---------------------- Hello world ---------------------- var str = "Hello, playground" print("Hello world and " + str) print("...
阅读全文
摘要:MNIST机器学习的原理: 通过一次次的 输入某张图片的像素值(用784维向量表示)以及这张图片对应的数字(用10维向量表示比如数字1用[0,1,0,0,0,0,0,0,0,0]表示),来优化10*784个W和10个b参数(通过交叉熵评估建立的模型)。
阅读全文
摘要:一、术语和概念的对比 primary key Specify any unique column or column combination as primary key. primary key In MongoDB, the primary key is automatically set to
阅读全文
摘要:数据如下: 一、shell操作delete语句 二、python操作delete语句 三、java操作delete语句
阅读全文
摘要:数据如下: 一、shell执行update语句 二、python操作update语句 三、Java操纵update语句
阅读全文