Redian新闻
>
【供求】招软件工程师 (转载)
avatar
【供求】招软件工程师 (转载)# Java - 爪哇娇娃
i*a
1
【 以下文字转载自 Immigration 讨论区 】
发信人: imsea (我想我是海), 信区: Immigration
标 题: 新手问个Citation的问题
发信站: BBS 未名空间站 (Sun Apr 12 19:21:14 2009)
1. 自己引用自己算不算,比如后续的paper中对自己此前文章的引用,还有自己毕业论
文对自己文章的引用?
2. 别人论文引用自己的文章算不算?
多谢各位!
avatar
w*h
2
一个国家,需要别人的夸奖和自夸来获得自信,
真是皇帝新装的又一幕。
在白日之下,竟难以置信。
avatar
u*s
3
写了个函数实现输入一个title_id参数,查询到另外两个参数v_btitle和v_pname放在游
标里.
编译通过,但运行出错.
请问哪里不对?着急啊,跪求高人指教.
create or replace package types as
type mytype is ref cursor;
end;
create or replace function get(title_id VARCHAR2)
return types.mytype is
cursor_bp types.mytype;
sqlstr varchar2(4096);
v_btitle VARCHAR2(30);
v_pname VARCHAR2(30);
begin
sqlstr :='SELECT title,name
FROM books JOIN publisher using(pubid)
WHERE isbn = :tit
avatar
t*t
4
【 以下文字转载自 Boston 讨论区 】
发信人: transparent (因为寂寞), 信区: Boston
标 题: 【供求】招软件工程师
发信站: BBS 未名空间站 (Wed Nov 6 09:48:54 2013, 美东)
Job description:
公司不错,在south boston.请把简历发到我的信箱。谢谢!
Software Architect
CrunchTime! has an immediate opening for a Software Architect focusing on
our hosted application platforms that support all back office operations for
restaurants, cruise lines and the hospitality industry. This position is
responsible for collaborating with other architects and technical leads to
develop the technical direction for systems across the enterprise as well as
responsible for the technical evolution of clients systems as the company
continues to develop new technologies. We are looking for someone who is
innovative, visionary, and results-oriented and who can take ownership
projects and drive them to completion.
Primary role and responsibilities:
· Communicate technical direction and vision to all levels of
management and technical staff.
· Perform analyses of requirements to design, document, and
communicate technical implementations of those requirements. This design
includes the physical environment as well as the software and data
architecture as well as may involve modification of existing systems and/or
the creation of new systems.
· Collaborate with the technical leads responsible for establishing
software development standards that support the technical vision.
· Communicate extensively with members of project teams regarding
status, options, and issues related to the technical aspects of systems
under development.
· Provide architecture and technical leadership to the development
team.
· Serve as technical leader and resource by providing direction and
assistance to technical leads and developers for data design, technical
design, and development as needed.
· Evaluate and recommend enhancements to improve quality of
products and/or procedures.
· Support a variety of other duties including maintenance;
troubleshooting; technical design, coding and testing.
· Collaborate, coordinate, and communicate across disciplines and
departments.
Skills:
Bachelors Degree in 4 year program (preferably with a concentration in
Computer Science or other technical program)
Must have 8+ years of experience in Java
Must have proven experience with JMS, Spring, REST, CXF, JSON, HTML5, JQuery
, ajax, JSP, CSS, JDBC, i/my batis, XML, JavaScript, CSS, hazelcast, SSO,
LDAP, Junit, ANT, Maven,
Experience with providing highly available architectures
· Experience with leading development teams
Must have exceptional analytical skills and strong communication skills (
both written and verbal).
Must be able to demonstrate a clear and organized approach to solving
complex problems.
Must be able to balance hands-on R&D with thought leadership
Preferred experience:
Experience architecting enterprise-class business intelligence solutions in
a commercial environment.
Experience working with distributed teams or 3rd party development partners
Strong work ethic with ability to succeed in a minimally structured
environment.
Flexible, resourceful, and creative in approach.
Experience working with restaurant or hospitality systems a plus but not a
requirement.
avatar
m*d
5
不是一个国家,是某党吧

【在 w********h 的大作中提到】
: 一个国家,需要别人的夸奖和自夸来获得自信,
: 真是皇帝新装的又一幕。
: 在白日之下,竟难以置信。

avatar
B*g
6
1. When you ask oracle question, let us know your oracle version.
2. When you see an error, let us know the error message.
3. You create a function, but you did not return any value from your functio
n.
4. You have a binding variable in your cursor, but I do not see anywhere you
bind the value. try "open cursor_bp for sqlstr using title_id".
5. If still not work, post again.

【在 u****s 的大作中提到】
: 写了个函数实现输入一个title_id参数,查询到另外两个参数v_btitle和v_pname放在游
: 标里.
: 编译通过,但运行出错.
: 请问哪里不对?着急啊,跪求高人指教.
: create or replace package types as
: type mytype is ref cursor;
: end;
: create or replace function get(title_id VARCHAR2)
: return types.mytype is
: cursor_bp types.mytype;

avatar
t*t
7
up
avatar
g*y
8
这个真是不好说。拜我党多年洗脑所赐,在很多人眼里这两个是划等号的。
话说春节大家聚会,跟我坐一桌的一个女士问我看春晚没,能在哪看。
我说没,每年春晚都是一个调调,估计就到YOUTUBE上找赵本山小品跟王菲唱歌看看,
谁耐烦那些某某发来贺电那一套呵。然后另一个同桌的男士就开始模仿主持人。
那个女士非常生气,是真的非常生气那种,大声说:“不许你们说中国的坏话”还
说了两遍。我们两个都有点发愣,不明白这怎么就成说中国坏话了。
后来跟我师妹一起看牙克西,狂笑的时候,说起这事,我说,看那谁这么严肃,
不当党员可惜了。我师妹说,“人家就是党员。”
从那个女士身上,我看到了党的希望所在。

【在 m*d 的大作中提到】
: 不是一个国家,是某党吧
avatar
c*e
9
前端的javascript是自己公司写的还是用的framework比如sencha或着telerik? 现在企
业级的网络应用,为了看着fancy,功能多,一般都买framework做前端。
用spring,不用hibernate,而是用jdbc? 用的什么数据库? mysql还是oracle?

for

【在 t*********t 的大作中提到】
: up
avatar
g*y
10
舆论导向还是很重要地。
比如我妈就经常问我,啥啥美国人都怎么说?
我说美国人都很自大,就顾自己家门口那点破事,大部分美国人都不知道。
可能中国跟美国匀一匀比较好。中国过度注重别人的评价,美国过于self-centered

【在 w********h 的大作中提到】
: 一个国家,需要别人的夸奖和自夸来获得自信,
: 真是皇帝新装的又一幕。
: 在白日之下,竟难以置信。

avatar
w*h
11
我说的是“国家”,难道这个概念不是和“党国”“家国”一致么。。。
说你们文盲,你们就要自己一边沉思提高,不要上来随意暴露。。。

【在 g***y 的大作中提到】
: 这个真是不好说。拜我党多年洗脑所赐,在很多人眼里这两个是划等号的。
: 话说春节大家聚会,跟我坐一桌的一个女士问我看春晚没,能在哪看。
: 我说没,每年春晚都是一个调调,估计就到YOUTUBE上找赵本山小品跟王菲唱歌看看,
: 谁耐烦那些某某发来贺电那一套呵。然后另一个同桌的男士就开始模仿主持人。
: 那个女士非常生气,是真的非常生气那种,大声说:“不许你们说中国的坏话”还
: 说了两遍。我们两个都有点发愣,不明白这怎么就成说中国坏话了。
: 后来跟我师妹一起看牙克西,狂笑的时候,说起这事,我说,看那谁这么严肃,
: 不当党员可惜了。我师妹说,“人家就是党员。”
: 从那个女士身上,我看到了党的希望所在。

avatar
s*n
12
这么多年还没习惯?

【在 w********h 的大作中提到】
: 一个国家,需要别人的夸奖和自夸来获得自信,
: 真是皇帝新装的又一幕。
: 在白日之下,竟难以置信。

avatar
m*d
13
是政府吧,
某党觉得他可以代表这个国家和国民
但是一些人认为他们并不能被代表

【在 w********h 的大作中提到】
: 我说的是“国家”,难道这个概念不是和“党国”“家国”一致么。。。
: 说你们文盲,你们就要自己一边沉思提高,不要上来随意暴露。。。

avatar
m*d
14
把CCAV的一台晚会都能跟中国划等号,此人病得不轻
入党了还出来作甚

【在 g***y 的大作中提到】
: 这个真是不好说。拜我党多年洗脑所赐,在很多人眼里这两个是划等号的。
: 话说春节大家聚会,跟我坐一桌的一个女士问我看春晚没,能在哪看。
: 我说没,每年春晚都是一个调调,估计就到YOUTUBE上找赵本山小品跟王菲唱歌看看,
: 谁耐烦那些某某发来贺电那一套呵。然后另一个同桌的男士就开始模仿主持人。
: 那个女士非常生气,是真的非常生气那种,大声说:“不许你们说中国的坏话”还
: 说了两遍。我们两个都有点发愣,不明白这怎么就成说中国坏话了。
: 后来跟我师妹一起看牙克西,狂笑的时候,说起这事,我说,看那谁这么严肃,
: 不当党员可惜了。我师妹说,“人家就是党员。”
: 从那个女士身上,我看到了党的希望所在。

avatar
w*h
15
我只知道“中国”、“祖国”和“国家”有区别。。。

【在 m*d 的大作中提到】
: 是政府吧,
: 某党觉得他可以代表这个国家和国民
: 但是一些人认为他们并不能被代表

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。