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

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

测试插入图片
MAC 上的 Live Writer : ecto

测试插入代码

<?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 :-(


相关文章:

  • 2022-02-22
  • 2021-05-25
  • 2021-09-07
猜你喜欢
  • 2021-11-27
  • 2021-08-20
  • 2021-12-27
  • 2021-11-12
  • 2022-02-12
  • 2021-10-06
相关资源
相似解决方案