打开MYECLIPSE.点击菜单栏的help ->my eclipse configure center .然后add site 指向https://dl-ssl.google.com/android/eclipse报错:Bad update sites com.genuitec.pulse2.cl...
分类:
系统相关 时间:
2014-07-18 16:37:08
阅读次数:
293
1.在ubuntu下安装配置nginx, mysql, php安装步骤:参考:https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-on-ubuntu-12-0...
分类:
Web程序 时间:
2014-07-18 16:29:36
阅读次数:
302
C:\> @powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1...
分类:
其他好文 时间:
2014-07-18 16:26:38
阅读次数:
185
SDWebImage使用——一个可管理远程图片加载的类库SDWebImage托管在github上。https://github.com/rs/SDWebImage这个类库提供一个UIImageView类别以支持加载来自网络的远程图片。具有缓存管理、异步下载、同一个URL下载次数控制和优化等特征。将S...
分类:
移动开发 时间:
2014-07-18 15:21:24
阅读次数:
279
http://la5u.org/archives/542http://stedolan.github.io/jq/download/https://linuxtoy.org/archives/jq.html
分类:
Web程序 时间:
2014-07-18 08:22:21
阅读次数:
201
pyenv安装:https://github.com/yyuu/pyenv#choosing-the-python-versionpyenv命令:https://github.com/yyuu/pyenv/blob/master/COMMANDS.mdpyenv virtualenv插件安装:htt...
分类:
编程语言 时间:
2014-07-17 23:22:39
阅读次数:
348
1.公司买回一个手机和一个samsung gear2智能手表让我试一试做个Demo给老大们演示演示智能穿戴对公司系统的应用2.拿到手表和手机后 首先在手机上安装Gear2 Manager 管理程序(PS:目前只支持三星部分手机 s3需系统升级到4.3)3.https://developer.tize...
分类:
其他好文 时间:
2014-07-17 23:18:41
阅读次数:
321
1、获取epel地址登录https://fedoraproject.org/wiki/EPEL/zh-cn,看“如何获取EPEL的软件包”,根据你的操作系统版本,复制对应的下载地址。2、下载epel的yum源执行如下命令:rpm -Uvh http://dl.fedoraproject.org/pu...
分类:
其他好文 时间:
2014-07-17 23:06:31
阅读次数:
346
效果: 此为EditText的一种细节,平时可能用的不多,但是用户体验蛮好的,特别是当注册页面的项目很多的时候,加上这种效果,体验更好 仅以此记录,仅供学习参考。 参考地址:https://gist.github.com/chrisbanes/11247418 采用的是Android 3.0的动画,...
分类:
移动开发 时间:
2014-07-17 22:10:17
阅读次数:
332
一、下载pip并安装
# wget --no-check-certificate https://pypi.python.org/packages/source/p/pip/pip-1.4.tar.gz#md5=ca790be30004937987767eac42cfa44a
# tar -zxf pip-1.4.tar.gz
# cd pip-1.4
# python setup....
分类:
编程语言 时间:
2014-07-17 19:32:09
阅读次数:
271