原创 linux安裝android NDK

Error:Execution failed for task ':app:compileDebugNdk'.> NDK not configured.  Download the NDK from http://developer.a

原创 cocos2dx3.x lua binding

ios的lua binding 詳見參考:http://www.cocos2d-x.org/docs/manual/code-ide/binding-custom-class-to-lua/en   android的lua bindin

原创 讓你的Xcode更加高效

http://www.tairan.com/archives/7491 點贊 收藏 分享 文章舉報 hulefei29 發佈了581 篇原創文章 · 獲贊 1 · 訪問量 44

原创 Unity3d - Android Build : Android SDK is outdated

Unity3d - Android Build : Android SDK is outdatedSDK Build Tools version 20.0.0 < 21Test on:- Mac OSX Yosemite- Unity3

原创 unity向android通信

//創建android對象UnityPlayer AndroidJavaClass unityPlayer = new AndroidJavaClass("com.unity3d.player.UnityPlayer"); //unit

原创 Android監聽鍵盤是否彈出,以及獲取軟鍵盤的高度

網上介紹過監聽鍵盤是否彈出的方法,我自己也是嘗試過,不是很好用,今天發現了一種比較好的監聽鍵盤是否彈出的方法,用起來十分簡單,同時也可以通過此方法獲取到鍵盤的高度 //如何獲取軟鍵盤的高度 final Relati

原创 ubuntu關於aptitude和apt-get

起初GNU/Linux系統中只有.tar.gz。用戶 必須自己編譯他們想使用的每一個程序。在Debian出現之後,人們認爲有必要在系統 中添加一種機 制用來管理安裝在計算機上的軟件包。人們將這套系統稱爲dpkg。至此着名的‘package

原创 GCD 深入理解:第一部分

本文翻譯自 http://www.raywenderlich.com/60749/grand-central-dispatch-in-depth-part-1 原作者:Derek Selander 譯者:@nixzhu   雖然 GCD

原创 暴雪挑戰賽獲獎作品《Soul Reaper》創作解析

                導言:HI,我是BigballGao,這次參加了【BLIZZARDFEST CHALLENGE 2014】暴雪挑戰賽2014榮幸入了冠軍榜。朋友們希望能有一個創作分享,希望這個《Soul Reaper》

原创 c++中的內存分配方式有幾種

1. 從靜態存儲區分配:此時的內存在程序編譯的時候已經分配好,並且在程序的整個運行期間都存在。全局變量,static變量等在此存儲。 2. 在棧區分配:相關代碼執行時創建,執行結束時被自動釋放。局部變量在此存儲。棧內存分配運算內置於處理

原创 白話經典算法系列

http://blog.csdn.net/morewindows/article/category/859207 點贊 收藏 分享 文章舉報 hulefei29 發佈了581

原创 linux下怎麼退出telnet

在運維過程中,常常會telnet某個ip端口,如果 能telnet通,怎麼退出呢 ? 1、telnet 63.172.25.18 6463 回車 Trying 63.172.25.18... Connected to 63.172.

原创 mac關閉指定端口

在 mac 中關閉指定的端口,如下圖中需要關閉 8080 端口  進過以上操作,可以關閉 8080 端口 點贊 收藏 分享 文章舉報 hulefei29 發佈了581 篇原

原创 Mac上的抓包工具Charles

  Mac上的抓包工具Charles 分類: IOS2014-11-30 09:29 5519人閱讀 評論(3) 收藏 舉報 今天就來看一下Mac上如何進行抓包,之前有一篇文章介紹了使用Fidder進行抓包 http://bl

原创 android studio 添加項目修改gradle2.2.3

1.build.gradle(Module:app) 去除對appcompat的配置 apply plugin: 'com.android.application' android { compileSdkVersion 21