1、打开Mac自带终端Terminal; 2、进入当前用户主目录,cd ~;(默认用户目录则不需要) 3、临时授权,sudo su; 4、输入系统密码(加锁密码不显示输入); 5、创建.bash_profile文件,touch .bash_profile(如果存在则不必新建,可直接第六步验证后再选择 ...
分类:
系统相关 时间:
2019-01-24 14:37:12
阅读次数:
188
1115 Counting Nodes in a BST (30 分) A Binary Search Tree (BST) is recursively defined as a binary tree which has the following properties: The left su ...
分类:
其他好文 时间:
2019-01-23 15:34:14
阅读次数:
143
1、梳理知识点 1、数组排序 : 冒泡 选择 数组去重 2、数组扩展方法 : forEach indexOf filter map reduce 3、字符串对象 : charAt charCodeAt String.fromCharCode indexOf lastIndexOf substr su ...
分类:
其他好文 时间:
2019-01-22 10:54:09
阅读次数:
160
一五十元音图 あアa いイi うウu えエe おオo かカka きキki くクku けケke こコko さサsa しシsi すスsu せセse そソso たタta ちチti つツtu てテte とトto なナna に二ni ぬヌnu ねネne のノ はハha ひヒ ふフ へヘ ほホ まマma みミ ...
分类:
其他好文 时间:
2019-01-21 23:54:50
阅读次数:
288
chmod -R 777 dist/ chown windseek:staff dist/ 改变dist的权限到staff组里的windseek用户下 alias ll=`ls -al` ll对应是 ls-al sudo su 进入sudo状态 control+d退出这个状态 421 rwx ...
分类:
系统相关 时间:
2019-01-21 22:49:59
阅读次数:
268
1030 Travel Plan (30 分) A traveler's map gives the distances between cities along the highways, together with the cost of each highway. Now you are su ...
分类:
其他好文 时间:
2019-01-21 16:10:29
阅读次数:
163
报错信息如下图所示: 解决方案:将项目根目录下的自己创建的selenium.py文件重命名。 ...
分类:
Web程序 时间:
2019-01-21 16:09:15
阅读次数:
1801
Public Sub simple() Set wb = ActiveWorkbook Set sht = ActiveSheet msg = MsgBox("程序准备清除活动工作表内容?按是确认,按否退出!", vbYesNo, "Tips") If msg = vbNo Then Exit Su... ...
分类:
编程语言 时间:
2019-01-18 22:29:22
阅读次数:
178
https://mirrors.tuna.tsinghua.edu.cn/help/ubuntu/ Ubuntu 的软件源配置文件是 /etc/apt/sources.list。将系统自带的该文件做个备份,将该文件替换为下面内容,即可使用 TUNA 的软件源镜像。 安装并默认python3.6 su ...
分类:
其他好文 时间:
2019-01-13 23:29:20
阅读次数:
272