|
|
w**z 发帖数: 8232 | 3 楼上两位,截然相反啊。orm 就是碰到tricky的case 不好搞。都不知道它run 哪个SQL
RDBMS/ |
|
g*****g 发帖数: 34805 | 4 tricky的你跑native SQL没啥呀。缺省还是ORM简单。至于SP,不利于Scale, 不cache
friendly,不好维护. 除非是后台生成报表,否则没人用了。
SQL |
|
g*****g 发帖数: 34805 | 5 DBA and DB developer demand is decreasing. This is due to the rise of ORM
for a long time, recent rise of NoSQL and Cloud computing. Much of DBA duty
is automated in cloud setup. And much of DB development has been part of
application development. |
|
z****e 发帖数: 54598 | 6
nosql会用的越来越多,就跟你用hibernate一样
虽然你不是dba,但是你总得会点怎么连数据库,建连接池,crud,orm这些事情吧?
cassandra搞一搞咯,还有redis之类的cache
然后streaming,看看rxjava |
|
z******s 发帖数: 322 | 7 做个什么app/web/orm就别到处指点江山了,基本上是门槛最低的一群人,F2大妈学学
就明白了。 |
|
z******s 发帖数: 322 | 8 呵呵,看你天天吹牛逼以为你多高深,结果捧着个web/app/orm当宝贝,简直笑死人。
这都是我玩儿剩下的。你这种F2大妈的水平就甭在这儿蹦跶了,工资上不去吧,不奇怪
,能给F2大妈8万干的活儿,干嘛要9万雇你呢? |
|
z******s 发帖数: 322 | 9 那是你用的好吧,你代入感太强了吧?还是你就是F2大妈?你来跟我说说你念念不忘的
ORM有什么挑战,我看你连F2大妈玩的东西都未必明白。 |
|
z******s 发帖数: 322 | 10 你就别老拿别人说话了,别人半米一米跟你有个屁关系啊?看你捧着web/app/orm激动
的手发抖就知道你几斤几两,甭丢人了,回家洗洗睡吧。 |
|
i*******2 发帖数: 105 | 11 Dear friends:
几周前我发过一个招聘广告,帮一个hiring manager 收过一些简历。其中一些朋友应
该在做面试。
我认识的另外一个hiring manager 也有几个openings 。
如下是job description 。 有兴趣的朋友可把简历发到: [email protected]
/* */
请原谅不会一一回信。
谢谢。
Job Summary
Join the team responsible for all commerce payment processing on the Store
including Music/Video downloads, iBooks Store, App Store, Mac App Store, In-
App purchase, subscriptions, and more.
Key Qualifications
Prior experience developing distributed system using MicroServices, REST,
JSON
Prior exper... 阅读全帖 |
|
i*******2 发帖数: 105 | 12 10/27 update:
跟 hiring manager 聊, 他收到了一些朋友们的简历,正在给感兴趣的candidate安排
面试。
因为他有多个openings, 所以希望有更多的朋友申请。
有兴趣的朋友可把简历发到: [email protected]
/* */
请原谅不会一回信。
谢谢
Dear friends:
几周前我发过一个招聘广告,帮一个hiring manager 收过一些简历。其中一些朋友应
该在做面试。
我认识的另外一个hiring manager 也有几个openings 。
如下是job description 。 有兴趣的朋友可把简历发到: [email protected]
/* */
请原谅不会一一回信。
谢谢。
Job Summary
Join the team responsible for all commerce payment processing on the Store
including Music/Video downloads, iBooks Store, App Store, Mac App ... 阅读全帖 |
|
z****e 发帖数: 54598 | 13 学习不要纠结于细节
要明白为什么
j2ee虽然东西看着多
但是其实大同小异
就像di,你懂了spring之后
其他所有的ejb container的di
都是一样的,config不一样而已了
web service也是一样的
你理解了原理,管他用的是什么
不仅仅是Jersey
顺便,web service support已经是j2ee的一部分了
在里面叫做
Java API for RESTful Web Services (JAX-RS)
spring的di是cdi,应该是api的一部分了
javax.enterprise.inject.*
hibernate是orm,也就是jpa
Java Persistence API
除了web部分,其他了解了解,也没啥难的
不过现在比较流行的是非主流的东西
比如cassandra, elastic search, hadoop, spark, flink这些
都不是j2ee标准,j2ee不管persistence,只负责定义中间的container
当然我最看好的还是vert.x
其实这些东西到最后都是理论,细节和实现不重要
明白了理论之后,... 阅读全帖 |
|
|
m*****r 发帖数: 298 | 15 来自主题: JobHunting版 - 发个面试题 某顶尖公司java职位onsite
customer orders items price
大概这么些东西,需要比较方便的report如下信息
total of a customer' orders
total of some customers at a state(eg. NJ)
今后可能还要添加很多类似的东西,比如所有女性的购买金额
问怎么设计java class。 不涉及ORM。
请高人指点。 |
|
O**S 发帖数: 290 | 16 【 以下文字转载自 Programming 讨论区 】
发信人: ORMS (找...), 信区: Programming
标 题: 问个C里面计算大数的问题
发信站: BBS 未名空间站 (Fri Apr 8 11:20:49 2016, 美东)
在C里要计算lgSum,大家帮看看怎么算比较好。
Sum = sum(i = 0,1,...,N: alpha[i]*pow(2,i))
lgSum = log(Sum)
这里N是一个非常大的数,e.g. 1,000,000.
alpha[i] = sum(j in phi(i): pow(2,j))
union(phi(i)) = 0,1,2,...,N.
phi(i) ∩ phi(j) = empty if i != j.
谢谢! |
|
t**s 发帖数: 1393 | 17 Location: downtown DC
Full time only. GC or Citizenship required. Market rate。No relocation
assistance.
可内推,有意者请从速。
Job title: PostgreSQL Database Administrator
Responsibilities:
1)Performs all PostgreSQL Database Administration related activities for
major projects independently with minimal supervision.
2)Works with the application development teams and guides them with best
coding practices. Assist developers with code review and design and
help troubleshoot code issues.
... 阅读全帖 |
|
s*****r 发帖数: 43070 | 18 然,这是俺经过的两次技术变革。
其实应该是三次,C转Java和mysql,Java转web service, servlet,spring 和orm,
web service转大数据 |
|
i****a 发帖数: 36252 | 19 【 以下文字转载自 Database 讨论区 】
发信人: iMaJia (iMac,iPod,iPad,i马甲), 信区: Database
标 题: 两个湾区工作机会
发信站: BBS 未名空间站 (Mon Jul 18 16:02:09 2016, 美东)
这两个位置我都比较了解. 需要详情的可以问我
第一个工作是中型电子商务公司. Mid level Data Analyst. 招聘广告还没打. 工作内
容主要是 SQL, BI, SSIS, SSRS, SSAS, excel etc. 不支持 H1B
第二个是 senior level, 大型律师事务所的软件产品小团队. 95% remote. 可能支持
H1B. 要问 recruiter.
KEY ACCOUNTABILITIES:
Accountable for reviewing and assesses quality of SQL queries, database
structures and object data models.
Responsible for negotiating and... 阅读全帖 |
|
u***n 发帖数: 21026 | 20 SSH
Spring struts hibernate
除了第一个有人用,其他两个谁用啊
Hibernate替代品是啥,很少搞SQL DB了,最近要用一下,问一下最近流行啥ORM啊,我
用用 |
|
发帖数: 1 | 21 这是唯一一个xml configuration file, 其他的ORM映射文件都挪到java里了 |
|
r*****s 发帖数: 1815 | 22 https://www.quora.com/Algorithms-Why-is-there-so-much-hate-here-for-
algorithm-interview-questions
复制一个答案
Zaki Shaheen, Engineer in Bay Area
Answered Feb 24, 2016
"Most people would rather die than think; In fact, they do" -
Bertrand
Russell
I have interviewed both as an interviewer and an interviewee at several jobs
. I believe unless the haters can provide an alternative interviewing
mechanism that has proven to work in given constraints of HR and recruiting
teams, this is the best way we know... 阅读全帖 |
|
s*****g 发帖数: 42 | 23 A large software company in San Francisco is hiring new graduate software
engineers, QA and senior software engineers. If you are interested, please
send your resume to h********[email protected].
New Graduate software engineers:
Qualifications
Requirements
• MS in Computer Science degree or equivalent experience.
• Good object-oriented development skills
• Understanding of various aspects of web application development (MVC
, Databases, ORM, Presentation layers)
• Experience w |
|
s*****g 发帖数: 42 | 24 A large software company in San Francisco is hiring senior software
engineers and QA. If you are interested, please
send your resume to h********[email protected].
Senior Software Engineers:
Qualifications
Requirements
• String object-oriented development skills
• Understanding of various aspects of web application development (MVC
, Databases, ORM, Presentation layers)
Even Better
• Experience with Java
• Experience with Unit Testing and TDD
• Experience with scaling an |
|
x*******8 发帖数: 262 | 25 工作地点:北京。
替朋友转帖,如有意请回复邮件:z************[email protected]
Thanks.
Software Engineer
Job Description
Develop, create, and modify general computer applications software or
specialized utility programs. Specifically, develop innovative applications
in the area of Electronic Funds Transfer using cutting-edge technologies.
Will be responsible for developing, testing, enhancing and maintaining
distributed software applications using n-tier architecture based frameworks
while working on routine problems. ... 阅读全帖 |
|
t***u 发帖数: 284 | 26 公司在campbell downtown..希望9月26号之前立刻招到人.如果感兴趣,请站内联系
Title: SW Engineers
Responsibilities:
•Design Reviews
•Proof of Concept
•Code Reviews
•Performance Testing
• Reliability Testing
• Builds
Education and Experience:
• 5-7 years high volume and scalable OLTP Systems (Ecommerce,
Financial, SaaS companies, etc.)
• Excellent Java Programming experience
• Spring experience (Dependency injection)
• Web Services (SOAP and/ or REST)
• Mus... 阅读全帖 |
|
b****y 发帖数: 169 | 27 【 以下文字转载自 Java 讨论区 】
发信人: binary (erazer), 信区: Java
标 题: 招聘启事
关键字: java 招聘
发信站: BBS 未名空间站 (Mon Feb 24 04:12:25 2014, 美东)
这是一个国内上市公司在美国投资的“startup”,准备拓展美国市场,在美国上市。
地点在Santa Clara.
有兴趣给我站内发信吧。我们要招3-5个人,最好能local,交流方便一点。
Description:
Design, develop, optimize customer-facing and internal tools to manage a
global network system that is reliable, scalable, and easy to use
Implement high quality code in an agile SW development environment
Produce and maintain accurate, high quality technical and syste... 阅读全帖 |
|
b***y 发帖数: 2799 | 28 Lines 10-22 of 1040X
For Form 5405:
Attach a copy of your settlement statement showing all parties’ names and s
ignatures, the property address, the contract sales price, and the date of p
urchase. In most cases,your settlement statement is your properly executed F
orm HUD-1, Settlement Statement. |
|
l**h 发帖数: 7994 | 29 追捕进行时,现在LA附近草木皆兵。
愚蠢可耻的LAPD.
From: Christopher Jordan Dorner /7648
To: America
Subj: Last resort
Regarding CF# 07-004281
I know most of you who personally know me are in disbelief to hear from
media reports that I am suspected of committing such horrendous murders and
have taken drastic and shocking actions in the last couple of days. You are
saying to yourself that this is completely out of character of the man you
knew who always wore a smile wherever he was seen. I know I will be vilified
by ... 阅读全帖 |
|
S*********g 发帖数: 24893 | 30 【 以下文字转载自 Stock 讨论区 】
发信人: StephenKing (金博士), 信区: Stock
标 题: 市面上流通1358种电子货币,包括ByteCoin
发信站: BBS 未名空间站 (Fri Dec 15 00:59:47 2017, 美东)
# Name Symbol Market Cap Price Circulating Supply Volume (
24h) % 1h % 24h % 7d
1
Bitcoin BTC $290,617,804,480 $17,358.40 16,742,200 $15,
825,500,000 -0.36% 5.62% 3.15%
2
Ethereum ETH $63,827,563,522 $662.47 96,348,146 $3,723,
910,000 -0.48% -10.50% 52.62%
3
Bitc... 阅读全帖 |
|
|
G**********g 发帖数: 264 | 32 我们刚请的保姆有SSN,可以保税。我们想知道如果用公司提供的dependent care
benefits的话,需要什么手续。
另外,报税的话,nanny算不算house hold employee?Form 2441上提到:If
the care was provided in your home, you may owe employment taxes。 |
|
|
l*********e 发帖数: 5385 | 34 ☆─────────────────────────────────────☆
zyjyw (糖糖) 于 (Wed Oct 31 23:10:57 2012, 美东) 提到:
不知道是不是mmr+flu shot太强了,礼拜四打的,礼拜六就发croup住了院,当时是呼
吸都困难了,医生说是virus infection,给了类固醇的药。礼拜天discharge,回家还
是不好,昨天又去了ER,在ER发烧100.6,现在中性粒细胞(neutrophils)跌到100,
正常值是1300-7500,免疫系统很弱,病房门口贴条说让进出都洗手,有病戴口罩。医
生跟我说,这种是rare case, 一般小娃打了类固醇,很快就会好,现在5天都没好,
而且还发烧,情况不大好。而且今天的血指标比昨天还低,明天会让血液专科的过来看。
我当时眼睛就红了,医生一走,对着还蹦蹦跳跳的娃就哭了,女儿看见我掉眼泪,眼睛
瞪得大大地看着我,然后做小眼睛朝我笑,拿着故事书给我让我讲。
当时就想,要是娃有点什么事,我也不要活了。只要她好起来,让我怎么都行。
发包子求祝福,另外有没有知道这方面的信息的啊?多谢!... 阅读全帖 |
|
h********u 发帖数: 531 | 35 没有胎心和空曩是胚胎问题。流产的胚胎有没有拿去做染色体变异检查?为什么老公没
有做染色体变异检查?是因为精子畸形率不高?不过像你们这种情况,你先生检查不检
查意义也不是很大。
宫腔镜不需要做,你能自然怀孕,说明你的子宫,卵巢,输卵管都没问题,宫腔镜不要
轻易做,做了以后会降低你的卵巢储备。
IVF可以解决你们的问题。就这么看你们的情况,你和先生的条件都非常好,IVF一次成
功的可能性很大,但是要找好的IVF诊所,要那种可以培养5天囊胚和囊胚解冻率高的诊
所,囊胚形成后拿去做PGS24染色体检查,确定是好胚胎后放回你的子宫。
千万不要图方便找家附近的诊所,判断一个诊所的好坏就是问他们的实验室能培养5天
的胚胎吗?胚胎解冻率是多少?如果医生支支吾吾,可以直接PASS。
推荐ORM或者CCRM,这是全美实验室最好的大促诊所。
希望你能快点抱上宝宝! |
|
u*******r 发帖数: 2855 | 36 我在San Antonio,15年远奔orm做的ivf。总共所有花了将近三万吧。钱可以再赚,娃
要早生,搞几张0Apr的信用卡先用着。
: 我在休斯頓,上次在HIF-IVF找的醫生,網上看了一下休斯頓前一兩名的IVF成
功率。
: 就是收費太貴了呀!IVF保守估計是兩萬元。
|
|
i******e 发帖数: 1720 | 37 在大学录取中,华裔/韩裔是被标为 ORM(over represented minority), 黑人/墨裔是
被标为 URM (under represented minority) |
|
i******e 发帖数: 1720 | 38 信,当然信。俺们普通人,又是adcom 眼中的ORM(over represented minority),信了
身心健康。照那路子培养的孩子就算最终没进了名校,也不会太差。
当然,有钱有势的就不用信这个了。这年头什么都贬值,包括有钱有势。俺指的是诸如
国会议员,前/现任总统副总统,可捐个图书馆,实验室什么的。 |
|
|
u*****a 发帖数: 6276 | 40 他进的藤校有:Columbia, Yale
http://talk.collegeconfidential.com/discussion/comment/18336253
YaleDad2019
Posts: 1
Registered User
New Member
04-07-2015 at 5:30 pm
Decision: Accepted
(Posted for my son)
Objective:
[*] SAT I (breakdown): 2300 (750 R, 800 M, 750 W)
[*] ACT (breakdown): 34C
[*] SAT II: 800 Math, 740 Chemistry
[*] Unweighted GPA (out of 4.0): 3.96 UW
[*] Rank (percentile if rank is unavailable): Top 3% of class, 300+ class
[*] AP (place score in parentheses): English Language (5), Calculus... 阅读全帖 |
|
u*****a 发帖数: 6276 | 41 General Comments: After reading the result by Weightlisted above, I am not
sure if it was luck or something else in his application that (I can think
of) got DS accepted by Yale, Columbia and Duke. Being ORM and without any
hook whatsoever, his test scores were decent but not spectacular, the
admission result in his words was more than he ever had hoped for. In my
opinion, DS's experience somewhat proves Weightlisted's assumptions invalid
and I want to encourage future applicants not to be disco... 阅读全帖 |
|
d****g 发帖数: 7460 | 42 MSM stands for "mainstream media"
See trump's tweet :
Donald J. Trump
✔ @realDonaldTrump
Once again, #MSM is dishonest. "Schlonged" is not vulgar. When I said
Hillary got "schlonged" that meant beaten badly.
ORM(over-represented minority) : 特指咱们。
http://talk.collegeconfidential.com/college-admissions/11483-ov
是? |
|
t******l 发帖数: 10908 | 43 “ORM(over-represented minority) : 特指咱们。”
我看了一下,你这 internet bbs 上,没有援引出处、也没有严格定义的、韩剧型用词
,这上不了法院不是?
当然哥们您继续看韩剧,我不参合就是了。 |
|
d****g 发帖数: 7460 | 44 AA是用肤色保护黑墨。谁说AA是用来歧视亚裔的?歧视亚裔用的是ORM好不好?照你这
么说加州已经不存在亚裔歧视的问题了? |
|
d****g 发帖数: 7460 | 45 AA是用肤色保护黑墨。谁说AA是用来歧视亚裔的?要不加州废AA前怎么还招收了37%的
亚裔。
歧视亚裔用的是ORM好不好?就是说我已经招够你的比例了,分高也不收了。
照你这么说加州已经不存在亚裔歧视的问题了?大功告成了? |
|
|
t*******d 发帖数: 12895 | 47 支持苹果好理解,但亚裔没理由支持梨。
黑墨要支持,支持到什么程度?黑墨学生比例达到黑墨人口比例?
黑墨人口比例都不低了,他们单列出去了,
就白人跟亚裔捆绑?
亚裔ORM,那就只剩下白人UR了?
白人为什么不单列?
然后大学招生变成全部按种族quota? |
|
f**********n 发帖数: 29853 | 48 这不就是现在正在做的吗?中小学教育免费,午餐交通免费,而且这些政策会持续下去
,哪怕URM变成ORM也不停止。 |
|
s********y 发帖数: 1312 | 49 Neosporin essentials trial pack的rebate,上面说要this original full completed
rebate certificate, 这个original到底什么意思啊?我有个pdf的rebate form, 打印
出来的话算是original吗?还是说必须要从店里或者哪儿拿到厂家给的印刷的rebate f
orm?
有人做过这个吗?谢谢! |
|
O**S 发帖数: 290 | 50 【 以下文字转载自 Visa 讨论区 】
发信人: ORMS (戒烟), 信区: Visa
标 题: 请问十一期间能打电话约签证么
发信站: BBS 未名空间站 (Mon Oct 5 00:30:46 2009, 美东)
re |
|