首页
学习
活动
专区
工具
TVP
发布

我的博客

专栏作者
577
文章
916123
阅读量
39
订阅数
Angular系列教程-第六节
3.编译发布 ng build –base-href /angular/my-test-app/ –prod
苦咖啡
2020-04-21
6230
Vue使用axios
3、使用   mounted: function () {     // 按需引入     axios.get(‘https://api.coindesk.com/v1/bpi/currentprice.json’).then(response => {       console.log(‘按需引入’)       console.log(response.data)     }).catch(error => console.log(error))   },
苦咖啡
2019-12-10
1.1K0
CI基础知识二
1.日历类 $this->load->library(‘calendar’); echo $this->calendar->generate();//根据服务器时间创建一个当前年月的日历 echo $this->calendar->generate(2006, 6);//创建2006年6月日历 $data = array( 3 => ‘http://blog.phpfs.com/’, 7 => ‘http://blog.phpfs.com/’, 13 => ‘http://blog.phpfs
苦咖啡
2018-05-08
1.2K0
安全保护措施
1、系统安全记录文件 查看登陆失败的记录 more /var/log/secure |grep Failed 2、禁止使用ctrl+alt+delete重启 修改/etc/inittab在ca::ctrlaltdel:/sbin/shutdown -t3 -r now前加上#注释掉 3、限制使用su命令 如果不希望任何用户用su切换到root,可以编辑/etc/pam.d/su文件,增加如下内容 auth sufficient /lib/security/pam_rootok.so debug auth
苦咖啡
2018-05-07
8420
Vagrant搭建Linux环境
1、下载软件 https://www.virtualbox.org/wiki/Downloads https://www.vagrantup.com/downloads.html http://www.vagrantbox.es/ 下载一个镜像 2、安装virtualbox、vagrant 3、查看vagrant是否安装 vagrant -v 4、安装 vagrant box add ubuntu14.04 ubuntu14.04.box vagrant init vagrant box
苦咖啡
2018-04-28
1.8K0
没有更多了
社区活动
腾讯技术创作狂欢月
“码”上创作 21 天,分 10000 元奖品池!
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档