curl -e http://vip.hihi.com http://test.image.ok.com/parcel/201704/1491035345125_971038.jpg 1xx.8x.39.48 - - [12/Sep/2017:11:47:03 +0800] "GET /par/20 ...
分类:
Web程序 时间:
2017-09-12 13:32:35
阅读次数:
167
1. 获得输入内容 input 2. print方法的使用,增加间隔,使用sep,换行方式为end 3. 对结果求值 eval 4. break 和 countinue的使用 break: 结束循环 continue:跳过当前循环进入下一次迭代 如果是嵌套循环,则break和continue分别只针 ...
分类:
编程语言 时间:
2017-09-11 19:54:20
阅读次数:
242
android:dateTextAppearance 设置日历View在日历表格中的字体皮肤;android:firstDayOfWeek 指定日历第一个星期的第一天,在日历中横向所在位置,从右边向左数,从1开始计数;android:focusedMonthDateColor 设置日历表格当月显示的 ...
分类:
移动开发 时间:
2017-09-11 17:57:12
阅读次数:
318
canvas.js canvas.html 效果: 2017-09-11 12:06:02 ...
分类:
其他好文 时间:
2017-09-11 13:15:08
阅读次数:
136
1 # -*- coding: utf-8 -*- 2 """ 3 Created on Wed Sep 6 22:21:09 2017 4 5 @author: Administrator 6 """ 7 import nltk 8 from nltk.book import * 9 # 搜搜单词... ...
分类:
编程语言 时间:
2017-09-10 22:15:18
阅读次数:
235
列表排序 1.使用CollectionView排序(默认设置) 2.自定义SortableObservableCollection 添加列表属性,并绑定到控件 在排序触发时,添加 viewModel.Items.Sort(item => item.UpdateTime, sortingDirecti ...
分类:
编程语言 时间:
2017-09-10 21:38:57
阅读次数:
195
(Another) YYF is a couragous scout. Now he is on a dangerous mission which is to penetrate into the enemy's base. After overcoming a series difficulti ...
分类:
其他好文 时间:
2017-09-09 18:10:14
阅读次数:
266
Little Chef and Sums 分析:水题,去维护一下前缀和以及后缀和就好,注意long long 1 #include "iostream" 2 #include "cstdio" 3 #include "cstring" 4 #include "string" 5 using name ...
分类:
其他好文 时间:
2017-09-08 11:42:39
阅读次数:
214
参考print的官方文档 在python中,print默认向屏幕输出指定的文字,例如: >>>print('hello,world')hello world print的完整格式为print(objects,sep,end,file,flush),其中后面4个为可选参数 sep在输出字符串之间插入指 ...
分类:
编程语言 时间:
2017-09-07 22:00:51
阅读次数:
486
Subsequence Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 16520 Accepted: 7008 Description A sequence of N positive integers (10 < N < 10 ...
分类:
其他好文 时间:
2017-09-07 13:27:34
阅读次数:
185