上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 69 下一页

2021年6月25日

摘要: 新建项目,不要初始化 README Command line instructions You can also upload existing files from your computer using the instructions below. Git global setup git c 阅读全文
posted @ 2021-06-25 23:31 刘应杰 阅读(173) 评论(0) 推荐(0) 编辑

2021年5月11日

摘要: <?php$connect=ssh2_connect("www.superserver.com",22);ssh2_auth_password($connect,'HonestQiao','123456');$stream=ssh2_exec($connect, "cd /usr;ls;");str 阅读全文
posted @ 2021-05-11 09:35 刘应杰 阅读(575) 评论(0) 推荐(0) 编辑
摘要: Ubuntu系统的/etc/sudoers里面会默认有“%sudo ALL=(ALL:ALL)”这个字段,意思为sudo组下的所有用户都能使用sudo权限,前提需要执行用户本身的密码,那如果不想输入执行者的密码也获取sudo权限怎么办呢?那就是配置免密sudo。常用的两种方法:第一种sed -i ' 阅读全文
posted @ 2021-05-11 09:06 刘应杰 阅读(298) 评论(0) 推荐(0) 编辑

2021年5月5日

摘要: php利用root权限执行shell脚本 隔壁小王攻城狮 2017-06-23 13:53:41 799 收藏 分类专栏: php 文章标签: php执行shell php获取root权限 今天晚上:19:30分,这个困扰了我好久的问题终于解决,其中的原理也终于弄清楚了,总之是利用sudo来赋予Ap 阅读全文
posted @ 2021-05-05 18:22 刘应杰 阅读(155) 评论(0) 推荐(0) 编辑

2021年4月24日

摘要: 当用 | 之后,如果想要设置位置 可以用 -I {} 先声明 ,然后用 {} 标明位置 以chown 为例: find / -name *.log | xargs -I {} chown owner:owner {}————————————————版权声明:本文为CSDN博主「西溪少女的梦」的原创文 阅读全文
posted @ 2021-04-24 21:44 刘应杰 阅读(168) 评论(0) 推荐(0) 编辑

2021年4月2日

摘要: 什么是“形而上学”,能否通俗简单地解释下? 2021-01-08 19:47 梧桐树边雨 什么是形而上学? 中国普通老百姓口中的“形而上学”与其命名起始定义虽然有关联,但其实相去甚远。 “形而上学”作为一个哲学词汇,算是一个非常有意思、贴切的舶来品翻译。哲学词汇的翻译相对于那些一般国内没有的物品,如 阅读全文
posted @ 2021-04-02 12:55 刘应杰 阅读(10909) 评论(0) 推荐(0) 编辑

2021年3月29日

摘要: Nginx配置跨域请求 Access-Control-Allow-Origin * Developer发布于 2017-12-23 当出现403跨域错误的时候 No 'Access-Control-Allow-Origin' header is present on the requested re 阅读全文
posted @ 2021-03-29 20:53 刘应杰 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 现象: 执行 quasar create app 卡死在: Quasar downloading quasar starter kit... 分析: 由于 github.com 访问太慢,导致卡死。 下载到本地,避免从 github.com 上拉取。 解决: cd ~ git clone git@g 阅读全文
posted @ 2021-03-29 10:00 刘应杰 阅读(645) 评论(0) 推荐(0) 编辑

2021年3月28日

摘要: Uninstalling Node and Npm To completely uninstall node and npm follow the below steps. Open your terminal. Now, run the below command by hitting the e 阅读全文
posted @ 2021-03-28 21:49 刘应杰 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 用微前端的方式搭建类单页应用 2019-04-04阅读 4900 总第279篇 2018年 第71篇 前言 微前端由ThoughtWorks 2016年提出,将后端微服务的理念应用于浏览器端,即将 Web 应用由单一的单体应用转变为多个小型前端应用聚合为一的应用。 美团已经是一家拥有几万人规模的大型 阅读全文
posted @ 2021-03-28 21:03 刘应杰 阅读(281) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 69 下一页

导航