@echo off REM Current DevProg Version. Match the pip package version (x.y.z)SET currentversion=0.4.0 REM Installation paths. If copying this to a new product, you MUST edit the last parts of venvdir and shortcuts!SET basedir=C:\GDNVirtualEnvs // ins…
AVR Programming Methods There are many ways to program AVR microcontrollers. Since many people ask about different ones at one time or another, I thought I'd outline them here so that their questions can be answered quickly and efficiently. Please f…
Google has updated their SDK tools ("Android SDK Tools" Rev. 23) in a way that also requires installing the latest "Android SDK Build-tools" package, and the Android SDK Manager does not enforce this requirement. Fix: once you have ins…
第一步:安装Visual Studio: Visual Studio 2012(或者Visual Studio 2010),原因是目前为止Xamarin for Visual Studio的插件只支持2010和2012版本的,安装过程在此不再赘述. 第二步:安装Xamarin: 1.到http://xamarin.com/download这里去注册一个账号,就可以下载Xamarin的安装包.如下图: 这个安装包下载安装之后能试用30天,30天到期后有其他续期的办法,网上有,各位可以去找找. 2.…
零.Windows命令行个人设置 @echo off :: Temporary system path at cmd startup ::set PATH=%PATH%;"C:\Program Files\Sublime Text 2\" :: Add to path by command DOSKEY as=adb shell $* ::adb -d : directs command to the only connected USB device. returns an erro…