码迷,mamicode.com
首页 >  
搜索关键字:asdf    ( 98个结果
6-18 day 12 tuple dic 2:56-4:00 找机会复习day 13
('a', 's', 'd', 'f', 'a', 's', 'd', 'f', '0')['asdf', 'asdf'] k1 v1k2 v21 tet None111111 设置值,已存在,不设置,获取当前key对于值 设置值,不存在,设置,获取当前key对于值 ...
分类:其他好文   时间:2018-06-18 10:32:27    阅读次数:143
test3
```html Title asdf 11 1 11111 asdf ``` ...
分类:其他好文   时间:2018-06-13 14:39:14    阅读次数:141
Codeforces Round #323 (Div. 2) E - Superior Periodic Subarrays
E - Superior Periodic Subarrays 好难的一题啊。。。 这个博客讲的很好,搬运一下。 https://blog.csdn.net/thy_asdf/article/details/49406133 ...
分类:其他好文   时间:2018-06-04 20:10:00    阅读次数:163
python day10 基础数据类型介绍
基础数据类型 数字 python3 里,多少数字都叫 整形int python2里,少的数字叫int,长的叫long int 所有功能,都放在int里 字符串 str s1 = “asdf” 元祖 tuple 字典 dict 布尔值 bool ...
分类:编程语言   时间:2018-06-04 00:53:09    阅读次数:178
python-hashlib模块
import hashlibobj = hashlib.md5() #或者加严:obj = hashlib.md5('asdf'.encode("utf8"))obj.update('123456'.encode("utf8")) #encode()用于字符串转换字节print(obj.hexdig... ...
分类:编程语言   时间:2018-05-27 16:48:43    阅读次数:174
Python 字典操作
字典合并: 1 >>>a_dict = {'sky': 'asdf', 'liao': 'asdf'} 2 >>> a_dict 3 {'sky': 'asdf', 'liao': 'asdf'} 4 >>> b_dict = {'xiong': 'asdf', 'asky': 'asdf'} 5 ...
分类:编程语言   时间:2018-05-16 13:01:21    阅读次数:204
python-集合set
set:本身非可哈希,但set里面元素必须可哈希非可哈希不能作为字典的键 set更新:s.add('asdf')s.update('asdf')s.remove('a')s.pop()#随机删除s.clear()#清空s中元素,集合s还保留del s#删除集合s,什么都不保留 a = set([1, ...
分类:编程语言   时间:2018-05-05 14:17:35    阅读次数:201
●洛谷P3242 [HNOI2015]接水果
题链: https://www.luogu.org/problemnew/show/P3242 题解: 整体二分,扫描线+树状数组。 详细的题解:http://blog.csdn.net/thy_asdf/article/details/50363672 得到各个盘子影响的矩形区域后, 那么我们就是 ...
分类:其他好文   时间:2018-03-10 20:26:20    阅读次数:161
BZOJ.3667.Rabin-Miller算法(MillerRabin PollardRho)
"题目链接" Pollard_Rho:http://blog.csdn.net/thy_asdf/article/details/51347390 cpp include include include define gc() getchar() const int p[]={2,3,5,7,11, ...
分类:编程语言   时间:2018-02-14 15:06:53    阅读次数:163
Powershell如何在Start-Job的Scriptblock里传参?
如何在Start-Job的Scriptblock里传参?方法1:利用本地变量,从一个可扩展的字符串,使用[scriptblock]::create方法创建脚本块:$v1 = "123" $v2 = "asdf" $sb = [scriptblock]::Create("Write-Host
分类:系统相关   时间:2018-02-02 11:46:55    阅读次数:274
98条   上一页 1 2 3 4 5 6 ... 10 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!