> 一、shell介绍
1.编程语言分类
2.shell简介
3.shell脚本
1)什么是shell脚本?
2)什么时候用到脚本?
3)shell脚本能干啥?
4)shell脚本的基本写法
5)shell脚本的执行方法
二、变量的定义
1.变量是什么?
2.什么...
分类:
系统相关 时间:
2020-02-21 10:00:15
阅读次数:
95
参考文档: https://www.cnblogs.com/f-ck-need-u/p/9164823.html 大神博客 http://mysql.taobao.org/monthly/2015/01/03/ 内核月报 https://www.jianshu.com/p/87f66cdeb49c ...
分类:
数据库 时间:
2020-02-21 00:05:23
阅读次数:
96
修改: npm config set registry http://registry.npm.taobao.org/ 配置后验证是否成功(查看当前npm源): npm config get registry 还原: npm config set registry https://registry. ...
分类:
其他好文 时间:
2020-02-20 20:32:04
阅读次数:
190
解决办法参考https://segmentfault.com/a/1190000010984731?utm_source=tag newest npm uninstall node sass npm i node sass sass_binary_site=https://npm.taobao.or ...
分类:
编程语言 时间:
2020-02-19 20:51:03
阅读次数:
189
GPS平台、网站建设、软件开发、系统运维,找森大网络科技!http://cnsendnet.taobao.com来自森大科技官方博客http://www.cnsendblog.com/index.php/?p=414 多线程编程技术基础知识 什么是进程? 当一个程序开始运行时,它就是一个进程,进程包 ...
分类:
编程语言 时间:
2020-02-19 18:56:47
阅读次数:
67
问题一 问题现象 demo下载后,npm install一直卡在postinstall环节 问题原因 一直在postinstall环节,应该是npm包下载存在问题 解决方案 尝试FQ代理及nrm切换为taobao源均未解决该问题。最后参考网上文档,使用cnpm可解决该问题。 问题二 问题现象 使用c ...
分类:
其他好文 时间:
2020-02-19 17:35:15
阅读次数:
123
参考文档: http://mysql.taobao.org/monthly/2017/04/01/ 阿里内核月报半同步复制的数据一致性 https://www.cnblogs.com/ivictor/p/5735580.html 半同步复制搭建 https://www.cnblogs.com/f-c ...
分类:
数据库 时间:
2020-02-19 17:20:07
阅读次数:
94
这个是因为sass安装时获取源的问题,先修改sass安装的源,再运行npm install就成功了 npm config set sass_binary_site=https://npm.taobao.org/mirrors/node-sass ...
分类:
Web程序 时间:
2020-02-19 05:44:49
阅读次数:
99
GPS平台、网站建设、软件开发、系统运维,找森大网络科技!http://cnsendnet.taobao.com来自森大科技官方博客http://www.cnsendblog.com/index.php/?p=405 我们在编程的时候,有时会使用多线程来解决问题,比如你的程序需要在后台处理一大堆数据 ...
分类:
编程语言 时间:
2020-02-18 18:19:44
阅读次数:
106
你先在浏览器里面输入 https://www.taobao,com,这是一个 URL 。浏览器只知道名字是“www.taobao.com”,但是不知道具体的地点,所以不知道应该如何访问。于是,它打开地址簿去查找。可以使用一般的地址簿协议 DNS 去查找,还可以使用另一种更加精准的地址簿查找协议 HT ...
分类:
其他好文 时间:
2020-02-18 11:32:18
阅读次数:
80