MAC 上的 Live Writer : ecto

本文涉及的产品
视频直播,500GB 1个月
简介: ecto 在这里: http://illuminex.com/ecto/它是一款 MAC 上的 live writer,对我来说,没有 writer 之类的工具,我就宁可不写博客。测试插入图片测试插入代码 Something is wrong with the XAMPP installation :-(本文基于Creative Commons Attribution 2.5 China Mainland License发布,欢迎转载,演绎或用于商业目的,但是必须保留本文的署名http://www.cnblogs.com/luminji(包含链接)。

ecto 在这里: http://illuminex.com/ecto/

它是一款 MAC 上的 live writer,对我来说,没有 writer 之类的工具,我就宁可不写博客。

测试插入图片
201405311651.jpg

测试插入代码

<?php

if (!empty($_SERVER['HTTPS']) && ('on' == $_SERVER['HTTPS'])) {

$uri = 'https://';

} else {

$uri = 'http://';

}

$uri .= $_SERVER['HTTP_HOST'];

header('Location: '.$uri.'/xampp/');

exit;

?>

Something is wrong with the XAMPP installation :-(


Creative Commons License本文基于 Creative Commons Attribution 2.5 China Mainland License发布,欢迎转载,演绎或用于商业目的,但是必须保留本文的署名 http://www.cnblogs.com/luminji(包含链接)。如您有任何疑问或者授权方面的协商,请给我留言。
目录
相关文章