原创 ubuntu 16 DynSLAM環境配置 編譯

1.Clone the repository if you haven't already: git clone --recursive https://github.com/AndreiBarsan/DynSLAM **Som

原创 String to Integer (atoi)

獲取string中單一的值 String a="中國"; char b=a.charAt(0);     public static int myAtoi(String str) {         lo

原创 y7000安裝ubuntu和一些小tips

新買了一隻y7000, 立馬就安裝上了ubuntu。但是出現了很多bugs 加上網上沒有太多教程。所以寫一個blog記錄   首先。設置u盤啓動項 是開機按F12 選擇USB DISK 那一項 一開始我這邊彈出了grub Minimal

原创 Palindrome Number

public class Solution {     public static boolean isPalindrome(int x) {         ArrayList<Integer> tem