码迷,mamicode.com
首页 >  
搜索关键字:answer    ( 2371个结果
基金定投
博客:https://www.zhihu.com/question/365093004/answer/1538570153 基金对比工具: https://link.zhihu.com/?target=https%3A//www.howbuy.com/fundtool/compare.htm 极简投 ...
分类:其他好文   时间:2020-12-10 11:38:02    阅读次数:10
小学四则运算
代码如下: import random #四则运算 def t(): sym = ['+', '-', '×', '÷'] f= random.randint(0, 3) n1 = random.randint(1, 20) n2 = random.randint(1, 20) result = 0 ...
分类:其他好文   时间:2020-12-03 12:25:51    阅读次数:10
Python Web开发学习-Django(8)数据的添加、获取和筛选
添加数据 方法一:使用sava()方法 1.cmd进入到项目地址下,输入: python manage.py shell 2.引入创建的项目名称:from faqs.models import faqsdata 3.添加数据内容:d = faqsdata(question='test',answer ...
分类:编程语言   时间:2020-11-27 11:35:51    阅读次数:8
string和cstring头文件的区别
<string.h> 是C语言标准库的头文件之一,包含了一些字符串/内存处理相关的函数(如 strcpy,memcpy 等)。 <cstring> 是C++语言标准库的头文件之一,基本上就是 <string.h> 的C++版本,当编写C++程序时如果需要使用 <string.h>,则应当用 <cst ...
分类:其他好文   时间:2020-11-23 12:45:12    阅读次数:20
腾讯:阿里的大中台虽好,但也不是万能的!
作者:李丹华 https://www.zhihu.com/question/38278138/answer/77748126 前两天跟一位负责Lead某业务的同事聊天,说过这样一番话:我们大概花了4年多一点的时间,从无到有,让一个非腾讯名义的新业务,有起有伏,最终击败某个强大的行业对手。当中无论是项 ...
分类:其他好文   时间:2020-11-08 18:00:23    阅读次数:38
3. 无重复字符的最长子串 Longest Substring Without Repeating Characters
Given a string s, find the length of the longest substring without repeating characters. Input: s = "abcabcbb"Output: 3Explanation: The answer is "abc ...
分类:其他好文   时间:2020-11-08 17:44:10    阅读次数:26
他是中国最牛X的***,曾让6个国家束手无策,却被怀疑是精神病
他是中国最牛X的***,曾让6个国家束手无策,却被怀疑是精神病收录于话题#都是跪着看完的2个△Hollis,一个对Coding有着独特追求的人△这是Hollis的第228篇原创分享作者lHollis来源lHollis(ID:hollischuang)***,一直都是很神秘的一群存在,中国出过很多顶尖的***,比如我们很多人都知道的阿里巴巴守护神——道哥吴翰清、熊猫烧香的作者李俊、号称***过腾讯的菜霸鄢奉
分类:其他好文   时间:2020-11-01 09:21:21    阅读次数:21
Python获取企业微信健康上报使用统计
Python获取企业微信健康上报使用统计
分类:微信   时间:2020-10-31 01:20:08    阅读次数:39
leetcode407 Trapping rain water II
use 3D version to calculate how much water the model can contain this problem need use dfs,from the edge part which mustn't be answer,for the edge can ...
分类:移动开发   时间:2020-10-29 10:06:29    阅读次数:25
又是一年叶落时(四)
「I used to question who I was, but now I see, the answer's in your eyes. 」 星月皎洁,明河在天,四无人声,声在树间。 又似是一夜间,那树间的风,吹黄了叶,吹来了秋。 篮球场边又堆起了片片杨树叶,踩在上面脆脆滑滑的;最爱的那条石 ...
分类:其他好文   时间:2020-10-26 11:41:29    阅读次数:27
2371条   上一页 1 2 3 4 5 ... 238 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!