異世界


2013年9月24日 星期二

PHP 學習之路

PERL=> Protocol::Modbus - search.cpan.org : http://search.cpan.org/~cosimo/Protocol-Modbus-0.05-withoutworldwriteables/lib/Protocol/Modbus.pm

PERL=> SNMP :http://search.cpan.org/~tonodera/Net-SNMP-Util-1.04/lib/Net/SNMP/Util.pm

PREL=> MySQL : http://space.uwants.com/html/31/2470831-395843.html

 

 

 

 

網站開發之我的計畫 - 2013/10/08變更:
UBUNTU Linux:
1. 伺服器 :

  • LAMP 參考: 十分鐘架好ubuntu的apache+php+mysql
    • LAMP = lib + apache + mysql + php
    • > sudo apt-get install lamp-server^
    • > udo apt-get install libapache2-mod-auth-mysql
    • > sudo apt-get install phpmyadmin
  • XAMPP 參考:   How to Install Xampp on Ubuntu 13.04, 12.10, 12.04

2. PHP 網站開發工具 : NetBeans
4. MySql 管理及輔助工具 : 
phpMyadmin :
MySQL Workbench :  參考 UP-UBUBTU
5. framework : jQuery Mobile


WINDOWS:
1. 伺服器 : XAMPP的Windows版本
這個版本適用於Windows 2000, XP, Vista和7。包括:Apache, MySql, PHP+ PEAR, Perl, mod_php, mod_perl, mod_ssl, OpenSSL, phpMyAdmin, Webalizer, Mercury Mail Transport System for Win32 and NetWare Systems v3.32, Ming, JpGraph, FileZilla FTP Server, mcrypt, eAccelerator, SQLite, 和 WEB-DAV + mod_auth_mysql.
2. PHP 網站開發工具 : WebMatrixNetBeans
3. 網頁外觀輔助開發 : KompoZerOpen Web Design(下載免費網頁設計模板)、BlueGriffon (類似DW)
4. MySql 管理及輔助工具 : MySQL Workbench 6.0 CEphpMyadmin
 5. framework : jQuery Mobile
 
1. 伺服器 : WAMP (在 Win 環境,包含 ApacheMySqlPHP)
2. PHP 網站開發工具 : NetBeansWebMatrix
3. 網頁外觀輔助開發 : KompoZerOpen Web Design(下載免費網頁設計模板)、BlueGriffon (類似DW)
4. MySql 管理及輔助工具 : MySQL Workbench 6.0 CEphpMyadmin




//================================================================

使用 jQuery 教學 語法 概論 :


PHP 語言教學誌 : http://pydoing.blogspot.tw/2012/11/PHP-Superglobals.html

PHP5網管實驗室 : http://www.php5.idv.tw/html.php?mod=article&do=show&shid=54
PHP 手冊 : http://mail.savs.hcc.edu.tw/~chuavv/php/php-2009-09-25-zh-tw/index.html
PHP_手冊 作者 : 林義祥: http://www.php5.idv.tw/documents/mou/

  • Framwork :
1. 為什麼要選擇 CodeIgniter PHP Framework?
2. 歡迎來到 CodeIgniter 繁體中文!

       CodeIgniter 使用手冊版本 2.1.4



  • PChart
         1. PHP生成統計圖類pchart---中文翻譯手冊  (A++)
         2. pChart生成餅形圖的代碼支持中文

1. 簡易jquery應用
   1-1 index.html
2. jquery六大工具(上)
   2-1 tabs範例
   2-2 tabs AJAX範例
   2-3 垂直選單
   2-4 水平選單
3. jquery六大工具(下)
4. 即時新增表單欄位
   4-1 telbook.php
   4-2 電話簿+垂直捲軸
5. 表單驗證
   5-1 mem.php
   5-2 mem_chk.php
   5-3 jquery.validationEngine-tw.js
6. PHP圖表pChart
   6-1 demo1.php
7. 月曆功能
   7-1 get_event.php(正確完成版,可抓出該月事件)
8. CSV的匯出與匯入
9. 所見即所得編輯器
10. 多檔上傳
   10-1 index.php
11. 縮圖及上傳物件
   11-1 index.php
12. 製作PDF檔(上)
   12-1 pdf.php
   12-2 解決Linux下PDF無法秀出中文
13. 製作PDF檔(下)
   13-1 pdf.php
14. 線上影像合成
   14-1 index.php
   14-2 pic.php
15. 圖形認證與計數器
   15-1 index.php
   15-2 pic.php
   15-3 show.php
   15-4 counter.php
16. Google Map初探
   16-1 index.html
17. 搜尋存取GMap位置 
   17-1 index.php
18. 憑空生出Excel檔
   18-1 12月份工作表
  18-2 excel.php

2013年9月20日 星期五

SQLiter 網站

1. SQLite 網站內可獲得最新資訊、下載資源等...  
http://www.sqlite.org/
http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki

2. 一個很有條理的入門範例(英文) http://www.codeproject.com/Articles/22165/Using-SQLite-in-your-C-Application

3. 很棒的 Utility Class [C# SQLiteHelper類似SqlHelper類實現存取Sqlite數據庫]

4.  SQLite Namespace

[C#] 解決SQLite不能在.Net Framework 4下執行的問題
在web.confing或app.config檔中<startup>區段修改如下
問題便可以解決了
   1: <startup useLegacyV2RuntimeActivationPolicy="true">  

   2:     <supportedRuntime version="v4.0"/>

   3: </startup>