#include<bits/stdc++.h> // #include<iostream> // #include<stdio.h> // #include<iomanip> // #include<stack> // #include<queue> // #include<algorithm> /... ...
分类:
其他好文 时间:
2019-10-13 00:23:02
阅读次数:
92
a=0 for xgip in ${xgipset[*]} do let a+=1 fping $xgip|grep alive >/dev/null if [ $a != 3 ];then if [ $? = 0 ];then echo -n "$outip与$xgip正常通信," else ec... ...
分类:
其他好文 时间:
2019-10-13 00:22:43
阅读次数:
88
1组件的注册 全局注册 局部注册 2组件通讯 第一种 在子组件中使用props:[],将其定义成一个数组的方式 第二种 在子组件中使用props:{} 值得一提的是,为什么组件里的data会是一个function,这是为了保证在多个地方使用这个组件的时候,组件的实例是独立的,比如说,你有一个计时器组 ...
分类:
其他好文 时间:
2019-10-13 00:22:26
阅读次数:
77
封装得到邮件标题的函数 读取邮件标题实现关机 ...
分类:
其他好文 时间:
2019-10-13 00:21:55
阅读次数:
98
Google 2018 IO 大会推出了 Android新的扩展库 AndroidX,用于替换原来的 Android扩展库,将原来的android.*替换成androidx.*;只有包名和Maven工件名受到影响,原来的类名,方法名和字段名不会更改。接下来我们来看看使用 AndroidX的扩展库需要 ...
分类:
移动开发 时间:
2019-10-13 00:21:35
阅读次数:
148
1 package swingtest; 2 3 4 import javax.swing.*; 5 import java.awt.*; 6 import java.awt.event.ActionEvent; 7 import java.awt.event.ActionListener; 8 i... ...
分类:
编程语言 时间:
2019-10-13 00:21:15
阅读次数:
103
E题一个下午自闭,被吊打是日常的事情,不用奇怪。 刚开始是当成类似灯的开关问题,从左到右把1e9的长度分成最多2*n段然后还特判了一小时,再二分,结果......当然.......TLE 之后看正解,是对特定的点进行差分,把渔夫当成是点,对于每一条鱼的区间加1,然后一次性得到答案 http://co ...
分类:
其他好文 时间:
2019-10-13 00:20:59
阅读次数:
118
全面系统Python3入门+进阶课程 Python语言本身就是一门简单的语言,入门非常容易。 机器学习中用到的Python(语法)相对就更简单了。 本文从机器学习的视角来看需要具备的Python基础。 我们的目标是~~ 没有蛀牙... 针对一个程序员(如Java程序员),在1个小时内学会足够机器学习 ...
分类:
编程语言 时间:
2019-10-13 00:20:47
阅读次数:
322
With the 2010 FIFA World Cup running, football fans the world over were becoming increasingly excited as the best players from the best teams doing ba ...
分类:
其他好文 时间:
2019-10-13 00:20:33
阅读次数:
123
慢慢来。 [题目册][1] | 题目|A |B |C |D |E|F| G| | | : : | : : |: : |: : |: : |: : |: : | |状态| √ |√ |√ |√ |× | ? | ? | //√,×,? 想法 A. Prime Subtraction [res tp A ...
分类:
其他好文 时间:
2019-10-13 00:20:18
阅读次数:
227