"Damn Single (单身狗)" is the Chinese nickname for someone who is being single. You are supposed to find those who are alone in a big party, so they can ...
分类:
其他好文 时间:
2018-08-19 19:03:43
阅读次数:
169
"来源poj2431" A group of cows grabbed a truck and ventured on an expedition deep into the jungle. Being rather poor drivers, the cows unfortunately mana ...
分类:
其他好文 时间:
2018-08-19 17:32:35
阅读次数:
145
https://stackoverflow.com/questions/50972168/flink-latency-metrics-not-being-shown/50982071#50982071 https://stackoverflow.com/questions/45211970/how- ...
分类:
其他好文 时间:
2018-08-19 00:56:44
阅读次数:
189
描述 Now I am leaving hust acm. In the past two and half years, I learned so many knowledge about Algorithm and Programming, and I met so many good frie ...
分类:
编程语言 时间:
2018-08-18 10:32:24
阅读次数:
195
概念: 索引数组 》》》$arr = []; 关联数组 》》》 $arr = [ 'orange'=>1,'apple'=>'good' ]; 1、在tp5之前的tp3.2,我们知道索引数组转关联数组,是直接可以转成功的,因为php是弱语言类型。 2、在tp5之后,索引数组不能直接转关联数组,必要通 ...
分类:
编程语言 时间:
2018-08-17 13:58:27
阅读次数:
237
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, ...
分类:
其他好文 时间:
2018-08-16 23:47:18
阅读次数:
204
部分题解:B:1360: Good Serial Inc.(不知道是什么类型的题)D:1363: Count 101 (经典数位dp)好像还可以找规律,斐波那契…..F:太水了没有写G:1347: Last Digit (周期函数)H:1349: Taking Pebbles (博弈 打表找规律)I... ...
分类:
其他好文 时间:
2018-08-16 20:04:17
阅读次数:
158
#在if语句嵌套中,需要特别注意的else和if的配对问题。python编译系统处理该问题的原则是:else总是与同一语法层次中离他最近的尚未配对的if配对#例如:x=10y=85ifx>20orx<-10:ify<100ory>x:print("Good")else:print("Bad")num=int(input("请
分类:
编程语言 时间:
2018-08-16 11:20:10
阅读次数:
115
开发是前后端分离,不需要等待后台开发。前端自己模拟数据,经本人测试成功。 我们在根目录新建存放数据的json文件,存放我们的数据data.json 在build文件夹下的webpack.dev.config.js中: 这样以来我们就可以通过http://localhost:8080/api/good ...
分类:
其他好文 时间:
2018-08-15 18:35:53
阅读次数:
628
shell注释 以#作为注释符号 shell中没有多行注释,只能一行加一个#号 字符串操作 1、拼接字符串 2、获取字符串长度 string=“khjf” echo ${#string} 3、提取子字符串 string="tynam is a good man" echo ${string:1:4} ...
分类:
编程语言 时间:
2018-08-14 20:02:24
阅读次数:
210