缺點是可以玩得太多時間太少了.
2015年12月20日 星期日
2015年7月19日 星期日
[轉貼]新一代混合雲平台 Windows Server 2016 新功能預覽 (上) (Channel 9)
想知道windows server2016新功能影片的參考 https://channel9.msdn.com/Events/MMS/mms2015/003
想下載映像檔或是官方做好的虛擬機請到下列網址登入自己的hotmail帳號.
https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-technical-preview?i=1&lc=1028
想下載映像檔或是官方做好的虛擬機請到下列網址登入自己的hotmail帳號.
https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-technical-preview?i=1&lc=1028
2015年7月12日 星期日
[微軟線上教學網址]Microsoft Virtual Academy – Free IT Training, Online Learning of Microsoft Technologies
Microsoft Virtual Academy – Free IT Training, Online Learning of Microsoft Technologies http://www.microsoftvirtualacademy.com/?mtag=MVP4038201
非常實用請一起按時進修.
非常實用請一起按時進修.
2015年5月4日 星期一
[心得]免費的Final Cut Pro X套件-Timecode
首先到這連結http://fxfactory.com/download/下載FxFactory的程式如下圖,選擇免費TimeCode下載安裝.
再開啟FCP X在影片時間軸上就能看到如下圖的TimeCode套件顯示了,真的值得安裝上.
原文網址連結: http://www.fcp.co/final-cut-pro/news/1657-timecode
再開啟FCP X在影片時間軸上就能看到如下圖的TimeCode套件顯示了,真的值得安裝上.
原文網址連結: http://www.fcp.co/final-cut-pro/news/1657-timecode
2015年5月3日 星期日
[心得]Photon by VMware
在Docker逐漸盛行後連VMware都推出專屬執行Docker容器(container)的免費平台名叫Photon,官方說明如下:
Photon™ is a technology preview of a minimal Linux container host. It is designed to have a small footprint and boot extremely quickly on VMware platforms. Photon™ is intended to invite collaboration around running containerized applications in a virtualized environment.
主要的功能:
Optimized for vSphere
Container support
Efficient lifecycle management
針對使用vSphere優化、容器支援、生命週期管理.
官網下載映像檔後並非需要在VMware的免費的Esxi或是收費的vSphere,在Virtualbox上也能掛載安裝,接著是安裝過程.
1.使用VirtualBox 5.0 Beta來示範.
2.授權畫面.
3.選擇磁碟空間進行安裝.
4.上步完成後選擇yes後開始安裝.
5.這裏選擇Photon安裝方式,如果沒意外請選全部安裝,不用擔心會安裝到不需要的套件,因為他真的就是多餘套件都沒有的minimal Linux container host.
6.輸入本機名稱,安裝過Unix-Like的一定非常熟這畫面.
7.輸入root密碼,這裏沒辦法輸入過於簡單的密碼.
8.安裝Photon的minimal Linux container套件.
9.安裝完後會重新開機,這時候你就能在minimal Linux container下直接執行Docker了,CentOS7下還需要下指令安裝.
Photon官網網址: https://vmware.github.io/photon/
Photon™ is a technology preview of a minimal Linux container host. It is designed to have a small footprint and boot extremely quickly on VMware platforms. Photon™ is intended to invite collaboration around running containerized applications in a virtualized environment.
主要的功能:
Optimized for vSphere
Container support
Efficient lifecycle management
針對使用vSphere優化、容器支援、生命週期管理.
官網下載映像檔後並非需要在VMware的免費的Esxi或是收費的vSphere,在Virtualbox上也能掛載安裝,接著是安裝過程.
1.使用VirtualBox 5.0 Beta來示範.
2.授權畫面.
3.選擇磁碟空間進行安裝.
4.上步完成後選擇yes後開始安裝.
5.這裏選擇Photon安裝方式,如果沒意外請選全部安裝,不用擔心會安裝到不需要的套件,因為他真的就是多餘套件都沒有的minimal Linux container host.
6.輸入本機名稱,安裝過Unix-Like的一定非常熟這畫面.
7.輸入root密碼,這裏沒辦法輸入過於簡單的密碼.
8.安裝Photon的minimal Linux container套件.
9.安裝完後會重新開機,這時候你就能在minimal Linux container下直接執行Docker了,CentOS7下還需要下指令安裝.
Photon官網網址: https://vmware.github.io/photon/
[心得]Visual Studio Code for Mac建立Node.js與ASP.NET5的基本環境
微軟在日前實現了在Linux與Mac上也能使用Visual Studio的可能性,接著當然就是找時間來玩一下.
1.在安裝Visual Studio Code前,先選擇自己要安裝Node.js source code的平台,下載連結: https://nodejs.org/download/
2.安裝web framework for Node.js的套件,指令:sudo npm install -g express(sudo看你自己決定是否加入,本人已經慣用sudo來操作任何Unix-Like系統,不直接使用root).
3.安裝the express application generator,指令:sudo npm install -g express-generator.
4.建立輸出資料夾,指令:express myExpressApp.
5.切換到剛剛建立輸出程式的資料夾並安裝測試程式.
6.最後在瀏覽器開啟http://localhost:3000就能看到測試程式顯示的結果.
以上Node.js基本環境已經建構完成,如果還有興趣請參考官方連結: https://code.visualstudio.com/docs/nodejs
7.接著建立ASP.NET5的基本開發環境,指令: sudo npm install -g yo grunt-cli generator-aspnet bower.
8.一樣執行官方的測試程式,指令: yo aspnet.
以上環境架構完成了,一樣有興趣請參考官方連結: https://code.visualstudio.com/docs/ASPnet5.
能在Linux與Mac上玩到Visual Studio是件令人高興的事,雖然他只是簡易版卻拉近其他作業系統的程式開發人員,改變開發微軟程式環境的可能性.
1.在安裝Visual Studio Code前,先選擇自己要安裝Node.js source code的平台,下載連結: https://nodejs.org/download/
2.安裝web framework for Node.js的套件,指令:sudo npm install -g express(sudo看你自己決定是否加入,本人已經慣用sudo來操作任何Unix-Like系統,不直接使用root).
3.安裝the express application generator,指令:sudo npm install -g express-generator.
4.建立輸出資料夾,指令:express myExpressApp.
5.切換到剛剛建立輸出程式的資料夾並安裝測試程式.
6.最後在瀏覽器開啟http://localhost:3000就能看到測試程式顯示的結果.
以上Node.js基本環境已經建構完成,如果還有興趣請參考官方連結: https://code.visualstudio.com/docs/nodejs
7.接著建立ASP.NET5的基本開發環境,指令: sudo npm install -g yo grunt-cli generator-aspnet bower.
以上環境架構完成了,一樣有興趣請參考官方連結: https://code.visualstudio.com/docs/ASPnet5.
能在Linux與Mac上玩到Visual Studio是件令人高興的事,雖然他只是簡易版卻拉近其他作業系統的程式開發人員,改變開發微軟程式環境的可能性.
2015年4月19日 星期日
[心得]Virtualbox下安裝virtualbox tools
1.安裝virtualbox所需要的套件.
yum install dkms binutils gcc make patch libgomp glibc-headers glibc-devel kernel-headers kernel-pae-devel -y
2.建立資料夾.
mkdir /media/cdrom
3.掛載光碟機.
mount /dev/sr0 /media/cdrom
4.切換到光碟機並執行virtual box tools sh.
cd /media/cdrom
sh ./VBoxLinuxAdditions.run
5.重新開機.
reboot
2015年4月14日 星期二
[資訊]Apple update Final Cut Pro X to 10.2, Motion to 5.2 and Compressor to 4.2&Free stock videos – Pexels Videos
1.Apple update Final Cut Pro X to 10.2, Motion to 5.2 and Compressor to 4.2
新增了下列功能與強化
3D Titles
Smart Collections
Draw Mask
Color Correction is now an Effect.
New Scope Display Options
New Import Window
Improved Processing of Waveforms
New XML Version 1.5
Faster RED Workflow
Send to Compressor
More Video Formats Supported
Other Improvements, Features 7 Bug Fixes
http://www.fcp.co/final-cut-pro/news/1642-apple-update-final-cut-pro-x-to-10-2-motion-to-5-2-and-compressor-to-4-2
2.Free stock videos – Pexels Videos
https://videos.pexels.com/
新增了下列功能與強化
3D Titles
Smart Collections
Draw Mask
Color Correction is now an Effect.
New Scope Display Options
New Import Window
Improved Processing of Waveforms
New XML Version 1.5
Faster RED Workflow
Send to Compressor
More Video Formats Supported
Other Improvements, Features 7 Bug Fixes
http://www.fcp.co/final-cut-pro/news/1642-apple-update-final-cut-pro-x-to-10-2-motion-to-5-2-and-compressor-to-4-2
2.Free stock videos – Pexels Videos
https://videos.pexels.com/
2015年4月6日 星期一
[Docker心得]網卡混亂模式設定篇
首先本次操作是在CentOS7 64bit上,反正早晚都要熟悉新版指令不如提早開始.
Promiscuous是混雜模式,是指對目的硬體位址不加任何檢查,全部接收的工作模式 .
1.之前的ifconfig -a這指令在CentOS7上已經改成下列指令
$ip a
懷舊的朋友可以下:sudo yum -y install net-tools安裝完後即可下達ifconfig,提醒之後的CentOS版也不會有ifconfig的指令了早點習慣新版.
指令下完後看一下docker0這個虛擬的網路介面,注意""內的文字,這裏是標注提醒不會真的顯示在你的畫面上.
3: docker0: <"NO-CARRIER,BROADCAST,MULTICAST,UP"> mtu 1500 qdisc noqueue state DOWN
2.把docker的虛擬網路卡停止
ip link set dev docker0 down
3.再次觀察docker的虛擬網路卡的變化
ip a
3: docker0: <"BROADCAST,MULTICAST"> mtu 1500 qdisc noqueue state DOWN
4.查看自己設備上網卡名稱
vi /etc/sysconfig/network-scripts/ifcfg-<host_network>
5.啟動混亂模式
ip link set eth0 promisc on
6.觀察是否正確啟動
ip a
2:<host_network>: <“BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP”> mtu 1500 qdisc pfifo_fast state UP qlen 1000 link/ether 00:50:56:81:22:12 brd ff:ff:ff:ff:ff:ff
基本上以上完成就能ping到docker0這張虛擬網卡了.
再來的Docker橋接跟固定IP設定就另開一篇來討論了,目前也卡住在固定IP設定.
Promiscuous是混雜模式,是指對目的硬體位址不加任何檢查,全部接收的工作模式 .
1.之前的ifconfig -a這指令在CentOS7上已經改成下列指令
$ip a
懷舊的朋友可以下:sudo yum -y install net-tools安裝完後即可下達ifconfig,提醒之後的CentOS版也不會有ifconfig的指令了早點習慣新版.
指令下完後看一下docker0這個虛擬的網路介面,注意""內的文字,這裏是標注提醒不會真的顯示在你的畫面上.
3: docker0: <"NO-CARRIER,BROADCAST,MULTICAST,UP"> mtu 1500 qdisc noqueue state DOWN
2.把docker的虛擬網路卡停止
ip link set dev docker0 down
3.再次觀察docker的虛擬網路卡的變化
ip a
3: docker0: <"BROADCAST,MULTICAST"> mtu 1500 qdisc noqueue state DOWN
4.查看自己設備上網卡名稱
vi /etc/sysconfig/network-scripts/ifcfg-<host_network>
5.啟動混亂模式
ip link set eth0 promisc on
6.觀察是否正確啟動
ip a
2:<host_network>: <“BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP”> mtu 1500 qdisc pfifo_fast state UP qlen 1000 link/ether 00:50:56:81:22:12 brd ff:ff:ff:ff:ff:ff
基本上以上完成就能ping到docker0這張虛擬網卡了.
再來的Docker橋接跟固定IP設定就另開一篇來討論了,目前也卡住在固定IP設定.
2015年3月28日 星期六
[Docker心得]在Centos6與Centos7安裝的差異比較
到目前為止,如果使用Centos7安裝Docker記得images使用cnetos6的版本會比較好一點,光卡在systemctl上就能卡很久了,待續.
1.1首先要安裝上EPEL後才能安裝Docker,所以6以後的版本就不建議玩Docker了.
sudo wget http://download.fedoraproject.org/pub/epel/4/x86_64/epel-release-4-10.noarch.rpm
1.2下載完RPM檔後,就安裝了.
sudo rpm -ivh epel-release-4-10.noarch.rpm
1.3安裝完RPM檔後一定要更新.
sudo yum repolist
1.4接著移除Centos6上的docker(這步必要不管是剛剛裝完OS,或是舊有版本安裝docker).
sudo yum -y remove docker
1.5安裝Docker.
sudo yum install docker-io
1.6啟動Docker服務.
sudo service docker start
1.7設定Docker服務常駐.
sudo chkconfig docker on
Docker官方安裝參考連結 https://docs.docker.com/installation/centos/
2.Centos7安裝步驟
2.1安裝Docker.
sudo yum -y install docker docker-registry
2.2常駐Docker服務.
sudo systemctl enable docker.service
2.3啟動Docker.
sudo systemctl start docker.service
Centos7三步驟就收工,當然記得安裝完後確認一下Docker的版本.
sudo docker version
如果想玩目前最新支援ipv6的1.5版,記得更新.
sudo systemctl stop docker
sudo wget https://get.docker.com/builds/Linux/x86_64/docker-latest -O /usr/bin/docker
sudo systemctl start docker
2015年3月22日 星期日
[心得]Docker Network Configuration
建立自訂橋接網卡IP
1.停止Docker服務並移除預設 docker0上設定.
sudo systemctl stop docker
sudo ip link set dev docker0 down
sudo brctl delbr docker0
sudo iptables -t nat -F POSTROUTING
2.建立自訂橋接網卡
sudo brctl addbr bridge0
sudo ip addr add 192.168.5.1/24 dev bridge0
sudo ip link set dev bridge0 up
3.確認setp2設定
ip addr show bridge0
**使用Ubuntu當Base OS時下列指令要下:
$ echo 'DOCKER_OPTS="-b=bridge0"' >> /etc/default/docker
sudo systemctl start docker
4.最後確認
sudo iptables -t nat -L -n
Docker官網參考連結:https://docs.docker.com/articles/networking/
3/22晚安曲 楊宗緯-背叛https://www.youtube.com/watch?v=xHZ7leE_mQ8 祝大家明天上班愉快.
1.停止Docker服務並移除預設 docker0上設定.
sudo systemctl stop docker
sudo ip link set dev docker0 down
sudo brctl delbr docker0
sudo iptables -t nat -F POSTROUTING
2.建立自訂橋接網卡
sudo brctl addbr bridge0
sudo ip addr add 192.168.5.1/24 dev bridge0
sudo ip link set dev bridge0 up
3.確認setp2設定
ip addr show bridge0
**使用Ubuntu當Base OS時下列指令要下:
$ echo 'DOCKER_OPTS="-b=bridge0"' >> /etc/default/docker
sudo systemctl start docker
4.最後確認
sudo iptables -t nat -L -n
Docker官網參考連結:https://docs.docker.com/articles/networking/
3/22晚安曲 楊宗緯-背叛https://www.youtube.com/watch?v=xHZ7leE_mQ8 祝大家明天上班愉快.
2015年3月16日 星期一
Microsoft KB3033889,KB3035131,KB3035132,KB3032359,KB3035527'Successful' Updates error
2015年3月10日 星期二
[心得]初嘗三大虛擬化軟體
目前常用虛擬化三大軟體不外乎Esxi 5.5,XenServer-6.5,Hyper-V Server2012 R2,而他們用戶端連線管理程式分別為:VMware vSphere Client,Citrix XenCenter,Hyper-V管理員.
這次把操作過的簡易心得提出,當然XenServer跟Hyper-V需要更多時間才能上手,所以是拿Esxi跟這兩套相比較.
心得如下:
1.Esxi不愧是虛擬伺服器上的王者,在操作使用跟安裝完後擴充上容易,缺點:網卡要求很高,一般都建議使用Intel的網卡.
2.XenServer的不方便地方在於建立虛擬伺服器時如果選擇iso安裝的話需要先建立一個公用資料夾,再分享iso檔案,接著使用內網傳輸方式安裝,這點對於用慣Esxi的人來說很痛苦阿,好處是不用刪除上傳iso檔,另外建立虛擬伺服器只有CPU,RAM能設定,日後擴充上實在很麻煩.
3.Hyper-V在管理上只能透過Hyper-V管理員,在Windows 7上都需要額外安裝,而且Hyper-V Server2012 R2這個版本只能用Windows 8來管理,採用相同OS核心才能管理,因為很重要所以要說三次,比起上述兩個來說也太麻煩了吧,好處是微軟的遠端桌面真的很好用阿.
以上,後續心得在找時間補上.
這次把操作過的簡易心得提出,當然XenServer跟Hyper-V需要更多時間才能上手,所以是拿Esxi跟這兩套相比較.
心得如下:
1.Esxi不愧是虛擬伺服器上的王者,在操作使用跟安裝完後擴充上容易,缺點:網卡要求很高,一般都建議使用Intel的網卡.
2.XenServer的不方便地方在於建立虛擬伺服器時如果選擇iso安裝的話需要先建立一個公用資料夾,再分享iso檔案,接著使用內網傳輸方式安裝,這點對於用慣Esxi的人來說很痛苦阿,好處是不用刪除上傳iso檔,另外建立虛擬伺服器只有CPU,RAM能設定,日後擴充上實在很麻煩.
3.Hyper-V在管理上只能透過Hyper-V管理員,在Windows 7上都需要額外安裝,而且Hyper-V Server2012 R2這個版本只能用Windows 8來管理,採用相同OS核心才能管理,因為很重要所以要說三次,比起上述兩個來說也太麻煩了吧,好處是微軟的遠端桌面真的很好用阿.
以上,後續心得在找時間補上.
2015年3月5日 星期四
CentOS上安裝Laravel 4開發環境
rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
sudo yum --enablerepo=remi install httpd -y
sudo service httpd start
sudo yum --enablerepo=remi install php php-mysql -y
yum search php-
sudo yum --enablerepo=remi install php-mcrypt -y
sudo yum --enablerepo=remi install mysql-server -y
sudo service mysqld start
sudo /usr/bin/mysql_secure_installation
sudo chkconfig httpd on
sudo chkconfig mysqld on
curl -k -sS https://getcomposer.org/installer | php
echo $PATH
sudo mv composer.phar /usr/local/bin/composer
wget https://github.com/laravel/laravel/archive/develop.zip
which unzip
sudo yum install unzip -y
sudo unzip develop
sudo mv laravel-develop /var/www/yoursite
sudo rm -f develop
cd /var/www/yoursite
composer install
sudo chmod 775 /var/www/yoursite/app/storage
sudo vi /etc/httpd/conf/httpd.conf最後一行加入下列
<VirtualHost *:80>
ServerName yoursite.com
DocumentRoot /var/www/yoursite/public
<Directory /var/www/yoursite/public>
<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>
</Directory>
</VirtualHost>
sudo service httpd restart
參考連結:https://www.digitalocean.com/community/tutorials/how-to-install-laravel-4-on-a-centos-6-vps
rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
sudo yum --enablerepo=remi install httpd -y
sudo service httpd start
sudo yum --enablerepo=remi install php php-mysql -y
yum search php-
sudo yum --enablerepo=remi install php-mcrypt -y
sudo yum --enablerepo=remi install mysql-server -y
sudo service mysqld start
sudo /usr/bin/mysql_secure_installation
sudo chkconfig httpd on
sudo chkconfig mysqld on
curl -k -sS https://getcomposer.org/installer | php
echo $PATH
sudo mv composer.phar /usr/local/bin/composer
wget https://github.com/laravel/laravel/archive/develop.zip
which unzip
sudo yum install unzip -y
sudo unzip develop
sudo mv laravel-develop /var/www/yoursite
sudo rm -f develop
cd /var/www/yoursite
composer install
sudo chmod 775 /var/www/yoursite/app/storage
sudo vi /etc/httpd/conf/httpd.conf最後一行加入下列
<VirtualHost *:80>
ServerName yoursite.com
DocumentRoot /var/www/yoursite/public
<Directory /var/www/yoursite/public>
<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>
</Directory>
</VirtualHost>
sudo service httpd restart
參考連結:https://www.digitalocean.com/community/tutorials/how-to-install-laravel-4-on-a-centos-6-vps
2015年3月1日 星期日
Mac OSX(Mavericks)上執行Android Studio出現unable to find a valid jvm時的解決方式
在終端機下輸入下列指令
確認Mac OSX的Java版本
確認Mac OSX的Java版本
$java -version
java version "1.8.0_25"
Java(TM) SE Runtime Environment (build 1.8.0_25-b17)
Java HotSpot(TM) 64-Bit Server VM (build 25.25-b02, mixed mode)
指定JDK路徑
$ export STUDIO_JDK=/Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk
重新開啟
Android Studio
$ open /Applications/Android\ Studio.app
參考連結:http://stackoverflow.com/questions/20925253/android-studio-failed-to-load-jvm-on-mac-osx-mavericks
2015年1月31日 星期六
[心得]Docker install Windows&Mac OS X
之前有提過的Docker最近出了支援Windows&Mac OSX雙版本的安裝套件
Windows版下載連結:https://github.com/boot2docker/windows-installer/releases/tag/v1.4.1
Mac OSX版下載連結:https://github.com/boot2docker/osx-installer/releases/tag/v1.4.1
以上安裝套件前請確認您的作業系統為64位元版本,接著快樂的享用Docker吧.
Windows版下載連結:https://github.com/boot2docker/windows-installer/releases/tag/v1.4.1
Mac OSX版下載連結:https://github.com/boot2docker/osx-installer/releases/tag/v1.4.1
以上安裝套件前請確認您的作業系統為64位元版本,接著快樂的享用Docker吧.
[筆記]Corona SDK的第一個程式
Corona SDK支援Apple跟android雙平台,算的上是好上手的開發程式,但是請考慮圖片、影片跟聲音的授權問題,還有該平台版本的尺寸問題,下面的範例程式只是入門,要更精進就要大家一起用力學習了.
--note:Printing "Hello World!" on command
print("Hello World")
--note:Displaying "Hello World!" on GUI
local text = display.newText("Hello World", 325, 325, "Arial", 48 )
--note:Setting Text Color
text:setTextColor( 255,255,255 )
--note:display button
local button = display.newImage("button.png")
button.x = display.contentWidth / 2
button.y = display.contentHeight - 550
--note:Basic Interactivity
function screenTap()
local r = math.random( 0, 100 )
local g = math.random( 0, 100 )
local b = math.random( 0, 100 )
text:setFillColor( r/100, g/100, b/100 )
end
--note:Event Listener
display.currentStage:addEventListener( "tap", screenTap )
--note:sound player
transition.to(textO,{ time=1000, y=text.y+100 })
function button:tap( event )
local r = math.random( 0, 255 )
local g = math.random( 0, 255 )
local b = math.random( 0, 255 )
text:setTextColor(r,g,b )
media.playEventSound("test.mp3")
end
button:addEventListener("tap",button )
--note:Printing "Hello World!" on command
print("Hello World")
--note:Displaying "Hello World!" on GUI
local text = display.newText("Hello World", 325, 325, "Arial", 48 )
--note:Setting Text Color
text:setTextColor( 255,255,255 )
--note:display button
local button = display.newImage("button.png")
button.x = display.contentWidth / 2
button.y = display.contentHeight - 550
--note:Basic Interactivity
function screenTap()
local r = math.random( 0, 100 )
local g = math.random( 0, 100 )
local b = math.random( 0, 100 )
text:setFillColor( r/100, g/100, b/100 )
end
--note:Event Listener
display.currentStage:addEventListener( "tap", screenTap )
--note:sound player
transition.to(textO,{ time=1000, y=text.y+100 })
function button:tap( event )
local r = math.random( 0, 255 )
local g = math.random( 0, 255 )
local b = math.random( 0, 255 )
text:setTextColor(r,g,b )
media.playEventSound("test.mp3")
end
button:addEventListener("tap",button )
訂閱:
文章 (Atom)