Solution:
Leetcode 003: Longest Substring Without Repeating Characters
love life, love coding, love ddmad...
While using the Mayocat, I have encountered that the theme page cannot load css and js correctly. The browser said that it did not parse the css and js file due to some CSS MIME and strict mode error. Then after checking the response header, I found the reason which was the header “Content-type” was set to “octet-stream”, which was supposed to be “text/css” or “application/javascript”.
Jackson is a simple Java-based library to serialize Java objects to JSON and vice versa. It has some features like easy to use, no need mapping, good performance, clean JSON, no dependency, and opne source.
This is my first time to upload an iOS app, created by ionic, to AppStore (or TestFlight), and it costs a lot of time. Finally and fortunately, uploading is successful. Now I’ll explain how to do that, and also I can also recall this for future use.