使用者:Elleryq

出自VFP Wiki

(修訂版本間差異)
跳轉到: 導航, 搜尋
(elleryq 其人)
 
(3個中途的修訂版本沒有顯示)
第1行: 第1行:
=== elleryq 其人 ===
=== elleryq 其人 ===
-
可逕行參考我的網站 Thinking more, http://thinkingmore.no-ip.info
+
可逕行參考我的網站 Thinking more, http://blog.roodo.com/thinkingmore
 +
e-mail: elleryq (at) gmail (dot) com
=== 其他 ===
=== 其他 ===
第6行: 第7行:
*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.
-
=== 更新到 MediaWiki 1.6.5 步驟...實驗中 ===
+
===vfp、webcam===
-
# 下載 backup.sql
+
Microsoft: VFP -General Coding Issues FAQ - Tek-Tips
-
# 設置變數:character_set_client、character_set_server、character_set_results、character_set_database、character_set_connection。
+
http://www.tek-tips.com/faqs.cfm?fid=3891
-
# create database dbname
+
-
# GRANT ALL ON dbname.* TO 'xxxxx'@'localhost' IDENTIFIED BY 'password'
+
-
# use dbname
+
-
# source backup.sql
+
-
# 下載 mediawiki,解開
+
-
# 將原來的 LocalSettings.php 與 AdminSettings.php 放過去
+
-
# 到 maintainance 下執行 php update.php
+
-
# 修正 LocalSettings.php
+
-
#*路徑問題
+
-
#*$wgSitename 設為 VFPWiki (或 VFP Wiki?!) , 這邊再研究
+
-
#*$wgDBmysql5 = true; 這可以強迫 mediawiki 連線後,先設置 set name=utf8
+
-
# 完成
+
-
目前主要頁面都 ok, 但是某些之前有東西的頁面卻需要再次編輯...這很奇怪...
+
Video Capture Api - Visual FoxPro Wiki
-
例如 VFP_Wiki:Community 或新聞動態或 VFP_Wiki:常見問題與解答,這有可能是編碼問題
+
http://fox.wikis.com/wc.dll?Wiki~VideoCaptureApi~VFP
-
另外一種可能則是 update 時,被處理掉了。
+
-
==== 要設置的參數 ====
+
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;
<pre>set session character_set_client=utf8;
set session character_set_server=utf8;
set session character_set_server=utf8;

在2009年10月20日 (二) 18:46的最新修訂版本

目錄

elleryq 其人

可逕行參考我的網站 Thinking more, http://blog.roodo.com/thinkingmore e-mail: elleryq (at) gmail (dot) com

其他

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%';

Testing

Winx girls.JPG