原创 HexRaysCodeXplorer支持ida7.0/7.1/7.2 for macOS

HexRaysCodeXplorer支持ida7.0/7.1/7.2 for macOS HexRaysCodeXplorer https://github.com/fjh658/HexRaysCodeXplorer 2018-

原创 禁用mac pro 觸模板

禁用mac pro 觸模板   點贊 收藏 分享 文章舉報 馮建華 發佈了106 篇原創文章 · 獲贊 34 · 訪問量 38萬+ 他的留言板

原创 xcode xib,storyboard降級

用了xcode5打開xib,storyboard後,再用xcode4.6打開會報錯   Consider changing the document's Development Target to preserve compatibili

原创 mac下base64命令

fjh-Mac-Pro:ais fengjianhua$ base64 --help Version DEBUG Usage: base64 [-dhvD] [-b num] [-i in_file] [-o out_file]   -h

原创 xcode4下使用svn1.7

    在osx下 由於做java的開發,用port將svn升級到1.7。   但在使用xcode提交代碼時,一直報錯,只能通過命令行或gui工具(syncro svn client). 這兩天研究了下,發現   fjh-Mac-P

原创 ios的UIView的tag,當是NSString時

使用 hash函數。     #import <UIKit/UIKit.h> @interface UIView (StringTag) -(void) stringTag:(NSString*) tag; -(UIView*) v

原创 mac下開發應用服務器編碼問題

EMP_TYPE_MAP.put("正式", "R"); EMP_TYPE_MAP.put("外包", "O"); EMP_TYPE_MAP.put("實習", "R");       今天用mac啓動jetty時開發時,發現map中k

原创 支持多種瀏覽器下載的文件名處理方案

  response.setHeader("Content-Disposition", "attachment; " + getEncodingFileName(headerUserAgent, fileName)); private

原创 mac重命名

方法1. 選中文件 + 回車   方法2. 選中文件 + 文件名上單擊 點贊 收藏 分享 文章舉報 馮建華 發佈了106 篇原創文章 · 獲贊 34 · 訪問量 38萬+

原创 osx10.9 xcode5升級後的老代碼環境變通

升級到xcode5後,編輯功能增強了,編譯速度也提高了。(最主要的還是,可以真機調試ios7)但是xcode5默認的sdk是7.0的,7.0在編譯時,對NavigationBar的默認值不一樣了,導致老的代碼很多要修改。有沒有一種升級到x

原创 mac下hp打印機驅動集

基本包括hp最新的驅動,找到這個不容易啊。 http://support.apple.com/kb/dl907 點贊 收藏 分享 文章舉報 馮建華 發佈了106 篇原創文章 ·

原创 xcode5升級證書問題

升級的xcode5, iphone真機運行提示: Your build settings specify a provisioning profile with the UUID “35779F09-8KB1-4394-F7CC-FEEA

原创 macports could not set effective gid to 0

這兩天把osx升到10.9, xcode也升到5 dp3. 問題來了port 報 macports could not set effective gid to 0    解決辦法   sudo ln -s /usr/bin/tar /u

原创 : ImageIO: PNG invalid PNG file: iDOT doesn't point to valid IDAT chunk 解決

<Error>: ImageIO: PNG invalid PNG file:iDOT doesn't point to valid IDAT chunk ColorSync使用工具重新保存一下。 點贊 收藏

原创 eclipse的String超長 copy

eclipse 查看變量時,當String超長時,經常會,如下圖 被truncate了 我們可以variables view中  copy variables,但需要稍微修改一下,看格式  readLine"。。。" (id=23)