码迷,mamicode.com
首页 >  
搜索关键字:you    ( 26666个结果
HFT is a good industry as a computer scientist
https://www.reddit.com/r/highfreqtrading/comments/dtvh0o/low_latency_developer_hft/ It’s a good industry as a computer scientist. You are definitely d ...
分类:其他好文   时间:2020-03-06 11:10:00    阅读次数:73
Delta Lake 学习
https://docs.delta.io/latest/quick-start.html Boston Spark Meetup @ Wayfair / Delta Lake: Open Source Reliability and Quality for Data Lakes ...
分类:其他好文   时间:2020-03-06 10:52:06    阅读次数:57
安装tensorflow出现的python-setuptools 20.7.0问题
1.问题 ERROR: markdown 3.2.1 has requirement setuptools>=36, but you'll have setuptools 20.7.0 which is incompatible. Installing collected packages: pro ...
分类:编程语言   时间:2020-03-05 22:20:18    阅读次数:167
1110 Complete Binary Tree (25分) 判断一棵二插树是否是完全二叉树
Given a tree, you are supposed to tell if it is a complete binary tree. Input Specification: Each input file contains one test case. For each case, th ...
分类:其他好文   时间:2020-03-05 20:59:24    阅读次数:115
conda进入虚拟环境
在激活其他环境时出现CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'. To initialize your shell错误解决方法: 因为我上一个环境没退出所以 再次进 ...
分类:其他好文   时间:2020-03-05 20:56:37    阅读次数:413
Git repository initialize
Command line instructions Git global setup git config --global user.name "Your Name" git config --global user.email ""you@example.com"" Create a new r ...
分类:其他好文   时间:2020-03-05 17:56:13    阅读次数:63
lock in OS
大意: class Lock { acquire(val){ if(val==0){ val = 1; return false; }else{ return true } }; release(val){ val = 0; }; } let lock = new Lock(); let val = ...
分类:其他好文   时间:2020-03-05 15:19:38    阅读次数:32
1074 Reversing Linked List (25分) 链表反转
Given a constant K and a singly linked list L, you are supposed to reverse the links of every K elements on L. For example, given L being 1→2→3→4→5→6, ...
分类:其他好文   时间:2020-03-05 13:49:20    阅读次数:86
5. Longest Palindromic Substring
Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000. Example 1: Input: "babad" Output: ...
分类:其他好文   时间:2020-03-05 11:52:43    阅读次数:60
详解 Properties类
(请观看本人博文—— "《详解 I/O流》" ) Properties类: 概念 : Properties 类的对象 是 一个持久的属性集 Properties 可 保存在流中 或 从流中加载 属性列表中 每个键及其对应值都是一个字符串 Properties类的 父类是Hashtable 属于 双列 ...
分类:其他好文   时间:2020-03-05 10:32:51    阅读次数:87
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!