Application.OnTime 指定時間, "指定子程式"
上段程式碼是在Office VBA中,如果要在指定的時間點上,執行指定的子程式時所使用的key code及其使用的引數代表的意思。
而在接下來的文章中將step-by-step說明如何在早上九點執行在Excel的某個工作表裡某個儲存格裡輸入文字的子程式。
這次的主角是
官方介紹 :
好多設定的 setpoint
可怕的 1095 天電力 .... ( 核能 )
入手價 HKD 340 比官網的 HKD 399 便宜了一點點, 只是按鍵聲音有點大 & 不太會用那個傳說中的羅技飛輪... 因為飛好快 囧
由於在小筆電上開Apache Web Server 做學校Project Demo的時候發現好Lag ... , 所以就想試試 傳說中超快的 Nginx .
花了一點時間架好了 Nginx , 跑 php 和 apache 有點不一樣他是經過 fastcgi 來跑 php 的. 另外就是 rewrite 方式有點不一樣. ( 教學夜點寫 懶散 ~ )
然後以 Apache 內建的 ab 跑一下壓力測試 ( 小筆電表示快爆炸了 )
測試環境為 :
Lenovo S205 | AMD E350 APU | 4GB RAM | 5400 rpm HHD
Apache2 + php5 + google pagespeed 優化
Nginx 1.0.5 + php5-fpm
花了一點時間架好了 Nginx , 跑 php 和 apache 有點不一樣他是經過 fastcgi 來跑 php 的. 另外就是 rewrite 方式有點不一樣. ( 教學夜點寫 懶散 ~ )
然後以 Apache 內建的 ab 跑一下壓力測試 ( 小筆電表示快爆炸了 )
測試環境為 :
Lenovo S205 | AMD E350 APU | 4GB RAM | 5400 rpm HHD
Apache2 + php5 + google pagespeed 優化
Nginx 1.0.5 + php5-fpm
cakePHP 2.1.1
在Windows 看 PDF 電子書總不可能用普通的 PDF Reader 吧這樣管理 Bookmark 會好亂, 慢慢在Google 找就找到了 Adoble 的 Digital Editions
連結
使用上有點像 Kindle 挺好用的 ~ 如果有更好的可以和我分享一下 .
連結
使用上有點像 Kindle 挺好用的 ~ 如果有更好的可以和我分享一下 .
最近發現SDK 可以更新, 主要是改善虛擬機效能問題. 對於Android 平台來說是一個很重要的更新.
因為用戶的Android 種類太多 囧rz 所以常常要用到虛擬機....
General notes:
因為用戶的Android 種類太多 囧rz 所以常常要用到虛擬機....
這邊是官方的資料 :
- Emulator
- Added support for hardware accelerated graphics rendering. This feature requires an API Level 15, Revision 3 or later system image. (more info)Note: As of the SDK Tools Revision 17 release, the API Level 15, Revision 3 system image is not yet available.
- Added support for running Android x86 system images in virtualization mode on Windows and Mac OS X. (more info)
- Added experimental support for multi-touch input by enabing the emulator to receive touch input from a USB-tethered physical Android device. (more info)
- Added support for hardware accelerated graphics rendering. This feature requires an API Level 15, Revision 3 or later system image. (more info)
- Added viewing of live detailed network usage of an app in DDMS. (more info)
- ProGuard
- Updated the bundled ProGuard tool to version 4.7. In addition to many new features, this update fixes the
Conversion to Dalvik format failed with error 1error some users have experienced. - Updated the default
proguard.cfgfile with better default flags for Android. - Split the ProGuard configuration file has been in half, with project specific flags kept in project and the generic Android flags distributed (and updated) with the tools themselves.
- Updated the bundled ProGuard tool to version 4.7. In addition to many new features, this update fixes the
- Build
- Added a feature that allows you to run some code only in debug mode. Builds now generate a class called
BuildConfigcontaining aDEBUGconstant that is automatically set according to your build type. You can check the (BuildConfig.DEBUG) constant in your code to run debug-only functions. - Fixed issue when a project and its libraries include the same jar file in their libs folder. (more info)
- Added support for custom views with custom attributes in libraries. Layouts using custom attributes must use the namespace URI
http://schemas.android.com/apk/res-autoinstead of the URI that includes the app package name. This URI is replaced with the app specific one at build time.
- Added a feature that allows you to run some code only in debug mode. Builds now generate a class called
- Lint
- Updated Lint to check Android application code. Lint rules which previously performed pattern based searches in the application code (such as the unused resource check) have been rewritten to use the more accurate Java-style parse trees.
- Added support for checking library projects. This change means that rules such as the unused resource check properly handle resources declared in a library project and referenced in a downstream project.
- Added ability to suppress Lint warnings in Java code with the new
@SuppressLintannotation, and in XML files with the new tools: namespace and ignore attribute. (more info) - New Lint checks:
- Added check for Android API calls that require a version of Android higher than the minimum supported version. You can use the new
@TargetApiannotation to suppress warnings when the code is wrapped in a system version condition. (more info) - Added over 20 new Lint rules, including checks for performance, XML layouts, manifest and file handling.
- Added check for Android API calls that require a version of Android higher than the minimum supported version. You can use the new
以上 Hardware accelerated graphics 我自己是用不了 一直出錯誤, 可能電腦有什麼地方設不好吧...
另外 x86 的虛擬機速度上有接近實體機了, 不過在跑自己Project 時還是有點小問題
其他功能待測 ( 懶惰 ) ~


