码迷,mamicode.com
首页 >  
搜索关键字:debian 更换时区 time zone    ( 57214个结果
FastAPI - most popular API framework in python
FastAPI https://fastapi.tiangolo.com/#performance FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based ...
分类:编程语言   时间:2021-07-16 17:45:01    阅读次数:0
C/C++ Hook 键盘记录器
之前写外挂做过指定进程的 Hook,但是没有尝试过全局 Hook,所以今天就来试试。全局 Hook 的用途我第一个就想到了键盘记录器(貌似我也就想到了这个 哈哈),那就写一个吧。 实现代码: #include <windows.h> #include<iostream> #include <stdi ...
分类:编程语言   时间:2021-07-16 17:43:16    阅读次数:0
centos 端口及防火墙
CentOS7查看开放端口命令及开放端口号 查看已开放的端口 firewall-cmd --list-ports 开放端口(开放后需要要重启防火墙才生效) firewall-cmd --zone=public --add-port=3338/tcp --permanent 重启防火墙 firewal ...
分类:其他好文   时间:2021-07-16 17:42:16    阅读次数:0
OGG时延问题记录
1.抽取进程延时 2.过程时间分析脚本 [oracle@node2 dirdat]$ cat test01.sh #!/bin/bash echo "sql before time is "`date`>> test.log sqlplus / as sysdba <<EOF @1.sql EOF ...
分类:其他好文   时间:2021-07-13 17:42:29    阅读次数:0
安装kali Linux提示
从U盘安装Kali Linux 提示 The missing fireware files are:rtlwifi/rtl8723befw_36.bin rtlwifi/rtl8723befw.bin 镜像版本:kali-linux-2021-2-releas 解决方案:下载firmware-rea ...
分类:系统相关   时间:2021-07-12 17:51:07    阅读次数:0
Leetcode 123. 买卖股票的最佳时机 III dp
地址 https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-iii/ 给定一个数组,它的第 i 个元素是一支给定的股票在第 i 天的价格。 设计一个算法来计算你所能获取的最大利润。你最多可以完成 两笔 交易。 注意:你不能同 ...
分类:其他好文   时间:2021-07-12 17:50:22    阅读次数:0
初始python 之 自动拆分转换文本内容
上一篇升级版,转换文件内容。 #!/user/bin env python # author:Simple-Sir # time:2021/7/9 23:32 def txt_2_list(filename): dic = {} dic_k = [] dic_v = [] with open(fil ...
分类:编程语言   时间:2021-07-09 17:54:52    阅读次数:0
PHP反弹脚本 Linux/Windows两用
<?php error_reporting (E_ERROR); ignore_user_abort(true); ini_set('max_execution_time',0); $ipaddr = 'xxx.xxx.xxx.xxx'; $port = '443'; $msg = php_unam ...
分类:Windows程序   时间:2021-07-05 19:00:38    阅读次数:0
Web APIs
1.获取元素 1.1根据ID获取 语法:document.getElementById(id)作用:根据ID获取元素对象参数:id值,区分大小写的字符串返回值:元素对象 或 null 案例代码 <body> <div id="time">2019-9-9</div> <script> // 因为我们 ...
分类:Windows程序   时间:2021-07-05 18:38:06    阅读次数:0
12.客户端连接服务端访问远程
1. 远程配置文件 项目结构 依赖导入 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </depende ...
分类:其他好文   时间:2021-07-05 17:09:01    阅读次数:0
57214条   上一页 1 2 3 4 ... 5722 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!