最近在做linux程式的時候遇到需要將當前的時間作為檔名稱建立日誌檔案的需求,考慮到這種需求比較普遍,在此將完成的程式獻上,並附上個人學習中的一些注釋:
#include //file type needs this header file
#include //getting time needs this header file
#include //writing and reading file needs this header file
//#include file *fp;
void main()
while((filenamehdr[i] = filenameend[j]) != '\0')
printf("%s\n", filenamehdr);
if((fp = fopen(filenamehdr, "w+"))==null)/*create the file */
fclose(fp);
}
所有注釋都放在了**中,方便引用之後閱讀。
字串 陣列 自定義屬性
自定義屬性 獲取屬性 只能獲取到預設的屬性 有利於屬性傳參操作 css elem,background yellow function css el,attr,color getattribute和setattribute getattribute獲取自定義屬性 setattribute設定自定義屬...
自定義字串排序
字串s和 t 只包含小寫字元。在s中,所有字元只會出現一次。s 已經根據某種規則進行了排序。我們要根據s中的字元順序對t進行排序。更具體地說,如果s中x在y之前出現,那麼返回的字串中x也應出現在y之前。返回任意一種符合條件的字串t。示例 輸入 s cba t abcd 輸出 cbad 解釋 s 現了...
自定義屬性字串
nsattributedstring ios6以後才有的 作用用來顯示自定義字串 顏色 字型 大小 uilabel label uilabel alloc initwithframe cgrectmake 0,100,320,40 label.text 你好 label.textcolor uico...