High一下! --from coolshell
摘要: m2e10.2 - http://m2eclipse.sonatype.org/sites/m2e/0.10.2.20100623-1649/在eclipse中安装了m2eclipse(maven插件)在安装后,出现下列警告:The Maven Integration requires that Eclipse be running in a JDK, because a number of Maven core plugins are using jars from the JDK.Please make sure the -vm option in eclipse.ini is poin. 阅读全文
posted @ 2013-04-25 12:00 庄周梦蝶,黄粱一枕 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 参考源码: https://github.com/michaelliao/sinaweibopy/blob/master/weibo.py 1 使用python调用weibo api 2 3 # 调用的url地址 此为获取某人的个人信息的api http://open.weibo.com/wiki/2/users/show 4 the_url = 'https://api.weibo.com/2/users/show.json?uid=105729xxxx&access_token=2.xxx__YJBzk8g4Ddfd33f10237XXXXX' 5 6 http_b 阅读全文
posted @ 2013-04-24 19:19 庄周梦蝶,黄粱一枕 阅读(1008) 评论(1) 推荐(1) 编辑
摘要: 最近一直在使用vim,这里备份下各种快捷键 1. 光标的移动左下上右:分别对应h,jk,l。如果你想一次移动多步,只需在相应命令前加上数字即可,如2h向左移动两步。开头与结尾:按G跳到最后一行,按1G or gg跳到第一行。在前面加上数字则跳转到相应的行,如50G跳到第50行。跳转到下一个词:按w,如果想返回刚才的位置只需按b。和前面类似,若想移动多个词只需指定数字前缀即可。跳转到下一句:按),按(返回刚才的位置。跳转到下一段:按},类似的按{返回前一次的位置。跳来跳去: ctrl-o跳回前一次的位置, ctrl-i跳向下一次的位置。标记位置:使用ma将一段文本中某个位置标记为a,按' 阅读全文
posted @ 2013-04-20 17:21 庄周梦蝶,黄粱一枕 阅读(379) 评论(0) 推荐(0) 编辑