原创 【ijkplayer】Demo調試

項目需要整合ijkplayer這一播放器,簡單研究了一下github下載下來的Demo,略經調試,發現github的版本還是有些小坑,故作記錄。 Github鏈接: https://github.com/bilibili/ij

原创 [BUG收集]CocoaPods - Unable to find a specification for 'xxxx'

pod repo remove master pod setup pod install --verbose --no-repo-update

原创 [掃立得]iOS百度OCR項目實現(二)

項目介紹 項目主要應用了百度雲平臺人工智能模塊的文字識別功能,具體請參考https://cloud.baidu.com/doc/OCR/index.html百度雲官網技術文檔進行詳情查看。 集成OCR iOS 1 引入Framew

原创 [掃立得]iOS百度OCR項目實現(一)

項目介紹 項目主要應用了百度雲平臺人工智能模塊的文字識別功能,具體請參考https://cloud.baidu.com/doc/OCR/index.html百度雲官網技術文檔進行詳情查看。 1 項目環境 項目搭建的環境配置爲

原创 Feelings in these days about the Student union

之前想裝個比,每天寫一點很吊的英文po,學一點東西,練一練英語,現在看來這個想法真的很純很天真,後來糾結着沒時間謝了 怎麼說,最近很忙 不知道忙什麼,大概來說就是學生會。 沒錯,就是被很多人瞧不起的學生會,包括現在的自己。 怎樣的一個

原创 【iOS開發】NSString與int和float的相互轉換

近來學習oc的語法,同時想兼顧iOS的開發,順便完成算法老師佈置的習題,所以想開發一套小遊戲,起步比較困難,所以把一些要用到的代碼記錄下來。   NSString *tempA = @"123";   NSString *temp

原创 【iOS開發】關於homebrew的安裝和測試

homwbrew是什麼? 簡單來說,OS X中類似windows操作系統的360軟件管家的軟件,可以方便的搜索、下載、卸載軟件包 怎麼安裝? 打開終端輸入以下命令行指令,回車 /usr/bin/ruby -e "$(curl -fsSL

原创 My study note of PHP language(V)

Constant 1.define: define("PI",3.14); 2.get value: (1)get value directly: $area = PI*1*1; (2)use constant () function

原创 My study note of PHP language(I)

Today up ,I' m going to learn the php language in legend ,I will record what I learn in the courseand the textbook her

原创 【iOS開發】隱藏鍵盤

1.使用Done鍵隱藏鍵盤 2.通過觸摸背景隱藏鍵盤 輸入文字的文本框打開的鍵盤沒有Done鍵,並且文本視圖不支持Did End on Exit事件,可以通過觸摸背景的方式來隱藏鍵盤: 其實觸摸背景只是操作方式,實現的形式還添加一個全屏

原创 寫在項目的尾巴

很長時間以來,都想要提筆寫下接手的第一個完整項目,一是總結,二是示戒,跳了些坑大家不要往裏面跳。但是各種原因耽擱,以前是趕項目忙(其實是太菜),時間抽不出來,後來乾脆就是懶。所以一直拖了很久,前一陣子纔想起來這麼個事情,給小夥伴說了一說,

原创 【iOS開發】網絡請求報錯

升級Xcode 7.0發現網絡訪問失敗 輸出錯誤信息 The resource could not be loaded because the App Transport Security policy requires the use

原创 My study note of PHP language(IV)

Variable What is the variable? used to storage the value. How to define the variable? $var_name="蘋果"; $n=10; Naming r

原创 My study note of PHP language(II)

The structure of website  front-end, back-end and database front-end: mainly used to browse the data, only need to clic

原创 This is my first BOLG

I heard that blog writing can promote my coding skill level and broaden my horizon . Now here i come and write these s