发布时间:2015-07-14 16:17:52
<p style="margin-top:20px;margin-bottom:20px;color:#333333;font-family:'Microsoft Yahei', 微软雅黑, arial, 宋体, sans-serif;line-height:28px;text-align:justify;white-space:normal;background-color:#FFFFFF;">假定您的网络连接已经正确设定好。</p><p style="margin-top:20px;margin-bottom:20px;color:#33.........【阅读全文】
发布时间:2015-07-10 16:34:23
在IP/identity/users的页面中,想要显示每个user属于的tenant,并给出这个tenant中的各个role。<br />这里主要是要注意调用api时,尽量少的进行for循环,此处给出两种情况,在现实情况中,由于进行http的访问不同,所以页面加载速度差距很大:<br />for tenants_one in tenants:<br /> .........【阅读全文】
发布时间:2015-07-10 16:22:15
<p align="center" style="margin-bottom:0in;line-height:100%;"><br /></p><p style="text-indent:0.29in;margin-bottom:0in;line-height:100%;"><span style="color:#000000;"><span style="font-family:'Verdana, serif';">Django </span><span style="font-family:'Droid Sans Fallback';"><span lang="zh-CN">.........【阅读全文】
发布时间:2015-04-27 17:07:05
在Ubuntu与Centos下,自动化部署脚本略有不同Ubuntu:#!/bin/bash echo mysql-server mysql-server/root_password password "PASSWD"|debconf-set-selections echo mysql-server mysql-server/root_password_again password "PASSWD"|debconf-set-selections apt-get install mariadb-s.........【阅读全文】