Eclipse安装Go语言插件GoEclipseGoEclipse插件地址:http://goclipse.googlecode.com/svn/trunk/goclipse-update-site/接下来,配置插件
分类:
系统相关 时间:
2014-06-19 09:28:37
阅读次数:
600
第一步:启动Zend Studio,点击主窗口菜单 Help--> Install New Software... 菜单项,进入插件安装界面……第二步:在Work with后的文本框中输入http://download.eclipse.org/technology/babel/update-site...
分类:
其他好文 时间:
2014-06-18 23:20:10
阅读次数:
232
报错信息:password authentication failed Permission denied, please try again1 开启ubuntu上的ssh功能先安装,安装后就自动开启了.sudo apt-get install openssh-server openssh-clie...
分类:
其他好文 时间:
2014-06-15 14:05:28
阅读次数:
277
微软的操作系统在用户使用过程中有可能发现有些漏洞,因此他们会经常发布一些系统补丁,所以我们系统安装完之后需要打开自动更新功能。
默认的自动更新功能没有打开:
开启自动更新功能后,Windows会自动从更新服务器上获取更新数目。
下载进度:
安装进度:
更新完之后会显示一个蓝色的图标:
看上去是不是很欣慰。...
Thank you for your applying for employment with our company. Your application is now being processed. If you have any questions, please contact us.Any...
分类:
其他好文 时间:
2014-06-14 17:07:12
阅读次数:
204
Problem Description
give you a string, please output the result of the following function mod 1000000007
n is the length of the string
f() is the function of fibonacci, f(0) = 0, f(1) = 1...
a...
分类:
其他好文 时间:
2014-06-14 11:45:49
阅读次数:
243
安装pidgin:
sudo apt-get install pidgin
安装pidgin-lwqq:
sudo add-apt-repository ppa:lainme/pidgin-lwqq
sudo apt-get update
sudo apt-get install libpurple0 pidgin-lwqq
然后:
选择WebQQ选项,剩...
分类:
系统相关 时间:
2014-06-14 11:34:31
阅读次数:
283
写在篇头:本文结合jijunyuan的ios中KeyChain用途一文
略作改动而成,再次感谢那些乐于分享的人。
一、在应用间利用KeyChain共享数据
我们可以把KeyChain理解为一个Dictionary,所有数据都以key-value的形式存储,可以对这个Dictionary进行add、update、get、delete这四个操作。对于每一个应用来说,KeyCh...
分类:
其他好文 时间:
2014-06-14 10:46:27
阅读次数:
253
一、首先介绍几条命令:将Hello.java文件编译成Hello.class文件F:\adt-bundle-windows-x86_64\sdk\build-tools\android-4.4.2>javac -source 1.6 -target 1.6 Hello.java将Hello.clas...
分类:
移动开发 时间:
2014-06-14 09:04:57
阅读次数:
323