h********d 发帖数: 109 | 1 7月中买的,主要参照eclispe的帖子。4x4低配,目标MSRP-5000。最后MSRP-5100成交
,用了一个1000的rebate。
刚开始quote了40迈内,dealer很有默契,不怎么互相beat。发了eclispe同学的link,
offer了MSRP-5000给几个dealer,有一家accept了,然后又一家beat了100块。差不多到
了心里价位不想折腾就从了。周一询价,周六提车。
MSRP是33925,最后是28825+TTL,OTD:31554 (7.75% tax)
4x4 base 配置包括
Laredo E Group ($2,000)
Off Road Adventure I ($950)
Trailer Tow Group ($595)
blue tooth ($410)
利率自己申请的,也拿到了1.9% 72Months。credit好的话,Jeep的special finace毫
无吸引力啊 |
|
发帖数: 1 | 2 没吃过猪肉还没见过猪跑么
面试问100个问题也不会纠结你用eclispe还是IntelliJ |
|
d**e 发帖数: 6098 | 3 ☆─────────────────────────────────────☆
lvhemi (驴和咪) 于 (Mon Jul 16 20:09:00 2012, 美东) 提到:
面试中的辛苦按下不表,直接上数字(按我个人的偏好排序),还没有谈价钱
个人背景:计算机专业新鲜出炉的屁爱着地,编程一般,研究尚可
1.推特(科学家头衔的码农,湾区):13万基本工资+2万五千股(目前二手市场上是15美
元一股)+1万签字费
2.非死不可(科学家头衔的码农,湾区):12万5千基本工资+价值18万美元的股票+3万5
千签字费
3.微软(产品部门和研究院联合聘用的研究员,核心组,西雅图):12万基本工资+价值6
万美元的股票(分三年)+可能的签字费
4.亚马逊(科学家头衔的码农,西雅图):12万基本工资+价值6万美元的股票+4万美元签
字费
5.雅虎研究院(科学家):14万基本工资+价值6万美元的股票+1万5千美元签字费
Google面试感觉不好,面试后主动发信给recruiter取消了我的申请
☆─────────────────────────────────────☆
hunt... 阅读全帖 |
|
c********p 发帖数: 1969 | 4 我现在leetcode不过的代码要放eclispe里,这个软件就阻止我用包。。。 |
|
p*****3 发帖数: 488 | 5 Visual studio或eclipse写然后copy上去测试,有bug实在找不出来了再在VS, eclispe
上调吧 |
|
m****r 发帖数: 6639 | 6 我这个id, 确实是lisp那边借过来的. 我最早用这个id是玩星际的时候的事情. 玩星
际的时候, 我经常会让所有的小兵都去做同一件事情, 也就是mapcar这个函数的意思,
所以当时就用了这个id, 然后就一直用上了.
emacs, 是在大学的时候用得. 后来被人唆使使用vi, 发现vi确实快一些, 就改用vi.
后来由于工作原因, 改用eclipse了, 这是goodbug看到的. 其实他不知道, 我用
eclispe, 也是加了vi的plugin在用. |
|
e*****e 发帖数: 68 | 7 ID:eclispe
性别:Male
所在城市/地区/国家:Denver CO
当前水平:Par-bogey - double bogey
联系方式:站内 |
|
e*****e 发帖数: 68 | 8 ID:eclispe
性别:Male
所在城市/地区/国家:Denver CO
当前水平:Par-bogey - double bogey
联系方式:站内 |
|
B*****e 发帖数: 9375 | 9 This is not accurate. I was here in the (late) 80s, and college football
always far eclisped college baseball, in any demographic or ethnic group.
What's the evidence to the contrary? |
|
q**j 发帖数: 10612 | 10 【 以下文字转载自 Linux 讨论区 】
发信人: qqzj (小车车), 信区: Linux
标 题: Linux+Perl+Eclipse+EPIC:如何显示console。
发信站: BBS 未名空间站 (Mon May 20 14:22:19 2013, 美东)
就是我 print hello world以后如何让结果显示在eclispe里面的一个console里面。往
上搜了一个给windows的,但是没有给Linux的。气死我了。请帮忙。 |
|
d*r 发帖数: 238 | 11 I download Tomcat for Eclispe plug-in v1.03 and add it to Eclipse v3m8.
I testes with a simple welcome.jsp but failed
The errors I got:
Error running javac.exe compiler
at
org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter.executeExternal
Compile(DefaultCompilerAdapter.java:455)
at
org.apache.tools.ant.taskdefs.compilers.JavacExternal.execute(JavacExternal.ja
va:81)
at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:840)
at org.apache.tools.ant.taskdefs.Javac.execute(Javac.jav |
|
c******n 发帖数: 4965 | 12 in vim, we can do ^Y
and then you can just copy the last import line, for example you have
already typed
import org.apache.commons.cli.Blah;
then you want to type
import org.apache.commons.cli.Foo;
then you can type ^Y till the last ".",
in eclispe, is there a way to do this? |
|
m*****k 发帖数: 731 | 13 I am following http://www.ibm.com/developerworks/java/library/os-eclipse-javadebug/index.html?ca=drs-
but usually in eclipse debug tab, it won't connect, just shows "...
connection...", or it connects but once I am on the jsp that really contains
the applet I wanna debug, the debug session in eclispe terminates
automatically.
Very annoying, I have to use a lot of system.out or JOptionpane to show me
the info.
any better solution? |
|
b***i 发帖数: 3043 | 14 我给的代码就是actionPerformed,本质上是一个按钮按下后,开始了Swing timer,但
是跟踪到这里,actionPerformed是执行了的。
我看问题是jdk6_30,我1月13号安装的,所以之前编译的程序好用,之后就坏了。
Eclispe是用自己的jdk,还是用我下载的? |
|
b****u 发帖数: 1130 | 15 正在看Hadoop书, 已经在单机上实现了WordCount, 同时用Eclispe-plugin debug.
下一步准备搞点数据库,但不知到用哪个 (hbase cassandra?)。公司里没人搞这个,
也不太清楚学习方向。希望达人给点学习建议。 |
|
l*********s 发帖数: 5409 | 16 eclispe is good but slow; if you can put up with kde, I recommend eric4 |
|
q**j 发帖数: 10612 | 17 看大多数人的说法“某件事情eclipse可以,vi/emacs'也可以。”
其实eclispe也是可以随意配置修改,同样的方式也可以回敬vi/emacs。就是设置几个
快捷键而已。有鼠标也不是坏事。 run selection这种东西不用鼠标还是不方便吧?
at the end of the day, having a gui does make life easier for lots of people
, atleast in the beginning. |
|
|
m********2 发帖数: 89 | 19 eclipse plugin aptana studio
which contains both pydev and ruby dev tool.
eclispe plugin vrapper for vim keybinding |
|
发帖数: 1 | 20 我用了一辈子的vim。
每用一新的ide,先找vim plugin。eclispe,intellij都有。atom上也有。
完全不想用别的editor |
|
B*Z 发帖数: 7062 | 21 eclipse + pydev. eclispe is good for almost anything including shell script.
you do not have to earn any other tools. |
|
m*********k 发帖数: 10521 | 22 "[Basketball].
ds008 Dec 18 ●小林如果赢Knicks,发包子"
成功奖励 10 伪币的用户: ds008, Amzndan, leebrennan, Buhuiba24, fatie,
sunfish, emsct, laomo840, mynetace, corvette, scat, kjtrever, lubitcn,
Renshaw, monksgs, Drake, kkuser, sosmart, longxi, jenifer, seraphlee97,
aortic, Dovee, pyxis, nn2, mydaihao, peacenin, shuihaizi, Casillas, lulushz,
Citric, tizzy, atwood, EOC, mahjong, redalarm19, cocomalully, powerduck66,
luoskywalker, Whoiwas, Jenny, linsanity07, whoiwere, xsssh, cacat, HIFU,
dududi, desap, mimim... 阅读全帖 |
|