-
大小: 0.78M文件類型: .rar金幣: 1下載: 0 次發(fā)布日期: 2021-01-15
- 語言: Java
- 標簽: 數(shù)據(jù)庫??計算器??java??計算??
資源簡介
通過數(shù)據(jù)庫的存儲數(shù)據(jù),用到了 Sql-Server-2_fat.jar
代碼片段和文件信息
package?eyou.dt;
import?java.io.FileInputStream;
import?java.io.IOException;
import?java.text.SimpleDateFormat;
import?java.util.Date;
import?java.util.Properties;
public?class?ChangeImage?{
public??String?times(){
/**
?*?獲取當前系統(tǒng)事件,在于月份時間相對比,在依據(jù)每月不同的事件再顯示圖片
?*?3?6?9?12
?*/
?SimpleDateFormat?sdf?=?new?SimpleDateFormat(“MM“);
?Date?d?=?new?Date();
?String?s=sdf.format(d);
?int?i=Integer.parseInt(s);
?
?//根據(jù)路徑來?實現(xiàn)圖片
? Properties?property?=?new?Properties();
try?{
property.load(new?FileInputStream(“message.properties“));
}?catch?(IOException?e)?{
e.printStackTrace();
}
String?spring?=?property.getProperty(“Spring“);
String?summer?=?property.getProperty(“summer“);
String?fall?=?property.getProperty(“fall“);
String?winter?=?prope
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1474??2016-03-02?16:46??ChangeImage.java
?????文件???????6991??2016-03-02?17:39??DBUtils.java
?????文件????????138??2016-03-02?16:35??message.properties
?????文件?????888160??2016-01-18?11:35??Sql-Server-2_fat.jar
-----------?---------??----------?-----??----
???????????????896763????????????????????4
評論
共有 條評論