使用者:Elleryq
出自VFP Wiki
(修訂版本間差異)
小 |
小 |
||
第6行: | 第6行: | ||
*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 | ||
+ | |||
+ | ===mysql=== | ||
<pre>set session character_set_client=utf8; | <pre>set session character_set_client=utf8; | ||
set session character_set_server=utf8; | set session character_set_server=utf8; |
在2006年9月21日 (四) 14:18所做的修訂版本
目錄 |
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
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%';