Time of Update: 2014-06-30
標籤:style java 使用 strong art javascript
Time of Update: 2014-06-30
標籤:blog http strong os art html Useful
Time of Update: 2014-06-30
標籤:style blog http color 使用 檔案 針對IE8以下不支援css3的media
Time of Update: 2014-06-30
標籤:style blog http color 資料 os 最近在做校園圖書館圖書資訊的採集程式,既然是圖書館圖書的採集,肯定有提交搜尋的頁面,無非是post提交,讓我想到了curl類比提交,首先通過firebug進行抓包查詢下post提交後的格式如下:txtWxlx=CN&hid
Time of Update: 2014-06-30
標籤:style blog http color width 資料 緣由 “懶”在軟體設計中,有著重大的意義。最常見的兩種“懶”,便是: 懶得計算 懶得載入 “懶得計算”常見於伺服器端: 比如Multiplayer Online
Time of Update: 2014-06-30
標籤:檔案 web 圖片 動畫 web開發 開發 web開發常用圖片格式有:gif jpg/jpeg
Time of Update: 2014-06-30
標籤:style blog http java strong width 錯誤如下 at java.lang.StackTraceElement at public java.lang.StackTraceElement[]
Time of Update: 2014-06-30
標籤:http 檔案 os 問題 cti linux 親測安裝php1、tar zvxf php-5.3.8.tar.gz 2、cd php-5.3.83、./configure \ --prefix=/usr/local/php \--with-mysql=/usr/local/mysql \
Time of Update: 2014-06-30
標籤:blog 使用 os 問題 html htm 發送郵件是很簡單的功能,但是會經常用到,這裡寫一下最簡單的方法。 //記得引用 using System.Net.Mail; /// <summary>
Time of Update: 2014-06-30
標籤:style blog color 使用 strong 問題 在使用PHP處理字串時,我們經常會碰到字元編碼轉換的問題,你碰到過iconv轉換失敗嗎?發現問題時,網上搜了搜,才發現iconv原來有bug
Time of Update: 2014-06-30
標籤:style blog color cti for io 不錯的js千分位函數,適用於將金額每3位用“,”分隔/*for price using thousands separator */function fprice(s,n){ s =
Time of Update: 2014-06-30
標籤:php xml 遍曆 html Php 解析XML檔案Php 解析XML檔案,僅供學習參考!範例程式碼如下:<?phpheader("Content-type: text/html; charset=utf-8");if(!isset($_GET["_u"])){echo
Time of Update: 2014-06-30
標籤:javascript 說到js,很大一部分人會說我很熟悉,在日常的web開發中經常用,那麼你的js代碼是符合面對對象思路的嗎?那你會問我面向過程的js代碼有什麼不好嗎?我的感受是面對對象的js編碼更加簡潔,減少了混亂,可維護行增強,適合編寫富用戶端時應用。好了,首先看看js裡如何定義對象:<html><head><script type="text/javascript">var
Time of Update: 2014-06-30
標籤:style java 使用 strong 檔案 資料 學習JSP,我們需要知道的是什麼是JSP?JSP有什麼特點?JSP與svelte有什麼關係? 第一個概念:JSP是伺服器端啟動並執行一種指令碼語言,這類似的語言還有CGI、ASP、PHP等。  
Time of Update: 2014-06-30
標籤:javascript web extjs ForewordFortunately, I met “ExtJS” in earlier afternoon, the feeling just like my encounter with “REST” Actually, at beginning, I had no idea about them, but when I got in
Time of Update: 2014-06-30
標籤:jsp tomcat html jsp動作標籤動作標籤是一種特殊的標籤,它影響JSP運行時的功能。1、include動作標籤<jsp:include page=“檔案名稱字”/>或<jsp:include page=”檔案的名字”></jsp:include>該動作標籤告訴JSP頁面動態包含一個檔案,即JSP頁面運行時將檔案加入。與靜
Time of Update: 2014-06-30
標籤:asp.net mvc modelbinder .net c# mvc ASP.NET MVC
Time of Update: 2014-06-30
標籤:blog java 2014 javascript cti for /*獲得text的值*/var textval =$("#text_id").attr("value");//或者var textval
Time of Update: 2014-06-30
標籤:nginx php tomcat 叢集 反向
Time of Update: 2014-06-30
標籤:style blog http java color 使用 URLEncode的方式一般有兩種,一種是傳統的基於GB2312的Encode(Baidu、Yisou等使用),另一種是基於UTF-8的Encode(Google、Yahoo等使用)。 本工具分別實現兩種方式的Encod