码迷,mamicode.com
首页 >  
搜索关键字:note about the work    ( 20899个结果
IT小技巧01-->charles 过滤
前言 The only way to do great work is to love what you do. (猜猜哪位大大说的) 一、小技巧概述 手机抓包时该如何设置过滤 过滤掉不想显示的域名 资源文件请求过滤 (不讲大家可以百度到的只显示指定域名,太多太多文章,自己看) 二、小技巧实操步骤 ...
分类:其他好文   时间:2021-02-20 12:07:56    阅读次数:0
程序代写,代写程序,程序代做,代做程序
程序代写,代写程序,程序代做,代做程序 我们是上学威龙编程辅导团队,现有5位来自一线互联网企业的资深研发工程师小伙伴,主营: C语言代写,C++代写,Java代写,python代写,golang代写 Javascript代写,JS代写,HTML代写 编程代写,程序代写,编程代做,程序代做 课程辅导: ...
分类:其他好文   时间:2021-02-19 13:06:27    阅读次数:0
云原生系列3 pod核心字段
pod是容器化的基础,好比大楼的地基。 Pod跟容器的关系 类比一下: POD: 物理机容器: 物理机上的一个进程; 容器只是Pod的一个普通字段。 Pod的作用范围 跟容器的linux namespace相关的东西一定是Pod级别的,pod。 比如: 网络: hostAliases : 写入/ec ...
分类:其他好文   时间:2021-02-18 13:53:55    阅读次数:0
常用Dos命令
盘符切换 【盘】+ :+ 回车查看当前目录所有文件 (当前盘) dir+回车 切换其他盘下的指定文件 cd/d + 【目标盘】+:\+准确文件dir下选择目录 cd+【具体文件】返回上一级 cd..清理屏幕 cls退出 exit查询IP ipconfig+网站地址打开计算机 calc打开画图 msp ...
分类:其他好文   时间:2021-02-18 13:44:04    阅读次数:0
RFC1925 The Twelve Networking Truths
(1) It Has To Work. (2) No matter how hard you push and no matter what the priority, you can't increase the speed of light. (2a) (corollary). No matte ...
分类:Web程序   时间:2021-02-18 13:21:47    阅读次数:0
Note - 多项式乱写
大概是记录 @Tiw 的伟大智慧叭。 常系数齐次线性递推 Link. 求:一个满足 \(m\) 阶齐次线性递推数列 \(\{a\}\) 的第 \(n\) 项,即求 \[ a_n=\sum_{i=1}^mf_ia_{n-i} \] 不用多项式取模的做法。 根据条件式子得到: \[ A(x)=F(x)A ...
分类:其他好文   时间:2021-02-18 13:14:55    阅读次数:0
python加强
###about 将平日里遇到的一些实用、有意思的python代码收集起来,以备后用 ####python案例 # ex_1.py # 生成随机字符 import random, string def GenPassword(length): numOfNum = random.randint(1, ...
分类:编程语言   时间:2021-02-18 13:14:12    阅读次数:0
Python中collections模块的namedtuple的使用
使用namedtuple方法可以代替手动生成一个类 # Why Python is Great: Namedtuples # Using namedtuple is way shorter than # defining a class manually: >>> from collections ...
分类:编程语言   时间:2021-02-16 12:02:48    阅读次数:0
[Bash] Read and Use JSON in Bash with jq
jq Bash, unfortunately, doesn’t ship with a command that can work with JSON natively. In this lesson, we’ll learn how to read and do basic queries on ...
分类:Web程序   时间:2021-02-15 12:41:34    阅读次数:0
CentOS7 root 用户正确密码提示:“sorry,that didn't work.please try again”
问题描述:CentOS 7.9版本 root用户密码输入正确,出现错误密码提示:“sorry,that didn't work.please try again” 解决方案 一,创建普通用户,以前通用户登录 打开终端:输入命令 sudo passwd root 然后输入旧密码,新密码,再确认新密码( ...
分类:其他好文   时间:2021-02-15 12:37:10    阅读次数:0
20899条   上一页 1 ... 19 20 21 22 23 ... 2090 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!