码迷,mamicode.com
首页 >  
搜索关键字:samll note    ( 7370个结果
全栈项目|小书架|服务器开发-NodeJS 中使用 Sequelize 操作 MySQL数据库
安装 官网:https://sequelize.org/v5/manual/getting started.html 安装 及数据库连接驱动 使用 创建连接: 创建Model表: 生产数据: // Note: using will drop the table if it already exist ...
分类:数据库   时间:2019-11-16 12:20:58    阅读次数:89
10.1代数结构
代数结构(Mathematical Structures) 定义:具有在对象上定义操作的对象集合及其附带属性构成代数结构或代数系统。(Note:这里我们只处理离散的代数结构) 如:[sets, ∩, ∪, ]; [ 3 × 3的矩阵, +, , T]等 二元运算(Binary operation) ...
分类:其他好文   时间:2019-11-15 18:38:38    阅读次数:105
LeetCode_383. Ransom Note
383. Ransom Note Easy Easy Easy Given an arbitrary ransom note string and another string containing letters from all the magazines, write a function t ...
分类:其他好文   时间:2019-11-15 10:44:24    阅读次数:79
Prometheus 2.14.0 新特性
Prometheus "2.14.0" 现在(2019.11.11)已经发布,在上个月的 "2.13.0" 之后又进行了一些修正和改进。 这次最大的新功能是基于 React 的新 UI,与现有 UI 大体相同。该 UI 还在持续开发中。现有的 UI 还获得了 head cardinality 统计信 ...
分类:其他好文   时间:2019-11-14 23:53:43    阅读次数:122
Python黑科技程序,还你一块纯洁无暇的移动硬盘
前言 文的文字及图片来源于网络,仅供学习、交流使用,不具有任何商业用途,版权归原作者所有,如有问题请及时联系我们以作处理。 作者: 星安果 PS:如有需要Python学习资料的小伙伴可以加点击下方链接自行获取 http://note.youdao.com/noteshare?id=3054cce4a ...
分类:移动开发   时间:2019-11-14 15:25:17    阅读次数:131
LeetCode 846. Hand of Straights
原题链接在这里:https://leetcode.com/problems/hand-of-straights/ 题目: Alice has a hand of cards, given as an array of integers. Now she wants to rearrange the ...
分类:其他好文   时间:2019-11-14 13:45:12    阅读次数:105
route 相关设置
Debian系统 查看路由表: Here is a config file named /etc/network/interfaces: ip command to set a default router to 192.168.1.254 route command to set a defaul ...
分类:其他好文   时间:2019-11-14 09:48:57    阅读次数:98
FAT12 img tool
NJU/2019/OS Description: CODE: Main.cpp: 1 /* 2 @author: Edwin Xu 3 @Date:2019/11/13 4 @Note: just ASCII 5 */ 6 #include <cstdio> 7 #include <cstdlib> ...
分类:其他好文   时间:2019-11-14 00:08:29    阅读次数:67
3种类型的梯度下降算法总结
参考资料:梯度下降优化算法总结(必看!!!!!!!) 梯度下降法 (Gradient Descent Algorithm,GD) 是为目标函数J(θ),如代价函数(cost function), 求解全局最小值(Global Minimum)的一种迭代算法。 为什么使用梯度下降法 我们使用梯度下降法 ...
分类:编程语言   时间:2019-11-13 22:30:05    阅读次数:144
天气变冷了,用Python给你的爱人制作一个天气提醒小助手
前言 文的文字及图片来源于网络,仅供学习、交流使用,不具有任何商业用途,版权归原作者所有,如有问题请及时联系我们以作处理。 作者: PK哥 PS:如有需要Python学习资料的小伙伴可以加点击下方链接自行获取 http://note.youdao.com/noteshare?id=3054cce4a ...
分类:编程语言   时间:2019-11-13 16:10:16    阅读次数:86
7370条   上一页 1 ... 64 65 66 67 68 ... 737 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!