Moblin 建立第乙個application

2021-04-26 05:12:34 字數 1253 閱讀 7338

在netbook上安裝了

moblin 2有好幾天,網路不太好用,應該說還很有問題,出現下面兩種情況:

一、無線網路能夠配置並且正常使用,密碼那裡設定為儲存。後來我們的ap修改了密碼,但是無線網路一直在連(當然是連不上),不能退出到配置密碼的地方,而提供的gnome配置介面也無法進入相關配置。嘿,就是無法修改密碼。

二、有限網口出現問題,插上網線,燈正常,交換機也顯示正常,但是moblin2的網路一直顯示cable unplungged,物理都搞不通,就不用往後了。

使用ubuntu作為host,netbook作為target。先根據指引在host上安裝我們的開發環境。需要具備gcc, g++, make, man, autoconf, automake, git, libtoolize, gtkdocize, gettext, and a good source code editor(使用emacs)使用命令:sudo apt-get install build-essential man-db autoconf automake git-core devhelp libtool gtk-doc-tools gettext emacs devhelp,用於獲取man-db autoconf automake git-core devhelp libtool gtk-doc-tools gettext emacs的最新版本並且安裝。主要是安裝gnu的開發環境。

gcc = gcc

libs = clutter-0.9

flags = `pkg-config --cflags --libs $(libs)`

all:

$(gcc) -o helloworld helloworld.c $(flags)

這種方式是比較土,反正就在阿土的環境上,去查一下gcc的引數,看看自己要什麼適,至少自己知道在幹什麼。執行,成功。下乙個步驟就是將應用從host弄到target上。根據**介紹,使用scp,但是無論是host還是target,都不是ssh server,需要在其中一台上安裝server,當然選擇host。使用sudo apt-get install openssh-server獲取。這樣我們可以在target機器上使用scp –r username@host_ip:/檔案路徑 dst_name來download我們在host生成的應用檔案helloworld。

在host上的helloworld例子中,如果使用他的make install,可以在應用程式中的其他選單那裡有程式的入口。make install執行了下面:

建立第乙個MVC

建立第乙個mvc asp.net 和預設路由設定 asp.net的mvc已經出到了4.0,我用的是visual studio2013,接下來努力學下mvc,學之前的話我建議大家先去學下三層 分別是dal bll model 大家可以去谷歌下,理解下這個理念,理解下各個層之間的關係,對mvc的學習也會...

建立第乙個WCF程式

using system.servicemodel namespace host 而hellowcfservice.cs 實現如下 using system 縮短為baseaddress http localhost 8731 hellowcfservice 並修改program.cs檔案為 usi...

建立第乙個sencha touch例子

第一步 在myeclipse 上 new 乙個 web project,project name 命名為 touch 第三步 新建index.js 檔案,如下 ext.loader.setpath ext.require ext.form.panel launch function var cont...