上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 38 下一页

2018年8月16日

kolla-ansible部署单节点OpenStack-Pike

摘要: 一、准备工作 最小化安装CentOS 7.5,装完后,进行初始化 selinux,防火墙端口无法访问,主机名问题,都是安装的常见错误,一定要细心确认。 kolla的安装,要求目标机器是两块网卡: hosts绑定(/etc/hosts) 192.168.41.13 kolla 除系统外盘,再添加一块硬 阅读全文

posted @ 2018-08-16 22:53 林肯公园 阅读(2855) 评论(1) 推荐(0)

2018年8月7日

墨刀--在线原型设计工具

摘要: https://modao.cc/ 阅读全文

posted @ 2018-08-07 14:39 林肯公园 阅读(505) 评论(0) 推荐(0)

2018年7月26日

Pycharm配置支持vue语法

摘要: 1. 2. 3. 4. 5. 阅读全文

posted @ 2018-07-26 14:22 林肯公园 阅读(1603) 评论(0) 推荐(0)

npm安装教程(vue.js)

摘要: https://www.cnblogs.com/goldlong/p/8027997.html 首先理清nodejs和npm的关系: node.js是javascript的一种运行环境,是对Google V8引擎进行的封装。是一个服务器端的javascript的解释器。 包含关系,nodejs中含有 阅读全文

posted @ 2018-07-26 13:27 林肯公园 阅读(12214) 评论(2) 推荐(2)

2018年7月18日

后台管理UI的选择

摘要: 目录 一、EasyUI 二、DWZ JUI 三、HUI 四、BUI 五、Ace Admin 六、Metronic 七、H+ UI 八、Admin LTE 九、INSPINIA 十、LigerUI 十一、其它UI 十二、总结 最近要做一个企业的OA系统,以前一直使用EasyUI,一切都好,但感觉有点土 阅读全文

posted @ 2018-07-18 12:03 林肯公园 阅读(307) 评论(0) 推荐(0)

2018年6月27日

配置gitlab通过smtp发送邮件

摘要: https://www.centos.bz/2017/08/gitlab-send-email-with-smtp/ 1. 编辑/etc/gitlab/gitlab.rb文件(加到文件最后面就好了)。以QQ企业邮箱为例: 有的教程可能会说去改/opt/gitlab/etc/gitlab.rb,是错的 阅读全文

posted @ 2018-06-27 19:35 林肯公园 阅读(428) 评论(0) 推荐(0)

2018年6月23日

Centos 7 Saltstack 集群

摘要: 一. Saltstack 双master master1 master2 | minion master1 1.yum -y install salt-master 2.vim /etc/salt/master auto_accept: True master2 1.yum -y install s 阅读全文

posted @ 2018-06-23 17:55 林肯公园 阅读(407) 评论(0) 推荐(0)

pycharm Process finished with exit code (0xC0000005)

摘要: pycharm Process finished with exit code (0xC0000005)解决办法 上次报过这个错误,是在安装浏览器时发现的,报过同样的错误。按当时的方法,以为切地解决了,没成想又继续报错,不解决始终用的不爽!虽然可以用pycharm中编辑代码+cmd命令行下启动服务, 阅读全文

posted @ 2018-06-23 15:51 林肯公园 阅读(18727) 评论(0) 推荐(0)

pycharm开发django项目 static报404解决方法

摘要: settings文件中确保有以下配置 阅读全文

posted @ 2018-06-23 15:02 林肯公园 阅读(1154) 评论(0) 推荐(0)

2018年6月15日

python时间戳转时间

摘要: import time timestamp = 1462451334 #转换成localtime time_local = time.localtime(timestamp) #转换成新的时间格式(2016-05-05 20:28:54) dt = time.strftime("%Y-%m-%d %H:%M:%S",time_local) print(dt) 阅读全文

posted @ 2018-06-15 16:14 林肯公园 阅读(198) 评论(0) 推荐(0)

上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 38 下一页

导航