using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using IWshRuntimeLibrary;//添加引用(com->Windows Script Host Object Model) namespace 进制转换 { class Program { static void Main(string[] args…
Android创建桌面快捷方式就是在桌面这个应用上创建一个快捷方式,桌面应用:launcher2 通过查看launcher2的清单文件: <!-- Intent received used to install shortcuts from other applications --> <receiver android:name="com.android.launcher2.InstallShortcutReceiver" android:permission=&q…