使用者:Elleryq
出自VFP Wiki
(修訂版本間差異)
小 (→Testing) |
小 (→elleryq 其人) |
||
(7個中途的修訂版本沒有顯示) | |||
第1行: | 第1行: | ||
=== elleryq 其人 === | === elleryq 其人 === | ||
- | 可逕行參考我的網站 Thinking more, http:// | + | 可逕行參考我的網站 Thinking more, http://blog.roodo.com/thinkingmore |
+ | e-mail: elleryq (at) gmail (dot) com | ||
=== 其他 === | === 其他 === | ||
*http://wiki.debian.org.tw/DebianWiki | *http://wiki.debian.org.tw/DebianWiki | ||
*Please see [http://meta.wikipedia.org/wiki/MediaWiki_i18n documentation on customizing the interface] and the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide] for usage and configuration help. | *Please see [http://meta.wikipedia.org/wiki/MediaWiki_i18n documentation on customizing the interface] and the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide] for usage and configuration help. | ||
+ | |||
+ | ===vfp、webcam=== | ||
+ | Microsoft: VFP -General Coding Issues FAQ - Tek-Tips | ||
+ | http://www.tek-tips.com/faqs.cfm?fid=3891 | ||
+ | |||
+ | Video Capture Api - Visual FoxPro Wiki | ||
+ | http://fox.wikis.com/wc.dll?Wiki~VideoCaptureApi~VFP | ||
+ | |||
+ | BeFox - WebCam - Exemple d'utilisation | ||
+ | http://www.emsystems.be/befox/articles.php?lng=fr&pg=87 | ||
+ | |||
+ | sky, freeware | ||
+ | http://www.frostyplace.com/index.php?story_id=4288 | ||
+ | |||
+ | C# WebCam Windows Service - DotNet Zone - DNzone.COM | ||
+ | http://www.dnzone.com/ShowDetail.asp?NewsId=224 | ||
+ | |||
+ | ===mysql=== | ||
+ | <pre>set session character_set_client=utf8; | ||
+ | set session character_set_server=utf8; | ||
+ | set session character_set_results=utf8; | ||
+ | set session character_set_database=utf8; | ||
+ | set session character_set_connection=utf8; | ||
+ | show variables like '%CHAR%'; | ||
+ | </pre> | ||
=== Testing === | === Testing === | ||
*[[VFP Wiki:如何編輯頁面|如何編輯頁面]] | *[[VFP Wiki:如何編輯頁面|如何編輯頁面]] | ||
[[Image:Winx_girls.JPG]] | [[Image:Winx_girls.JPG]] |
在2009年10月20日 (二) 18:46的最新修訂版本
目錄 |
elleryq 其人
可逕行參考我的網站 Thinking more, http://blog.roodo.com/thinkingmore e-mail: elleryq (at) gmail (dot) com
其他
- http://wiki.debian.org.tw/DebianWiki
- Please see documentation on customizing the interface and the User's Guide for usage and configuration help.
vfp、webcam
Microsoft: VFP -General Coding Issues FAQ - Tek-Tips http://www.tek-tips.com/faqs.cfm?fid=3891
Video Capture Api - Visual FoxPro Wiki http://fox.wikis.com/wc.dll?Wiki~VideoCaptureApi~VFP
BeFox - WebCam - Exemple d'utilisation http://www.emsystems.be/befox/articles.php?lng=fr&pg=87
sky, freeware http://www.frostyplace.com/index.php?story_id=4288
C# WebCam Windows Service - DotNet Zone - DNzone.COM http://www.dnzone.com/ShowDetail.asp?NewsId=224
mysql
set session character_set_client=utf8; set session character_set_server=utf8; set session character_set_results=utf8; set session character_set_database=utf8; set session character_set_connection=utf8; show variables like '%CHAR%';