avatar
pay for a small functionality# Programming - 葵花宝典
R*r
1
前几天在版上看到的,一直想不通,原帖不知道怎么回事被删了,这里再问一下。一个
table里面只有一个数字的column,数字可以重复,要求输出所有与前一行不同的数字
,如果table是
10
10
9
10
8
8
9
就输出
9
10
8
9
avatar
c*w
2
请问如果当前的H1B(non-cap)正处于RFE状态,这个时候拿到其他公司的offer,那个
公司会愿意transfer吗?
avatar
p*1
3
Is there any senior developer here experienced with drag/drop for re-order
using html5,
web api, mvc5, interact with sql database? Also, insert this mvc page into
an existing web form application? My employer is at least willing to
pay $200 to have the functionality setup.
http://www.dotnetcurry.com/aspnet-mvc/1039/drag-drop-html5-aspn
I went through this article, got stuck in step 4.
contact me at [email protected]/* */ . Thanks
avatar
R*r
4
顶一下
avatar
p*2
5
不是有github的源码吗?
话说你们老板也太抠了,$200还不如不说,
又要UI,又要后台,还要连DB做log,$2000都不过分,
即使用现成,除非别人熟悉这个,
不然看源码,做整合比自己做还累。

【在 p****1 的大作中提到】
: Is there any senior developer here experienced with drag/drop for re-order
: using html5,
: web api, mvc5, interact with sql database? Also, insert this mvc page into
: an existing web form application? My employer is at least willing to
: pay $200 to have the functionality setup.
: http://www.dotnetcurry.com/aspnet-mvc/1039/drag-drop-html5-aspn
: I went through this article, got stuck in step 4.
: contact me at [email protected]/* */ . Thanks

avatar
S*N
6

select distinct, if my memory is not wrong.

【在 R***r 的大作中提到】
: 前几天在版上看到的,一直想不通,原帖不知道怎么回事被删了,这里再问一下。一个
: table里面只有一个数字的column,数字可以重复,要求输出所有与前一行不同的数字
: ,如果table是
: 10
: 10
: 9
: 10
: 8
: 8
: 9

avatar
s*i
7
我觉得好像是200每小时


: 不是有github的源码吗?

: 话说你们老板也太抠了,$200还不如不说,

: 又要UI,又要后台,还要连DB做log,$2000都不过分,

: 即使用现成,除非别人熟悉这个,

: 不然看源码,做整合比自己做还累。



【在 p**2 的大作中提到】
: 不是有github的源码吗?
: 话说你们老板也太抠了,$200还不如不说,
: 又要UI,又要后台,还要连DB做log,$2000都不过分,
: 即使用现成,除非别人熟悉这个,
: 不然看源码,做整合比自己做还累。

avatar
H*M
8
faint
performance art

【在 S*********N 的大作中提到】
:
: select distinct, if my memory is not wrong.

avatar
p*2
9
要是200一小时的话,
你觉得还用在这里发帖吗?
我之前遇到个奇葩,
电话打了他妈10+,最后问我改个玩意多少钱,
我说1小时,150,
奇葩和我说,他对于这种“投资”的事情慎重考虑一下
我直接电话里就和他说,你丫滚你妈逼一边去吧,
40多岁的人了,弄个免费template搞了个网站改个东西还投资,
投你妈逼,一边凉快去吧
我认识的18,9岁的小孩做东西都先凑了1万刀
才开始外面询价。
投你妈逼资,操你妈比的,遇到这种货色真他妈的让人恶心。
他要他妈的直接说我没钱,能否帮忙改改也好说,
150块钱,还投资,投资你妈逼,洛杉矶的一个傻逼太阳能公司,
我真是操他妈的臭傻逼。

【在 s*i 的大作中提到】
: 我觉得好像是200每小时
:
:
: 不是有github的源码吗?
:
: 话说你们老板也太抠了,$200还不如不说,
:
: 又要UI,又要后台,还要连DB做log,$2000都不过分,
:
: 即使用现成,除非别人熟悉这个,
:
: 不然看源码,做整合比自己做还累。
:

avatar
S*N
10

Guitar Art, do you have any open position?
refer one to me.

【在 H*M 的大作中提到】
: faint
: performance art

avatar
p*1
11
totally agree with you, very cheap mean, sweat shop

【在 p**2 的大作中提到】
: 不是有github的源码吗?
: 话说你们老板也太抠了,$200还不如不说,
: 又要UI,又要后台,还要连DB做log,$2000都不过分,
: 即使用现成,除非别人熟悉这个,
: 不然看源码,做整合比自己做还累。

avatar
R*r
12
select distinct明显不对嘛,题目请看清楚点。

【在 S*********N 的大作中提到】
:
: Guitar Art, do you have any open position?
: refer one to me.

avatar
p*1
13
so cool, he is also mental, 奇葩

【在 p**2 的大作中提到】
: 要是200一小时的话,
: 你觉得还用在这里发帖吗?
: 我之前遇到个奇葩,
: 电话打了他妈10+,最后问我改个玩意多少钱,
: 我说1小时,150,
: 奇葩和我说,他对于这种“投资”的事情慎重考虑一下
: 我直接电话里就和他说,你丫滚你妈逼一边去吧,
: 40多岁的人了,弄个免费template搞了个网站改个东西还投资,
: 投你妈逼,一边凉快去吧
: 我认识的18,9岁的小孩做东西都先凑了1万刀

avatar
l*h
14
First, you can create an index for each row
Then you can run the following sql statement to get the number you want.
select a1.number from mytable a1, mytable a2 where a1.index = a2.index + 1
and a1.number <> a2.number
I guess this might be a way to combine the two steps.

【在 R***r 的大作中提到】
: 前几天在版上看到的,一直想不通,原帖不知道怎么回事被删了,这里再问一下。一个
: table里面只有一个数字的column,数字可以重复,要求输出所有与前一行不同的数字
: ,如果table是
: 10
: 10
: 9
: 10
: 8
: 8
: 9

avatar
H*M
15
good thought..

【在 l****h 的大作中提到】
: First, you can create an index for each row
: Then you can run the following sql statement to get the number you want.
: select a1.number from mytable a1, mytable a2 where a1.index = a2.index + 1
: and a1.number <> a2.number
: I guess this might be a way to combine the two steps.

avatar
S*N
16

不用看了。
方法很多,你看着办。
我一般不找最优解。

【在 R***r 的大作中提到】
: select distinct明显不对嘛,题目请看清楚点。
avatar
H*M
17
a top performance artist

【在 S*********N 的大作中提到】
:
: 不用看了。
: 方法很多,你看着办。
: 我一般不找最优解。

avatar
c*t
18
use lead/lag ..

【在 R***r 的大作中提到】
: 前几天在版上看到的,一直想不通,原帖不知道怎么回事被删了,这里再问一下。一个
: table里面只有一个数字的column,数字可以重复,要求输出所有与前一行不同的数字
: ,如果table是
: 10
: 10
: 9
: 10
: 8
: 8
: 9

avatar
S*N
19

你还踢球么?
最笨的就LOOP一遍。
I usually do Ass-dancing.

【在 H*M 的大作中提到】
: a top performance artist
avatar
A*i
20
a1.index这个语法对么?手边没有sql,麻烦谁试一下?
avatar
g*r
21
用LAG function试试.
if x^=lag(x)
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。