原创 VBox Command

Controlling the VirtualBox VM Nowthat we have VirtualBox installed and a VM guest created we need to control andmodif

原创 計算廣告學--筆記(3)

內容來自師徒網:劉鵬--計算廣告學 合約廣告系統簡介 Agreement based Advertising,能夠解決什麼問題? 傳統媒體--直接媒體購買 -供給方:廣告排期系統 -幫助媒體自動執行多個合同的排期 -不提供受衆定向,可

原创 HUE的簡單介紹

歡迎訪問我的獨立博客: http://blog.ywheel.cn/post/2016/05/29/hue_introduction/ 前段時間給同事們做了一次HUE入門使用的培訓,就順便整理出來。本篇文章先簡單介紹HUE,

原创 LeetCode 34 Search For A Range 二叉查找相關(二)

題目: https://leetcode.com/problems/search-for-a-range/ Given a sorted array of integers, find the starting and ending

原创 我的第一臺mac

轉載自我的個人博客:http://blog.ywheel.cn/post/2017/03/04/my_first_macbookpro/ 我的上一篇文章,還是去年7月份的了,中間隔了大半年。大半年來的忙碌工作,讓這個博客就像

原创 Oozie Ssh Action問題排查

訪問我的獨立博客查看文章: http://blog.ywheel.cn/post/2016/07/14/oozie_ssh_action/ 問題描述 最近在我們的其中一個現網環境中部署MR程序,MR程序的調度自然是用Oozie了。

原创 從零開始學習jQuery (二) 萬能的選擇器

節選轉載自 http://www.cnblogs.com/engine1984/archive/2012/02/28/2371214.html 秋出品!博客園首發!  Dom對象和jQuery包裝集 無論是在寫程序還是看API文檔,

原创 LeetCode 003 Longest Substring Without Repeating Characters

package ywheel.leetcode._003_longest_substring_without_repeating_characters; /** * Given a string, find the length of

原创 LeetCode 75 Sort Colors

public class Solution { public void sortColors(int[] A) { if (A == null || A.length == 0) return;

原创 LeetCode 22 Generate Parentheses

連續兩次隨機到關於括號的題了,跟括號真有緣。。。 好了,別的不多說,上代碼: package ywheel.leetcode._22_generate_parentheses; import java.util.ArrayList; i

原创 從零開始學習jQuery (一) 開天闢地入門篇

節選轉載自http://www.cnblogs.com/engine1984/archive/2012/02/28/2371105.html 子秋出品!博客園首發! 什麼是jQuery jQuery是一套Javascript腳本庫

原创 LeetCode 32 Longest Valid Parentheses

題目大意是給定一個只有左右括號組成的字符串,求最長的valid字串長度,比如“()”的最長valid字串長度爲2,“)()())”的最長valid字串爲"()()",則長度爲4. 拿到這個題目第一反應就是用Stack,但是Stack裏面

原创 VIM操作

一、多窗口操作 1.打開窗口: :new windowname(filename if saved) :split windowname   |   :sp windowname :vsplit windowname |  :vsp wi

原创 從零開始學習jQuery (四) 使用jQuery操作元素的屬性與樣式

節選轉載自http://www.cnblogs.com/engine1984/archive/2012/02/28/2371488.html 區分DOM屬性和元素屬性 一個img標籤: <img src="images/image

原创 從零開始學習jQuery (六) jQuery中的Ajax

節選轉載自http://www.cnblogs.com/engine1984/archive/2012/02/28/2371782.html jQuery Ajax詳解 jQuery提供了幾個用於發送Ajax請求的函數. 其中最