2015年4月28日 星期二
IPCAM 範例 佔存
http://www.camera-sdk.com/p_37-how-to-connect-to-an-onvif-camera-and-display-the-image-in-c-onvif.html
2015年4月23日 星期四
載入氣象資料
http://www.todroid.com/creating-a-weather-app-in-android-studio/
http://www.survivingwithandroid.com/2014/05/how-to-develop-android-weather-app.html
功能概述
可以抓取當地氣象
目前沒有測試
先放這 晚點再來
用YAHOO 氣象API
http://www.survivingwithandroid.com/2014/02/android-weather-app-using-yahoo-provider.html
http://www.survivingwithandroid.com/2014/05/how-to-develop-android-weather-app.html
功能概述
可以抓取當地氣象
目前沒有測試
先放這 晚點再來
用YAHOO 氣象API
http://www.survivingwithandroid.com/2014/02/android-weather-app-using-yahoo-provider.html
限制應用程式只能直立,禁止橫向
限制應用程式只能直立,禁止橫向
setRequestedOrientation( ActivityInfo.SCREEN_ORIENTATION_PORTRAIT );
or
AndroidManifest.xml:
在 <activity 裡面加上
android:screenOrientation="portrait" (指定為直向)
<!--參數為 landscape為橫向 portrait為縱向 nosensor為關閉重力感應器-->
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.ack.test2" >
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme">
<activity
android:name=".MainActivity"
android:label="@string/app_name" >
<!--限制螢幕為直向 str-->
android:screenOrientation="portrait"
<!--參數為 landscape為橫向 portrait為縱向 nosensor為關閉重力感應器-->
<!--限制螢幕為直向 end-->
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>
android:configChanges="keyboard|keyboardHidden|orientation"
(告訴系統,我要自己處理轉向問題) 需要在 Manifest.xml 中加上底下的敘述。
setRequestedOrientation( ActivityInfo.SCREEN_ORIENTATION_PORTRAIT );
or
AndroidManifest.xml:
在 <activity 裡面加上
android:screenOrientation="portrait" (指定為直向)
<!--參數為 landscape為橫向 portrait為縱向 nosensor為關閉重力感應器-->
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.ack.test2" >
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme">
<activity
android:name=".MainActivity"
android:label="@string/app_name" >
<!--限制螢幕為直向 str-->
android:screenOrientation="portrait"
<!--參數為 landscape為橫向 portrait為縱向 nosensor為關閉重力感應器-->
<!--限制螢幕為直向 end-->
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>
android:configChanges="keyboard|keyboardHidden|orientation"
(告訴系統,我要自己處理轉向問題) 需要在 Manifest.xml 中加上底下的敘述。
android 一些教學 資料
Android
http://www.raywenderlich.com/78576/android-tutorial-for-beginners-part-2
http://blog.csdn.net/ryantang03/article/details/9237643
Global Caché
http://www.automatedhome.co.uk/reviews/review-ip-control-of-your-ir-gear-with-global-cache-itach-ip2ir.html
2015年4月21日 星期二
安裝 Android Studio
請連結 http://developer.android.com/sdk/installing/index.html
下載
下載
載完就開始安裝
我是都下一步 下一步
我選預設 因為我甚麼都沒裝
我答應~~~
我答應~~~
還是預設
我先選2G 現在的智慧型手持式裝置 也差不多
依然預設
安裝瞜 1% 2% ........
啟動畫面沒抓
安裝完畢
現在的開發工具 越來越人性化了
第一次啟動 Android Studio 就錯誤
一啟動就錯誤
(我發現原來是我的網路有問題 無法連線)
發現 SDK 沒裝
所以 找了一下
其實 他們有統包案裝檔
進入 http://developer.android.com/sdk/installing/index.html
網路復原 自動下載 SDK
安裝完畢
終於看到 畫面了
(我發現原來是我的網路有問題 無法連線)
發現 SDK 沒裝
所以 找了一下
其實 他們有統包案裝檔
進入 http://developer.android.com/sdk/installing/index.html
全部的安裝檔
網路復原 自動下載 SDK
安裝完畢
終於看到 畫面了
2015年4月17日 星期五
異機備援 修改
1.先進入 ect/dev 找到新硬碟資料夾
2.修改
進入 ect/
編輯 fstab 檔案
更改 硬碟序號
ata-STXXXXX-
修改方式 vi fstab
fstab 存放路徑 ect/ 下面
vi 指令
i 修改
esc 離開修改模式
w 存檔
q 離開
q! 不存檔 離開
===============
確認系統開機錯誤 指令如下 確認錯誤點
journalctl -b
2.修改
進入 ect/
編輯 fstab 檔案
更改 硬碟序號
ata-STXXXXX-
修改方式 vi fstab
fstab 存放路徑 ect/ 下面
vi 指令
i 修改
esc 離開修改模式
w 存檔
q 離開
q! 不存檔 離開
===============
確認系統開機錯誤 指令如下 確認錯誤點
journalctl -b
linux 電源管理 語法
电源管理
如果你正登录在一个本地的
systemd-logind
用户会话,且当前没有其它活动的会话,那么以下命令无需root权限即可执行。否则(例如,当前有另一个用户登录在某个tty),systemd 将会自动请求输入root密码。
重启:
$ systemctl reboot
退出系统并停止电源:
$ systemctl poweroff
待机:
$ systemctl suspend
休眠:
$ systemctl hibernate
混合休眠模式(同时休眠到硬盘并待机):
$ systemctl hybrid-sleep
2015年4月10日 星期五
批次檔 實現延遲 指令
在批次檔(*.bat)中內建並沒有 SLEEP 命令,當你在執行批次任務時若需要暫停執行幾秒鐘,就需要一些小技巧來實現了,以下分享幾個我之前用過的技巧:
1. 利用 PING 指令幫忙停 5 秒
每壹台電腦都有 PING 執行檔,這個最好用啦!
@ping 127.0.0.1 -n 5 -w 1000 > nul
2. 利用 CHOICE 指令
CHOICE 命令在 Windows XP 中找不到,但在 Windows Server 2003 或 Vista 都有內建。
@CHOICE /C YN /N /T 5 /D y > nul
預設安裝路徑在 C:\Program Files\Windows Resource Kits\Tools 目錄下會有個 sleep.exe 執行檔
sleep 5
4. 利用 TIMEOUT 指令
TIMEOUT 命令在 Windows Server 2003 或 Vista 之後都有內建。
timeout /t 5
延遲五秒 開啟 D槽123.exe 檔
開檔案 @echo off
@ping 127.0.0.1 -n 5 -w 1000 > nul
start D:\123.exe
訂閱:
文章 (Atom)