首页
未分类
Code
PHP
C/C++
Python
HTML/CSS
Vue
Uni-App
Android
Java
正则
Tools
Git、GitHub
MacOS
Objective-C
iOS
Linux
Mysql
Linux
Nginx
Server
Windows
联系
关于
ABin' Blog
好记性不如烂笔头
累计撰写
115
篇文章
累计创建
5
个标签
累计收到
1
条评论
栏目
首页
未分类
Code
PHP
C/C++
Python
HTML/CSS
Vue
Uni-App
Android
Java
正则
Tools
Git、GitHub
MacOS
Objective-C
iOS
Linux
Mysql
Linux
Nginx
Server
Windows
联系
关于
目 录
CONTENT
最新文章
GitLab 安装
1、安装相关依赖 yum -y install policycoreutils-python openssh-clients postfix 2、启动ssh服务&设置为开机启动 systemctl enable sshd & sudo systemctl start sshd 3设置postfi
2023-03-23
22
0
0
Linux
Linux 常用命令
#查询大小 并且显示最近更新时间,sort -rh 根据占用情况排序 du -sh * --time | sort -rh
2023-03-23
16
0
0
Linux
物理机安装CentOS7
下载CentOS 7 镜像 https://vault.centos.org/ 下载UltraISO 打开UltraISO-->点击文件打开-->选择下载好的CentOS7镜像,点击启动-->写入硬盘映像,选择u盘 默认配置即可,点击写入 写入完成 进入已经写入镜像的U盘,进入EFI--
2023-03-23
13
0
0
Linux
C 基础
//常量,打印时URL会被替换为上方定义的链接 #define URL "https://blog.abin.pro" int main(){ #URL printf("Url:%s",URL); return 0; } #字符串中最后会追加 ‘\0’ 来表示此字符串已经
2023-03-23
19
0
0
C/C++
macOS 下优雅的使用 Metasploit
#下载 Metasploit https://osx.metasploit.com/metasploitframework-latest.pkg #最新10个版本下载 https://osx.metasploit.com/ #原文连接 https://www.sqlsec.com/2019/11/
2023-03-23
16
0
0
MacOS
Microsoft Office 2021 激活
如果安装完成 激活.pkg 之后打开Office 显示还没有激活 请去 App Cleaner & Uninstaller PRO 里选择启动程序 把程序启用,然后再次安装一遍 激活.pkg 再次进入Office 成功!
2023-03-23
15
0
0
MacOS
adb 基础用法
终止adb服务进程: adb kill-server 重启adb服务进程: adb start-server #查看连接计算机的设备 adb devices #重启设备 adb reboot #安装APK (需要在apk当前目录执行) adb install 1024.apk #进入sh
2023-03-23
10
0
0
Android
Vue 技巧
空的.vue 文件快速创建基础模板(选项API) vbase #回车后出现下方代码 <template> <div> </div> </template> <script> export default { } </script> <sty
2023-03-23
18
0
0
Vue
Git 错误汇总
新建仓库push时 git push -u origin master 报错 error: src refspec masster does not match any error: failed to push some refs to 'https://***.git' git push -u
2023-03-22
27
0
0
Git、GitHub
Burp Suite Professional for mac 激活
激活脚本链接 GitHub (BurpLoaderKeygen.jar) https://github.com/h3110w0r1d-y/BurpLoaderKeygen 下载BP
2023-03-21
35
0
0
MacOS
1
...
6
7
8
...
12