Mach-O文件简介 Mach-O是一种文件格式,是Mach Object文件格式的缩写。 它通常应用于可执行文件,目标代码,动态库,内核转储等中。 Mach-O作为大部分基于Mach核心的操作系统所使用。 如:NeXTSTEP,Darwin和Mac OS X等系统使用这种格式作为其原生可执行文件, ...
分类:
系统相关 时间:
2020-01-12 21:50:48
阅读次数:
102
1、添加清华大学软件源: 将以下内容写入 /etc/yum.repos.d/CentOS-Base.repo 选择你的 CentOS 版本: # CentOS-Base.repo # # The mirror system uses the connecting IP address of the ...
分类:
其他好文 时间:
2020-01-12 21:46:34
阅读次数:
323
1 远程登陆 必要信息:服务器 IP 地址,用户名和密码 1.1 Windows 系统 下载安装 PuTTY 软件 https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html 打开 PuTTY 软件,在 Host Name (or I ...
分类:
其他好文 时间:
2020-01-12 18:38:41
阅读次数:
130
启动IDEA报错日志如下: Internal error. Please refer to http://jb.gg/ide/critical-startup-errorsjava.net.BindException: Address already in use: bind at java.bas ...
分类:
编程语言 时间:
2020-01-12 13:03:48
阅读次数:
485
我有一个socks proxy了,怎样基于他弄一个http proxy? \win32 dg9_9_13\dg9_9_13\DGROOT\bin 配置文件 ...
分类:
Web程序 时间:
2020-01-12 11:40:42
阅读次数:
115
直接上代码: 例子: 第一步: <!--Excel包--> <!-- https://mvnrepository.com/artifact/com.alibaba/easyexcel --> <dependency> <groupId>com.alibaba</groupId> <artifactI ...
分类:
其他好文 时间:
2020-01-12 10:04:35
阅读次数:
743
@echo offecho 开始 >TEST.TXTset/p a=请输入你的地区:CLSecho 地区:%a%>>TEST.TXTset/p b=请输入你的上网线路(如电信,联通,铁通):CLSecho 线路:%b%>>TEST.TXTecho 请不要关闭窗口,直到看到完成两个字nslookup ...
分类:
Web程序 时间:
2020-01-11 22:15:36
阅读次数:
108
网络配置相关命令 nmtui //图形化网卡配置 systemctl = system control systemctl restart network //重启网卡 systemctl statue network //查询网卡状态 ip address show eth0 ip a s eth ...
分类:
系统相关 时间:
2020-01-11 20:31:02
阅读次数:
101
正向代理(透明) 服务端:eno16777728: inet 192.168.10.10 主机模式 eno33554968: inet 192.168.1.180 桥接模式 客户端:Address 192.168.10.20 Netmask 255.255.255.0 Gateway 192.168 ...
分类:
其他好文 时间:
2020-01-10 23:53:54
阅读次数:
188
Spring Boot连接数据库,从MySql5.13飞跃到MySql8.0.18的坑 1.驱动名 驱动包用的是:mysql connector java 8.0.18.jar 驱动名从之前的:com.mysql.jdbc.Driver 改为:com.mysql.cj.jdbc.Driver 2.时 ...
分类:
数据库 时间:
2020-01-10 13:00:44
阅读次数:
181