Time of Update: 2014-10-28
標籤:style http io color os ar 使用 java for url: 要求為String類型的參數,(預設為當前頁地址)發送請求的地址。type:
Time of Update: 2014-10-28
標籤:http os ar strong 檔案 on 2014 art html 前幾天在在阿里花了49.5買了一個月的主機。試著好用再續約吧。地區:青島可用性區域:青島可用性區域ACPU:1核
Time of Update: 2014-10-28
標籤:style blog io color ar for sp div on 在看jQuery源碼是怎麼實現each方法之前,我們看一下js的原生實現。ECMAScript
Time of Update: 2014-10-27
標籤:curl c libcurl 文檔 linux 0. 為使用的curl url 添加確定的協議頭原文:If you specify URL without protocol:// prefix, curl will attempt to guess what protocol you might want. It
Time of Update: 2014-10-24
標籤:ajax json object js 對象 js如何判斷一個對象{}是否為空白對象,沒有任何屬性前段時間用js寫了一個類似"angularjs"用於資料繫結的東西,功能是比較簡單了,通常應該傳進來的是一個ArrayList
Time of Update: 2014-10-24
標籤:js 斷行符號 斷行符號事件使用的是HTML的Event對象,通過keyCode判斷被敲擊的鍵。<intput type="text" onkeydown="Click()"><script type="text/javascript"> function Click(){ if(event.keyCode == 13){ //
Time of Update: 2014-10-26
標籤:style http io os ar 使用 for strong sp float: left|right; 可以自動排文自動折行, 但需要clear來配合清除浮動;display:
Time of Update: 2014-10-26
標籤:http io os ar sp on log cti ad // 建立xmlhttpRequest對象 var xh=null;
Time of Update: 2014-10-26
標籤:style http color io os ar sp div on 圖片放大,這是一個比較容易的效果了。當然,今天說的可不是簡簡單單的在一個框裡放大,而是一個圓。就像放大鏡或是狙擊鏡那
Time of Update: 2014-10-24
標籤:style blog color io os ar 使用 java strong 廢話不多,上代碼,前台:主要使用了死迴圈一秒鐘讀取JS一次去重新整理頁面(遞迴的思想)單獨對ShowDat
Time of Update: 2014-10-24
標籤:des style http color io os ar 使用 for 一、檔案規格 1、檔案均歸檔至約定的目錄中(具體要求以豆瓣的CSS規範為例進行講解): 所有的
Time of Update: 2014-10-24
標籤:des http io os ar 使用 java for sp 當你用 ASP 編寫伺服器端應用程式時,必須依靠 ActiveX 組件來強大 Web
Time of Update: 2014-10-28
網頁捲軸的設計,網頁捲軸設計1,Overflow內容溢出時的設定overflow 水平及垂直方向內容溢出時的設定 overflow-x 水平方向內容溢出時的設定 overflow-y 垂直方向內容溢出時的設定以上三個屬性設定的值為visible、scroll、hidden、autovisible
Time of Update: 2014-10-28
java擷取遞迴擷取嵌套壓縮包(zip和rar)中的所有檔案,遞迴嵌套 作者:張昌昌 為了擷取一個壓縮包中的檔案,而該壓縮包裡可能又含有壓縮包 、檔案夾、檔案夾裡又包含壓縮包、檔案等各種嵌套的情況,採用廣度優先遍曆和深度優先遍曆的方法解決了此問題。public static
Time of Update: 2014-10-28
[leetcode]Minimum Depth of Binary Tree,leetcodedepth問題描述:Given a binary tree, find its minimum depth.The minimum depth is the number of nodes along the shortest path from the root node down to the nearest leaf node.代碼:public class TreeNode {
Time of Update: 2014-10-27
老大寫得一個很高大上的Makefile,包含很多文法:,老大makefile一個很高大上的Makefile,包含很多文法:TARGET = api-loginINSTALL_PATH = /huishoubao/cgiinclude ../../implements/log/Makefile.loginclude ../../implements/tools/Makefile.toolsinclude ../../implements/db/Makefile.dbinclude
Time of Update: 2014-10-27
最簡單易用的verilog學習練習工具silos初次使用。,verilogsilos最近開始學verilog數字硬體語言編程,然而用什麼解譯器好呢?有推薦modelsim+quartus的,太大了,10幾個g,編寫也麻煩。嘗試了好幾回,決定用書上的silos,下載的話論壇有,但需要把一個dll替換(在xp的c:\windows\system32\下找到這個dll複製到silos檔案夾下替換),運行於xp系統。silos整個壓縮包僅5m,解壓也只是10多m,比起幾個g,太方便了,且還是綠色
Time of Update: 2014-10-26
POJ 2756 Autumn is a Genius 大數加減法,poj2756DescriptionJiajia and Wind have a very cute daughter called Autumn. She is so clever that she can do integer additions when she was just 2 years old! Since a lot of people suspect that Autumn may make
Time of Update: 2014-10-26
UVA 10465 Homer Simpson(完全背包: 二維目標條件),10465homerUVA 10465 Homer Simpson(完全背包: 二維目標條件)http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1406題意:
Time of Update: 2014-10-25
OpenGL 中點關於直線、平面的對稱(反射)變換的實現,opengl中點在數學中我們推導求點關於直線、平面對稱點的公式。這裡我將這些公式再次溫習一下,並用opengl的矩陣變換實現這些對稱變換。註:電腦圖形學中對稱變換也叫反射變換1. 點關於直線對稱的對稱變換。設二維空間中任一條直線l:y=mx+h,那麼點P(x0,y0)關於l的對稱點P'(x1,y1)的公式如下:故變換矩陣為可看成先做縮放變換再做平移變換,然後再做整體縮放變換,矩陣如下:同理三維空間中的直線也是如此。2.