Time of Update: 2018-12-04
我問佛:為何不給所有女子羞花閉月的容顏? 佛曰:那隻是曇花的一現,用來蒙蔽世俗的眼 沒有什麼美可以抵過一顆純淨仁愛的心 我把它賜給每一個女子 可有人讓它蒙上了灰 我問佛:世間為何有那麼多遺憾? 佛曰:這是一個婆娑世界,婆娑即遺憾 沒有遺憾,給你再多幸福也不會體會快樂 我問佛:如何讓人們的心不再感到孤單? 佛曰:每一顆心生來就是孤單而殘缺的 多數帶著這種殘缺度過一生 只因與能使它圓滿的另一半相遇時 不是疏忽錯過,就是已失去了擁有它的資格 我問佛:如果遇到了可以愛的人,卻又怕不能把握該怎麼辦?
Time of Update: 2018-12-04
http://blog.csdn.net/kagad/archive/2006/04/29/696835.aspx 將SVG檔案嵌入到網頁中,可以使用<object>將其包含到網頁的HTML中,例如下面的HTML文檔: <html> <head><title>SVG Demonstration</title></head> <body> <h2>SVG
Time of Update: 2018-12-04
from : http://brofe.javaeye.com/blog/220784 在Java Web應用中,
Time of Update: 2018-12-04
http://blog.itpub.net/post/860/39133近日從來郵中,發覺網友對動態製作svg高度興趣,但卻難以入手,現介紹一下(使用jsp)。首先製作svg: drawCircle.jsp:-------------------------------------------------<?xmlversion="1.0"?><%@ page contentType="text/xml"%><svg><circle cx="<%=
Time of Update: 2018-12-04
有一個主介面,然後建立
Time of Update: 2018-12-04
我的機器情況:Dell Optiplex 960 N Series,預裝SUSE。改裝Win7 32位和Win 64位。然後開始啟用。但是都未成功。用PCSKYS_Windows7Loader_v3.27改不成功,原來在我的宏基筆記本上用這個改成功了。用全能OEM啟用器也沒用。用SLIC_Dump_TooKit也提取不到SLIC。 我的機器預裝Linux的,所以可能是機器屏蔽了SLIC,所以嘗試釋放SLIC(Software License Internal
Time of Update: 2018-12-04
狀態DP的入門題,個人理解,狀態DP實質是用2進位(或N進位)表示合法解,暴利枚舉所有合法解的情況,然後統計。具體演算法,不再複述,網上各種總結,各種詳細,各種給力。代碼出自dooder_daodao之手,貼來理解+YM:#include<cstdio>#define Legal(x) (x&(x<<1))?0:1#define MOD 100000000int map[16],legal[378],dp[16][378];int main(){int
Time of Update: 2018-12-04
查詢DOM元素的值 /* * Browser example snippet: query DOM node value * * For a list of all SWT example snippets see * http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-swt-home/dev.html#snippets */import org.eclipse.swt.SWT;import org.eclipse
Time of Update: 2018-12-04
/* * Browser example snippet: modify HTML title tag * * For a list of all SWT example snippets see * http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-swt-home/dev.html#snippets */import org.eclipse.swt.SWT;import org.eclipse.swt.brows
Time of Update: 2018-12-04
private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) { OpenFileDialog ^openFileDialog1=gcnew OpenFileDialog; openFileDialog1->InitialDirectory="C://"; openFileDialog1-
Time of Update: 2018-12-04
轉自http://dustin.javaeye.com/blog/44291 使用JDBC時,我們都會很自然得使用下列語句:java 代碼Class.forName("com.mysql.jdbc.Driver"); String url = "jdbc:mysql://127.0.0.1/test?useUnicode=true&characterEncoding=utf-8"; String user = ""; String psw = "";
Time of Update: 2018-12-04
很簡單的一個問題,花了3到4個鐘頭,還是不能確定什麼原因。 從文本裡讀出一個列表,每一行作為表的一行,填充到datagridview中去 先定義table,然後定義columns,然後定義row,然後一個一個row加進table中去,最後將datagridview的datasource屬性設定為table,卻總是在最後一句報錯,提示Null 參考實體類似的資訊。搞不清什麼原因。將datagridview1重新new一個,問題還是依舊。 最後不知怎麼弄得,反正可以了,代碼如下,以後參考
Time of Update: 2018-12-04
from:http://www.blogjava.net/Unmi/archive/2008/03/23/188040.html我們有些程式會想要托盤處顯示表徵圖,最小化到系統欄;關閉按鈕不關閉程式,也是最小化到系統欄;點擊托盤表徵圖啟用視窗,通過托盤表徵圖的快顯功能表來退出程式。本段代碼就是要完成這樣的功能,是 SWT 來實現的。直接代碼給出,代碼中有較詳細的注釋,說明了本程式的功能及實現。文中的工作列和系統欄應該知道是指哪一段吧,微軟就是這麼定義的,用 spyxx 的
Time of Update: 2018-12-04
from: http://www.devdaily.com/blog/post/latex/reference-figure-or-table-within-latex-document/pagebreak/begin{figure}[here]/includegraphics[width=0.9/textwidth]{images/JobInformationDialog.jpg}/caption{A prototype of the Job Information
Time of Update: 2018-12-04
DataGridView 控制項是替換 DataGrid 控制項的新控制項。DataGridView 控制項提供了 DataGrid 控制項中沒有的許多準系統和進階功能。此外,DataGridView 控制項的結構使得它比 DataGrid 控制項更容易擴充和自訂。 下表描述 DataGridView 控制項中提供而 DataGrid 控制項中未提供的幾個主要功能。 DataGridView 控制項功能 說明 多種列類型與 DataGrid 控制項相比,DataGridView
Time of Update: 2018-12-04
我用的是xampp的tomcat addon運行tomcat內建的jsp例子遇到如下問題: ava.lang.UnsupportedClassVersionError: Bad version number in .class file 我機子上的jdk是1.6..0_10,位置如下set JAVA_HOME=C:/Program
Time of Update: 2018-12-04
from:http://www.ibm.com/developerworks/cn/websphere/library/techarticles/0303_bhogal/bhogal.htmlKulvir Singh Bhogal (kbhogal@us.ibm.com), IBM Software Services for WebSphere 顧問, 沃斯堡,德克薩斯州2003 年 4 月 01
Time of Update: 2018-12-04
/ref得到的序號跟figure的序號不一致比如代碼如下:/begin{figure}/label{figure_label}/includegraphicx{figure.eps}/caption{figure_title}/end{figure}在文章中用/ref{figure_label}引用表徵圖,得到的序號不是該圖的序號,而是該圖所在小節的序號. 解決辦法:
Time of Update: 2018-12-04
剛開始用Boost的Thread,難免出現些編譯,連結錯誤,非常的折騰人。Boost的某些庫是不需要產生,直接包含其hpp檔案就能使用的,而有些酷則需要產生。建議仔細按照其首頁上的Getting Started Guide,進行設定。下面是我使用Regex和Thread庫時的體會,按照Getting Started Guide的設定,使用Regex時沒出現連結問題,但是Thread卻折騰了我很久。後來發信去Boost user
Time of Update: 2018-12-04
kdnode.hclass ***{.....};//原來這裡沒打分號,引發了如下錯誤,花了將近2小時才找到。在一個cpp檔案中引用上述標頭檔test.cpp#include "kdnode.h"....int main(){.....} g++ -o test test.cpptest.cpp:6: 錯誤:不能在傳回型別中定義新類型test.cpp:6: 附註:(‘KDNode’ 的定義末尾可能缺少一個分號)test.cpp:6: 錯誤:‘main’