大前提:强调什么重读什么 (↗) 一般疑问句的语调(重点放在事情) 朗读一般疑问句时用升调(↗),而一般疑问句的简略答语则用降调(↘)。 Are you from Japan﹖(↗) Yes, I am. / No, I'm not.(↘) (↘) 特殊疑问句都要读成降调(↘)(重点放在疑问词) 并 ...
分类:
其他好文 时间:
2020-03-07 09:33:41
阅读次数:
123
今天突发奇想不想使用cout进行输出信息了,想把cout换成自己任意指定的非关键词变量名字进行输出 #include <iostream> using namespace std; int main(){ decltype(cout) &shit = cout; shit<<"i am piece ...
分类:
编程语言 时间:
2020-03-05 17:59:26
阅读次数:
93
1 package com.lv.study.am.first; 2 3 import java.math.BigDecimal; 4 5 public class TestBigDecimal { 6 7 public static void main(String[] args) { 8 9 / ...
分类:
编程语言 时间:
2020-03-04 21:14:41
阅读次数:
94
1 编写程序将"jdk" 全部变成大写 并输出到屏幕 截取”DK“并输出到屏幕 1 package com.lv.study.am.first; 2 3 public class DemoString { 4 5 public static void main(String[] args) { 6 ...
分类:
编程语言 时间:
2020-03-04 10:02:39
阅读次数:
132
Be动词的形式: be,一般现在时(is,am,are),过去时(was,were),(现在分词)being,(过去分词)been is,was用于单数 are,were用于复数 The man is back. The man 主语是单数 所以be动词用is They are back. They ...
分类:
其他好文 时间:
2020-03-03 10:58:40
阅读次数:
78
一、is和do区别 (1)is是系动词 在句子中构成:主系表 I am a teacher. (2)do是助动词 帮助实义动词否定和疑问的动词。 什么是实义动词? (3)实义动词:有实际含义的动词,比如爱,这个词你可以知道对方爱你,能识别出意思的就是实义动词。 I love you. 你就可以得出对 ...
分类:
其他好文 时间:
2020-03-01 12:51:19
阅读次数:
98
xray与burp联动被动扫描 0X00xray建立监听 在实际测试过程中,除了被动扫描,也时常需要手工测试。这里使用 Burp 的原生功能与 xray 建立起一个多层代理,让流量从 Burp 转发到 xray 中。 首先 xray 建立起 webscan 的监听 .\xray_windows_am ...
分类:
其他好文 时间:
2020-03-01 12:28:48
阅读次数:
212
I am the guy who made the Primer Fields video. Sorry for the length of this post, but is has to be long in order to address the issues I am seeing in ...
分类:
其他好文 时间:
2020-02-29 22:31:13
阅读次数:
104
copy from : http://gityuan.com/2017/05/19/ams-abstract/ 本文基于Android 6.0的源代码,来分析四大组件的管理者AMS frameworks/base/services/core/java/com/android/server/am/ - ...
分类:
其他好文 时间:
2020-02-28 12:28:35
阅读次数:
103
s = 'i am very very like you and like you' dict( [(i, s.split().count(i)) for i in s.split()] ) Out[2]: {'i': 1, 'am': 1, 'very': 2, 'like': 2, 'you': ...
分类:
编程语言 时间:
2020-02-26 20:37:06
阅读次数:
126