Author image

Mangosteen's blog

Love Mangosteen, Love Coding

Cover image

Convert 3D file to usdz format and display with AR Quick Look in iOS devices

In short, just run `xcrun usdz_converter 3D.obj 3D.usdz`

Link

Say hello to Gridsome 🎉

A new static site generator baby is born. It's highly inspired by Gatsby.js (React based) but built on top of Vue.js. We have been working on it for a year and will have a beta ready soon. You can expect this baby to grow up fast!

Link
Cover image

Markdown test file

Markdown is intended to be as easy-to-read and easy-to-write as is feasible. Readability, however, is emphasized above all else. A Markdown-formatted document should be publishable as-is, as plain text, without looking like it's been marked up with tags or formatting instructions.

Link

A post with a cover image

Markdown is intended to be as easy-to-read and easy-to-write as is feasible. Readability, however, is emphasized above all else. A Markdown-formatted document should be publishable as-is, as plain text, without looking like it's been marked up with tags or formatting instructions.

Link

Laravel安装指南

旧文,如果你在2019年看到,请使用docker

Link

校园网一键登录chrome插件

旧文

Link

避免中文乱码的字符串截取mb_substr

mb_substr (PHP 4 >= 4.0.6, PHP 5) mb_substr — 获取字符串的部分

Link

解决问题的思路

旧文 碎碎念

Link

js修改css属性

旧文,仅作归档

Link

华为云安装LAMP的过程

旧文,仅做归档

Link

投票的时候限制IP 24小时只能投一次

旧文,仅作归档

Link

为什么在SAE写公众平台时session不好使?

今天下午写抓取学生成绩代码时候,需要把$fromUsername从主文件传到另一个文件进行处理

Link

Python 学习笔记

### The difference between `del` and `.remove()`is: 1. `del` deletes a key and its value based on the _key_ you tell it to delete. 2. `.remove()` removes a key and its value based on the _value_ you tell it to delete.

Link

Battleship!

battleship

Link