使用者:Elleryq
出自VFP Wiki
(修訂版本間差異)
小 |
小 (→vfp、webcam) |
||
第15行: | 第15行: | ||
BeFox - WebCam - Exemple d'utilisation | BeFox - WebCam - Exemple d'utilisation | ||
http://www.emsystems.be/befox/articles.php?lng=fr&pg=87 | http://www.emsystems.be/befox/articles.php?lng=fr&pg=87 | ||
+ | |||
+ | sky, freeware | ||
+ | http://www.frostyplace.com/index.php?story_id=4288 | ||
===mysql=== | ===mysql=== |
在2006年9月21日 (四) 14:25所做的修訂版本
目錄 |
elleryq 其人
可逕行參考我的網站 Thinking more, http://thinkingmore.no-ip.info
其他
- 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
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%';