自己開發的軟體或方法, App Store免費軟體, 音樂、影視, 幽默, 其他, 書籍介紹, 照相、攝影, 電子書, 遊戲

  • warning: Creating default object from empty value in /home/xnvgu7/public_html/modules/taxonomy/taxonomy.pages.inc on line 34.
  • warning: Declaration of views_handler_argument::init(&$view, &$options) should be compatible with views_handler::init(&$view, $options) in /home/xnvgu7/public_html/sites/all/modules/views/handlers/views_handler_argument.inc on line 745.
  • warning: Declaration of views_handler_filter::options_validate(&$form, &$form_state) should be compatible with views_handler::options_validate($form, &$form_state) in /home/xnvgu7/public_html/sites/all/modules/views/handlers/views_handler_filter.inc on line 585.
  • warning: Declaration of views_handler_filter::options_submit(&$form, &$form_state) should be compatible with views_handler::options_submit($form, &$form_state) in /home/xnvgu7/public_html/sites/all/modules/views/handlers/views_handler_filter.inc on line 585.
  • warning: Declaration of views_handler_filter_boolean_operator::value_validate(&$form, &$form_state) should be compatible with views_handler_filter::value_validate($form, &$form_state) in /home/xnvgu7/public_html/sites/all/modules/views/handlers/views_handler_filter_boolean_operator.inc on line 149.
  • warning: Declaration of views_plugin_style_default::options(&$options) should be compatible with views_object::options() in /home/xnvgu7/public_html/sites/all/modules/views/plugins/views_plugin_style_default.inc on line 25.
  • warning: Declaration of views_plugin_row::options_validate($form, &$form_state) should be compatible with views_plugin::options_validate(&$form, &$form_state) in /home/xnvgu7/public_html/sites/all/modules/views/plugins/views_plugin_row.inc on line 135.
  • warning: Declaration of views_plugin_row::options_submit($form, &$form_state) should be compatible with views_plugin::options_submit(&$form, &$form_state) in /home/xnvgu7/public_html/sites/all/modules/views/plugins/views_plugin_row.inc on line 135.

Swift & iOS8重要links

iOS8 Swift Cheat sheet:Swift/iOS8 的小抄。

Swift Cheat Sheet:Swift小抄。

iOS-blog:許多iOS8/Swift 教學。

Swift Tutorial - A quick start:快速上手Swift程式例子。

UISwitch在iOS7改變了大小

iOS7有許多改變,尤其是UI,UISwitch在iOS7改變了大小。

iOS7的UISwitch是51x31,而iOS7之前UISwitch是79x27,所以:

UISwitch的位置會有所改變,需要用程式來更改其位置。例如使用center來更改其位置:

pagingEnabled.center = CGPointMake( spacing + self.pagingEnabled.frame.size.width / 2, pagingEnabled.center.y);

 

 

1.2 Variables and Arithmetic Expressions

本節以列印出華氏Farenheit-攝氏Celsius對照表來說明「變數」Variables及「算數式」Arithmetic Expressions。以程式來解說,共有四個程式。

Dev-C++顯示行號Line number

Dev-C++顯示行號Line number的方法是:

Hello World,第一個程式

Hello World,第一個程式

Chapter 1. A Tutotial Introduction

使用範例說明,以便很快上手。

The C Programming Language

1-5 C語言的編譯、連結和執行

完成了一個C語言的程式後,必需經過編譯、連結,才能執行。

1-2 1-3 1-4 C語言的沿革、特色及如何開發程式

1-2 1-3 1-4 C語言的沿革、特色及如何開發程式

1-1 程式語言的演進

第1章 C語言導論

第1章 C語言導論

 

 

最新C&C++學習範本第三版

最新C&C++學習範本第三版,松崗出版。

Dev-C++的求助Help

使用Dev-C++的求助Help,若出現「無法取得程式畫面」(如下圖),則需下載windows元件,windows7及windows8較會發生此情形。

在Xcode 5.0.1中,以iOS6測試

有了iOS7,必需將Xcode升級到Xcode 5,但是iOS simulator只有iOS7。若要測iOS6,該如何做?

Missing recommended icon file ,apps用到的圖形檔

做一個app需要許多圖形檔,現在把一定要的檔案詳列於下:

用Fireworks2004合成文字圖片

做app時常需一些圖檔,例如icon.png、Default.png,以下介紹用Fireworks2004合成文字圖片。

使用transitionFromViewController 轉換 UIPageViewController - 跳頁

 一般UIPageViewController 使用viewControllerBeforeViewController及viewControllerAfterViewController來轉換到上一頁或下一頁,但是若想跳頁的話,怎麼辦?使用transitionFromViewController。

Unbalanced calls to begin/end appearance transitions for <UIPageViewController:

 當手動來轉換至UIPageViewController時,若出現Unbalanced calls to begin/end appearance transitions for UIPageViewController:,這表示兩個UIPageViewController不當重疊。

解決方法:

找到這一行,並去掉這一行

Thread1:Program received signal:"SIGABRT"

Thread1:Program received signal:"SIGABRT"

這是由Xcode4.6.2產生的project,修改Deployment Target 5.0後,Product/Run在iPhone5.0 simulator或iPad5.0simulator時,所產生的錯誤。若Product/Run在iPhone5.0 simulator或iPad5.0simulator時,不會有問題。

Mac快速鍵

 以下是Mac經常可用到的快速鍵 :

訂閱文章