1、下载Mojave https://apps.apple.com/cn/app/macos-mojave/id1398502828?ls=1&mt=12 2、更改U盘格式和名称 3、制作U盘启动盘 sudo /Applications/Install\ macOS\ Mojave.app/Cont ...
分类:
系统相关 时间:
2020-07-07 13:01:36
阅读次数:
72
JBoss官方新的地址:https://developers.redhat.com/products/eap/download 可以看到已经移到红帽上了,所以没有账号的先注册一下 下载之后发现是个jar包,我们就进行安装一下 非常简单 一直下一步就行 安装之后进入目录,运行bin目录下的standa ...
分类:
其他好文 时间:
2020-07-06 19:36:14
阅读次数:
98
参考官方文档:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Functions/Arrow_functions 其中说: // 当箭头函数的函数体只有一个 `return` 语句时,可以省略 `return` 关键 ...
分类:
编程语言 时间:
2020-07-06 13:13:50
阅读次数:
129
######Documentation Archive https://developer.apple.com/library/archive/navigation/#section=Technologies&topic=Web%20Services XNU内核是Darwin操作系统的一部分,可在m ...
分类:
移动开发 时间:
2020-07-06 01:12:01
阅读次数:
136
职业规划 首发 | 微信公众号「编程随想曲」 个人的职业规划就像软件工程。 ?我们都知道软件项目最大的敌人是需求的不明确和需求的大面积变更, 同样, 在个人的职业规划中, 自我需求的不明确和需求的变更也是非常危险的, 尤其是在职业计划实施了四五年后需求的变动和改变。 只有需求确定以后, 才谈得上个人 ...
分类:
其他好文 时间:
2020-07-05 23:06:00
阅读次数:
69
更新 Mac 10.15.4 系统后,会遇到部分软件打开出现意外退出,原因是Apple苹果公司在新系统中删除了TNT的证书导致的! 打开终端输入: sudo codesign --force --deep --sign - (应用路径) 如果出现以下错误: /文件位置 : replacing exi ...
分类:
系统相关 时间:
2020-07-05 22:57:12
阅读次数:
344
vue-resize-split-pane 插件做窗口分隔,之前没有用过,简单使用一下: npm地址:https://developer.aliyun.com/mirror/npm/package/vue-resize-split-pane 安装插件: cnpm install vue-resize ...
分类:
其他好文 时间:
2020-07-05 15:24:47
阅读次数:
229
1、时间同步 #di.time sync /usr/sbin/ntpdate time.apple.com echo '#time sync by oldboy at 2019-3-30' >> /var/spool/cron/root echo '*/5 * * * * /usr/sbin/ntp ...
分类:
其他好文 时间:
2020-07-04 23:08:59
阅读次数:
112
所需要库:thinter,python3自带 代码: from tkinter import * import re import requests def input1(): link = str(inp1.get()) headers = {'user-agent': 'Mozilla/5.0 ...
分类:
编程语言 时间:
2020-07-04 21:01:20
阅读次数:
124
1 准备工具 使用yum安装git [root~]# yum -y install git 下载nginx-rtmp-module,官方github地址 // 通过git clone 的方式下载到服务器上 [root~]# git clone https://github.com/arut/ngin ...
分类:
其他好文 时间:
2020-07-04 18:47:27
阅读次数:
177