Time of Update: 2015-03-10
標籤:velt vs2013 linux 快樂蝦http://blog.csdn.net/lights_joy/(QQ群:Visual EmbedLinux Tools 375515651)歡迎轉載,但請保留作者資訊本文僅適用於vs2013 + velt-0.1.5VELT的全稱是Visual EmbedLinuxTools,它是一個與visual gdb類似的visual
Time of Update: 2015-03-09
標籤:error 45 initializin error 45 sql plus shell 後台運行sql指令碼 最近,經常碰到使用sqlplus在後台運行sql指令碼的情況,於是乎就遭遇了 Error 45 initializing SQL*Plus錯誤. 我啟動並執行PL/SQL 檔案 test.sql 如下set serveroutput
Time of Update: 2015-03-09
標籤:vmware lan區段 原來用host only模式構造內網環境,只是虛擬機器訪問不了外網,但其實主機還是能連上這個網段,不能很好的類比真實環境。650) this.width=650;" src="http://s3.51cto.com/wyfs02/M02/5A/6E/wKiom1T9ZX3ShmuOAAAkMN7EWXw481.jpg" style="float:none;" title="1.png" alt="
Time of Update: 2015-03-11
標籤:轉載自風宇沖Unity3D教程學院 Fog,即霧化。本質是離螢幕越遠的物體,就越趨向於某種顏色。通常是遠處,即離螢幕遠的地方,趨向於白色或者淺灰色。 全域霧化: 在Edit->RenderSettings裡設定,具體如下Fog: 啟用或不啟用Fog Color:霧的顏色,僅RGB起作用。Fog Mode: Linear線性,Exp指數,Exp2 指數2Fog Density:霧化的強度Linear Fog Start:開始距離Linear Fog
Time of Update: 2015-03-11
標籤:解決方案和網上的 不太一樣 因為SerializerProvider 為StdSerializerProvider的父類,直接從SerializerProvider .setNullValueSerializer()方法 不允許 所以通過子類StdSerializerProvider調用此方法applicationContext.xml <bean &
Time of Update: 2015-03-11
標籤:ZeroMQ API
Time of Update: 2015-03-11
標籤:wireshark 資料包分析封裝 資料 WireShark資料包分析資料封裝資料封裝(Data
Time of Update: 2015-03-11
標籤:軟體測試 效能測試 jmeter 項目中需要使用一個效能測試工具對開發的服務進行效能評估,調研後選擇了JMeter,並進行了初步的學習和使用。 1. 工具擷取。 jmeter基於Java,並隸屬於Apache,:http://jmeter.apache.org/download_jmeter.cgi,當前的最新版本是2.12 2.
Time of Update: 2015-03-11
標籤:什麼是OpenID ConnectOpenID Connect1.0是一個位於OAuth2.0之上的簡單的身份層。其允許用戶端通過授權伺服器驗證終端使用者身份,通過互通性和REST-like性擷取終端客戶的基本概要資訊。OpenID串連允許所有類型的客戶,包括網路、手機、和JavaScript客戶,請求和接收經過身分識別驗證的會話和終端使用者的資訊。規範套件是可擴充的,提供可選特性,例如加密身份資料、發現OpenID提供者、會話管理,這些都是有意義的。http://op
Time of Update: 2015-03-11
標籤:var my_fmt = new TextFormat();//常用樣式my_fmt.align = "center";my_fmt.blockIndent = 50; //區塊縮排my_fmt.bold = true;my_fmt.bullet = true;my_fmt.color = 0xff0000;my_fmt.font = "黑體";my_fmt.indent = 50; //首字縮排my_fmt.italic = true;my_fmt.kerning = true;
Time of Update: 2015-03-11
標籤:顯示資源回收筒.regWindows Registry Editor Version
Time of Update: 2015-03-11
標籤:-q 參數,本意是 Quiet; do not write anything to standard output. Exit immediately with zero status if any match is found, even if an error was detected.
Time of Update: 2015-03-11
標籤:是最新的Gartner BI Magic
Time of Update: 2015-03-11
標籤:寫這樣一個小例子,是為了避免大家對 log4j 望而生畏。log4j這種東西,個人覺得 Java 初學者不需要瞭解太多太深入,會用就可以了。但是就是在使用的過程中,配置的時候會遇到種種的問題。以下結合了我個人在使用 log4j 的過程中總結出的一個 HelloWorld 的例子。供大家參考。使用 log4j 應把握以下幾點:1、記錄層級是可以配置的,通過配置記錄層級可以控制日誌的輸出,用在最多的地方就是可以控制調試資訊是否輸出上;2、使用 logger.info 等這種方式輸出日誌比使用
Time of Update: 2015-03-10
標籤:給定一個句子 s, 告訴 Roy 這個句子是不是一個全字母短句。輸入格式輸入只有一行,包含s.資料約束s 的長度最多 103 (1≤|s|≤103) 它可能包括空格,小寫字母及大寫字母。小寫字母跟大寫字母可以當成同一個字母。輸出格式如果 s 是全字母短句, 輸出 pangram 否則,輸出 not pangram.範例輸入 #1We promptly judged
Time of Update: 2015-03-10
標籤:refer http://blogs.msdn.com/b/rds/archive/2007/09/20/dynamic-virtual-channels.aspx An important goal of the Terminal Services (TS) team is to provide a product that can easily be extended by third parties to better meet their
Time of Update: 2015-03-10
標籤:mybatis insert 日期類型欄位入庫,實際日期資料格式有不同待入庫的實體屬性:java.util.Dateprivate Date mxReqTime;註:入庫的實體屬性mxReqTime含有“年月日、小時分秒”資訊,且“小時分秒”資訊不是“00:00:00”這裡假設: mxReqTime=2015-3-9 20:31:34sqlmap寫法: <insert id="insertXxxOrder" parameterType=&
Time of Update: 2015-03-09
標籤: 最壞情況下的成本 平均情況下的成本 是否高效低支援有序性的相關操作 關鍵介面 尋找 插入 尋找 插入順序尋找(無序鏈表) N N N/2 N 否 equals 二分尋找(有序數組)
Time of Update: 2015-03-09
標籤:FindContours在二值映像中尋找輪廓 int cvFindContours( CvArr* image, CvMemStorage* storage, CvSeq** first_contour, int header_size=sizeof(CvContour), int mode=CV_RETR_LIST, int method=CV_CHAIN_APPROX_SIMPLE, CvPoint offset=cvPoint(0,0) );
Time of Update: 2015-03-09
標籤:Allegedlybrag aboutYou got nothing tying me to that nigger friend of yoursmake it stickbadgessheriffcharmbeat the rentcrapairstreamalways room for improvementEggs Benedict, hold the sauceyou got iton the contraryIn regards to the matter we