關於Resources即使英文的介紹資料也不是很多,發現兩篇不錯的,收藏以下。From:http://www.informit.com/articles/article.aspx?p=1606899&seqNum=2原來這裡有中文版,jsf核心編程的內容:http://book.51cto.com/art/201111/302930.htm還有一篇blog:http://137.254.16.27/rlubke/entry/jsf_2_0_new_feature5Resources Yo
Today I write a simple test to call CUDA RuntimeAPI.1 DeviceManagement RT 1.1 cudaGetDeviceCount cudaError_t cudaGetDeviceCount(int *count) use this function to get the number of devices with compute capability 1.2 cudaGetDevice cudaError_t
#!/usr/bin/perl -w# Auther: Wallacexiang# Descrioption: This perl fuction is used to remove "parameterOrder" of ecc # protocol v1.0.4 wsdl files. It is just helpfuf# Update: 2008/4/22# Use strict module.use strict;# Define the usage
stackoverflow上找到的一篇問答,非常詳盡的羅列了可能的各種情況,我就遇到了其中的第7點,相信做jsf開發的朋友都會遇到這類問題。h:commandLink / h:commandButton is not being invokedWhenever an UICommand component fails to invoke the associated action method or anUIInput element fails to update the model
ie下出現 “el.owner.createDocument.createRange Object doesn't support this property or method” 錯誤。在ie裡,點擊grid的排序的下拉式功能表時,報出這個指令碼錯誤,在firefox下是正常的。搜尋到extjs論壇上一個文章:http://extjs.com/forum/showthread.php?t=7912&highlight=createRange