目录 | 下一节 (2 处理数据) 1. Pyton 简介 本章是第一章,将会从头开始介绍 Python 基础知识,让你从零开始,学会怎么编写、运行、调试一个简单的程序。最后,你可以运用这些 Python 基础知识,去编写一个简短的脚本,读取 csv 数据并执行一些简单的计算。 1.1 Python ...
分类:
编程语言 时间:
2021-01-16 11:59:52
阅读次数:
0
https://codechina.csdn.net/mirrors/jessyancoding/androidautosize?utm_source=csdn_github_accelerator 以上是Androidautosize的源码,有兴趣的就去下下来搂一眼 我这边还没看完,就把最基础的看 ...
分类:
移动开发 时间:
2021-01-15 12:02:28
阅读次数:
0
文字版排版较乱 有需要的请查看脑图版http://naotu.baidu.com/file/c74183f46a5c9ed21b48d95baa7bdc65?token=001e59b49f756370 密码为:iqGm 1.认识wireshark 介绍安装和抓一个包 2.过滤 伯克利(BPF)网卡 ...
分类:
其他好文 时间:
2021-01-14 10:50:32
阅读次数:
0
1.分析函数排序 ① row_number() over(partition by xxx order by xxx) 每一组里面编号,不管重复的 ② rank() over(partition by xxx order by xxx) 每一组里面编号,重复的同号,重复的后面会跳号 ③ dense_ ...
分类:
数据库 时间:
2021-01-14 10:47:43
阅读次数:
0
{PASCAL INTERFACE for AVICAP32 DLL} {Converted from microsoft Header file by ArTee} {Free to use - I'm NOT responsible fo bugs} unit avicap32; interfa ...
定义 定义虽然基本没有屌用,因为大部分人都看不懂,但是还的说出来。。。 The intent of the Builder design pattern is to separate the construction of a complex object from its representati ...
分类:
其他好文 时间:
2021-01-12 10:43:10
阅读次数:
0
完全删除mysql https://www.cnblogs.com/winter-bamboo/p/10837949.html vue表单绑定及css部分https://www.jianshu.com/p/0ccad24f6f03 export default暴露接口用法https://www.cn ...
分类:
其他好文 时间:
2021-01-11 11:27:58
阅读次数:
0
StringBuilder package com.keytech.task; import java.util.concurrent.CountDownLatch; import java.util.concurrent.ExecutorService; import java.util.conc ...
分类:
其他好文 时间:
2021-01-08 11:28:26
阅读次数:
0
一、kiali 组件分析 使用如下命令查看 kiali pod 详情: kubectl edit pod -n istio-system $(kubectl get pods -n istio-system | grep -i kiali | awk '{print $1}') kiali pod ...
分类:
其他好文 时间:
2021-01-08 10:42:23
阅读次数:
0
安全性测试的测试点 1.跨网站脚本攻击 通过脚本语言的缺陷模拟合法用户,控制其账户,盗窃敏感数据 2.注入攻击 通过构造查询对数据库、LDAP和其他系统进行非法查询 3.恶意文件执行 在服务器上执行Shell 命令Execute,获取控制权 4.伪造跨站点请求 发起Blind 请求,模拟合法用户,要 ...
分类:
其他好文 时间:
2021-01-07 12:19:23
阅读次数:
0