码迷,mamicode.com
首页 >  
搜索关键字:sell stock iv    ( 3393个结果
LeetCode 2nd List
https://leetcode.com/problems/path-sum-iii/ https://leetcode.com/problems/path-sum-iv/ https://leetcode.com/problems/maximum-product-of-three-numbers/ ...
分类:其他好文   时间:2020-01-05 11:39:50    阅读次数:78
[转帖]监控 Linux 系统的 7 个命令行工具
监控 Linux 系统的 7 个命令行工具 https://linux.cn/article-5898-1.html 这里有一些基本的命令行工具,让你能更简单地探索和操作Linux。 Image courtesy Meltys-stock 深入 关于Linux最棒的一件事之一是你能深入操作系统,来探 ...
分类:系统相关   时间:2020-01-05 09:25:00    阅读次数:85
C#加密解密类
1.SymmetricAlgorithm.IV Property 获取或设置对称算法的初始化向量 IV属性的大小必须与BlockSize属性除以8相同。 The classes that derive from the SymmetricAlgorithm class use a chaining ...
分类:Windows程序   时间:2020-01-02 11:55:54    阅读次数:179
python 实现aes加密解密 ecb模式和其他模式
ecb模式:(这种不需要偏移向量iv,安全性较低,代码出处忘了) # -*- coding=utf-8-*- from Crypto.Cipher import AES import os from Crypto import Random import base64 from Crypto.Cip ...
分类:编程语言   时间:2020-01-01 18:54:05    阅读次数:217
各种分箱算法
有监督:chi2、BestK、cart、最优woe/iv 无监督:等频、等距、聚类 https://www.jb51.net/article/174833.htm https://www.jb51.net/article/174816.htm https://www.jb51.net/article ...
分类:编程语言   时间:2019-12-31 23:40:03    阅读次数:161
本地数据字典表
stock_basic_data stk_code varchar(12) not null primary key unique 股票代码 stk_name varchar(30) 股票名称 city varchar(60) 所属城市 exchange varchar(6) 交易所类型 list_ ...
分类:其他好文   时间:2019-12-26 21:12:38    阅读次数:97
rpm安装和卸载软件
1、安装 rpm -i需要安装的包文件名 举例如下: rpm -i example.rpm 安装 example.rpm 包; rpm -iv example.rpm 安装 example.rpm 包并在安装过程中显示正在安装的文件信息; rpm -ivh example.rpm 安装 exampl ...
分类:其他好文   时间:2019-12-24 23:38:39    阅读次数:83
小程序-登录-token
1.前端调用wx.login()获取code值 2.前端通过调用wx.getUserInfo获取iv、rawData、signature、encryptedData等加密数据,传递给后端 3.服务器通过code请求api--auth.code2Session,换回session_key和openid ...
分类:微信   时间:2019-12-23 17:15:07    阅读次数:2178
Educational Codeforces Round 78 (Rated for Div. 2) C. Berry Jam
链接: https://codeforces.com/contest/1278/problem/C 题意: Karlsson has recently discovered a huge stock of berry jam jars in the basement of the house. Mo ...
分类:其他好文   时间:2019-12-21 12:08:12    阅读次数:71
Educational Codeforces Round 78 (Rated for Div. 2) C. Berry Jam
Karlsson has recently discovered a huge stock of berry jam jars in the basement of the house. More specifically, there were 2n2n jars of strawberry an ...
分类:其他好文   时间:2019-12-21 11:39:25    阅读次数:74
3393条   上一页 1 ... 12 13 14 15 16 ... 340 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!