修改 Chariot packet size.

因为工作需要使用chariot来测试小封包流量,无奈不知道该如何修改packet size 上网查到的资讯也不行 包括: (从官方文件出来)修改MSS值 [失败]. (从官方文件出来

[CSS学习笔记] 关于margin: auto和margin:0 auto水平置中 | 我在路易莎的日子

相信大家在学习CSS的时候,一定有遇到过「水平置中」或是「垂直置中」的问题 margin:0 auto 可以使区块元素水平置中,但最近在教学文章上看到 margin:auto

code悟人生 [python] #1- 建置虚拟环境(virtual environment)

是不是再针对我! 有没有再抄人家code的时候,发现为啥人家那边可以用,我这边一弄就fail 呢? 当然是故意的!因为你是抄袭仔啊( 威,又再乱说 其实原因有

一个能在Ubuntu控制海盗船commander pro的套件 - liquidctl

更多相关连结: https://linktr.ee/wade3c liquidctl可以控制fan speed 以及 rgb灯效,基本上就和海盗船自带的ICUE一样 Install Ubuntu 22.04前只能用snap装 (apt上没有) sudo sn

杀虫记 #2 [expo] - expo private package 401 unauthorized

辛辛苦苦生产的app,终于要build出去啦,甚么?!居然不给过?! 让我们来看看官方解法 官方说明 private package 只要在expo网页的Secretes页面中输入token 那expo会自

Python & Airflow 学习笔记_PythonOperator 和 BranchPythonOpera

这篇文章主要是在教学如何在 ariflow 中建立一个可以执行 python function 的 operator,同时也会介绍如何使用 BranchPythonOperator 来进行任务分支的串接,如果有问

ADXL345硬体I2C读写範例(标準库、HAL库)

这边我记录一下标準库和HAL库撰写一样的感测器的差别,看完就知道HAL库多方便多快速已经很接近Arduino了。 看完这篇一定可以知道我前面几篇文章为什么

Python & Airflow 学习笔记_Schedule 以及 Trigger Rule

这篇文章主要是在讨论在 Schedule 的设定以及 Trigger Rule,如果有问题欢迎留言讨论 一、任务排程 Schedule_Interval 在 airflow 当中,我们可以透过设定 DAG 的 sc

<<Box It!>> _HakerRank_C++_Classes

#includebits/stdc++.husing namespace std;//////////////////////////////////////////////////////////////////////Implement the class Box class Box{ private://l,b,h are integers representing the dimension

<<Inherited Code>> _HakerRank_C++_Classes

#include iostream#include string#include sstream#include exceptionusing namespace std;////////////////////////////////////////////////////////////class BadLengthException : public exception { private:

<<Exceptional Server>> _HakerRank_C++_Classes

#include iostream#include exception#include string#include stdexcept#include vector#include cmathusing namespace std;class Server {private:static int load;public:static int compute(long long A, long lo