#Java
8 篇
[LeetCode] Longest Substring Without Repeating Characters 求出不重覆字母下最長的子字串長度 (No.3)
Given a string, find the length of the longest substring without repeating characters.
[Java] 使用JavaMail從GMail寄信以及使用EWS API從Exchange寄信
今天在研究如何使用Java Mail的API從GMail寄信出去,以及使用EWS API從Exchange寄信,寫了一些測試用的Code分享給大家。
[LeetCode] Two Sum 兩兩相加 (No.1)
Given an array of integers, return indices of the two numbers such that they add up to a specific target.
[LeetCode] Execel Sheet Column Title 表單標題翻譯 (No.168)
Given a positive integer, return its corresponding column title as appear in an Excel sheet.
[LeetCode] Dungeon Game 地牢遊戲 (No.174)
The demons had captured the princess (P) and imprisoned her in the bottom-right corner of a dungeon.
昕創第一屆APP大賽心得
這是我第一次參加團隊撰寫APP的比賽,學到了不少東西,以下是一些心得跟大家分享: 一、如果團隊沒有任何討論甚至爭執,可能代表大家並沒有認真思考。
Cloud9 Java Runner建立
今天來跟大家介紹一下Cloud9的Java Runner要如何建立,大家也可以直接參考Cloud9還有Stackoverflow的教學: 首先,我們要先來建立一
在Codeanywhere的CentOS DevBox上安裝Java
1.先申請Codeanywhere帳號(廢話 2.開啟一個CentOS的DevBox(VM) 2.1在DevBox上面按右鍵點選Add DevBox,如圖 2.