宣告:jsp宣告就是在jsp頁面中宣告j**a方法或變數等(用於定義jsp所帶表的servlet類的成員變數和方法)在檔案中會轉化成類
例項:
。。。查詢tomcat中的class檔案中宣告於script的區別:int numtime =3;
public
string sayhello(string name)
%>
。。。
1:script會變成類的方法
2:宣告會變成類:
例項2:
int count1=1;宣告是全域性變數,script是區域性變數:(重新整理前後區別)%>
int count2=1;
%>count1==count1==
SpringBoot宣告式事務的簡單運用
關於事物的基本概念等這裡就不介紹了。spring宣告式事物的實現,有兩種方式 第一種是配置xml,第二種是使用相關註解 這兩種方式可詳見 程式設計師成長筆記 一 的相關章節 springboot中預設配置了第二種方式,所以,springboot直接使用註解即可。下面介紹springboot通過註解開...
轉殖的簡單運用
package clonetest public class student implements cloneable public student public student string name,int age,string public string getname public void...
OC NSInvocation的簡單運用
2.nsinvocation的作用 3.nsinvocation的使用步驟 4.使用nsinvocation時的 注意點 5.nsinvocation的簽名 nsmethodsignature 的使用 2 注意點 import viewcontroller.h inte ce viewcontrol...