Windows Server 2012 R2在桌面上顯示我的電腦等圖示 從Windows2012開始,微軟取消了服務器桌面個性化選項,如何重新調出配置界面,可以使用微軟命令調出.方法如下: 同時按住鍵盤上的「Windows鍵」+「R」,呼叫執行對話視窗.在執行中輸入「rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,0」確定.(注意大小寫) 在彈出的桌面個性化窗口選擇需要在桌面顯示的圖標. 確定,即可在桌面上看到「這台電腦」.「網絡」等圖示了
<?php /** * 生成卡片得類 * Enter description here ... * @author perry * @time 2014-03-03 10:02:20 */ class CreateImg{ public $destination; //默認圖片 public $fontname; //默認的字體 public $font_size; //字體大小 public $company ; //字符串 public $booth; //字符串 public $im; /
幾乎每個APP都會有地圖 所以在這裏記錄一下 1.在index.html 中 <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyB16sGmIekuGIvYOfNoW9T44377IU2d2Es&sensor=true"></script> <!-- cordova script (this will be a 404 during development) -->