好物分享
-
剑指offer 21.57.58Ⅰ. 双指针(简单)
27. 题目: 剑指 Offer 21. 调整数组顺序使奇数位于偶数前面https://leetcode-cn.com/problems/diao-zheng-shu-zu-shun-xu-shi-qi-shu-wei-yu-ou-shu-qian-mian…… -
Linux获取目录中文件名及文件所在目录的方法
通常的操作是由路径中提取出文件名,从路径中提取出目录名,提取文件后缀名等等。 例如,从路径/dir1/dir2/file.txt中提取也文件名file.txt,提取出目录/dir1/…… -
intellij idea不显示git push按钮的解决办法
intellij idea版本 2019.3.1 1.File --> setting --> 搜索框输入Menu 2.点击右侧加号选择Add Action... 3.弹出的对话框中,选择Version Control Systems 4.…… -
GD32模拟I2C从机代码(STM32和其它单片机通用)
参考文章:GPIO实现I2C从机的设计[1]_IceyP-CSDN博客_i2c从机 核心代码 1 宏定义 注意点:IO设置执行时候尽量短,所以最好直接操作寄存器,(刚调试用的库函…… -
29设置控件提示消息
# 设置控件提示消息 import sys from PyQt5.QtWidgets import QApplication, QHBoxLayout, QMainWindow, QWidget, QToolTip, QPushButton from PyQt5.QtGui im…… -
2015-3 CCF 图像旋转(100分)
#include using namespace std; int main() { int n,m; cin>>n>>m; int a[n][m]; for(int i=0;ia[i][j]; } } int i=0,j=m-1; while(j>=0) { whi…… -
-
RHCSA第一天
1.不要安装安全类的软件 2.确保window 64位 不是教育版 文件系统(磁盘上组织文件的一种方法和数据结构) ntfs ----支持的单个文件最大是4TB fat32 ----…… -

