原创 linux獲取系統時間

想要得到系統時間需要調用Linux系統函數獲取。 #include #include /// 系統時間結構 typedef struct SYSTEM_TIME { int year;///< 年。 int

原创 fedora打開VMware共享文件夾功能

1、vi /etc/rc.d/rc.local 輸入: #!/bin/bash vmhgfs-fuse -o allow_other .host:/$(vmware-hgfsclient) /mnt/hgfs 保存 2、chmod a+x

原创 Windows快捷鍵

1、快速回到桌面---windows+D 2、切換窗口---ALT+TAB 3、打開某個應用的最快方法---開始鍵->搜索輸入->回車(不用鼠標) 4、快速打開資源管理器---windows+E 5、截全屏圖---PrtScSysRq按鍵

原创 linux獲取系統時間

想要得到系統時間需要調用Linux系統函數獲取。 #include #include /// 系統時間結構 typedef struct SYSTEM_TIME { int year;///< 年。 int

原创 Windows快捷鍵

1、快速回到桌面---windows+D 2、切換窗口---ALT+TAB 3、打開某個應用的最快方法---開始鍵->搜索輸入->回車(不用鼠標) 4、快速打開資源管理器---windows+E 5、截全屏圖---PrtScSysRq按鍵

原创 fedora打開VMware共享文件夾功能

1、vi /etc/rc.d/rc.local 輸入: #!/bin/bash vmhgfs-fuse -o allow_other .host:/$(vmware-hgfsclient) /mnt/hgfs 保存 2、chmod a+x

原创 linux獲取系統時間

想要得到系統時間需要調用Linux系統函數獲取。 #include #include /// 系統時間結構 typedef struct SYSTEM_TIME { int year;///< 年。 int

原创 linux時間函數分析

1、數據結構 A typedef long time_t;//其值表示爲從UTC(coordinated universal time)時間1970年1月1日00時00分00秒(也稱爲Linux系統的Epoch時間)到當前時刻的秒數。由於

原创 Bugfree的使用

1、軟件:操作系統+xampp+bugfree。 (1)、操作系統自選。 (2)、xampp是一款跨平臺集成apache+mysql+php環境,使得配置AMP服務器變得簡單輕鬆,支持windows,linux等操作系統。 (3)、bug