|
j**f 发帖数: 3137 | 2 噗! 你这死人 人死了嘴还硬。草的
哥告诉你哈,这车是我跟dealer定制的,所以才有Prod. No.
从dealer买现车都不会有这Prod. No.
你他妈从网上搜个BMW Prod. No.给我来看看? |
|
z****g 发帖数: 3509 | 3 I. FINDINGS OF FACT.
A. The Goldfish Arrests.
On March 12, 1988, at approximately 2:00 p.m., PRC police officials arrested
Wang on the streets of Shanghai. Four men approached Wang, kicked him, and
dragged him along in the street and into a waiting car; once in the car,
Wang was blindfolded, kicked again, and sworn at by the arresting officers.
Wang knew he was being arrested for his participation in a heroin
transaction.
The officers took Wang to the Chang-Ning Branch of the Shanghai Public
Sec... 阅读全帖 |
|
|
l*********y 发帖数: 370 | 5 int product(short a, short b)
{
if(b < 0)
return -product(a, -b);
int prod = 0;
for(int i=0; i<7; ++i){
if((b & 1<
prod +=a<
}
}
return prod;
} |
|
p**o 发帖数: 3409 | 6 随手写了个第一感觉的笨办法
In [28]: words = ['cat','dog','feed','pull','space']
In [29]: ws = [(len(w),set(w)) for w in
...: sorted(words, key=len, reverse=True)]
In [30]: n = len(words)
In [31]: ws
Out[31]:
[(5, {'a', 'c', 'e', 'p', 's'}),
(4, {'d', 'e', 'f'}),
(4, {'l', 'p', 'u'}),
(3, {'a', 'c', 't'}),
(3, {'d', 'g', 'o'})]
In [32]: maxprod = -1
...: for i in range(n-1):
...: wi = ws[i]
...: if wi[0] * ws[i+1][0] < maxprod:
...: break
...: for wj in ws[i+1... 阅读全帖 |
|
a********5 发帖数: 1631 | 7 如果你是做产品的 每天prod release 你的东西进去git就等于进去prod啊 这有什么特
殊的?又不用你去oncall做prod release |
|
a********5 发帖数: 1631 | 8 如果你是做产品的 每天prod release 你的东西进去git就等于进去prod啊 这有什么特
殊的?又不用你去oncall做prod release |
|
|
|
|
|
|
e*****u 发帖数: 67 | 14 不曉得對不對-
>2) Given an array of numbers, replace each number with the product of
>all the numbers in the array except the number itself *without* using
>division.
import copy
ls = [1,2,3]
new_ls = []
for item in ls:
prod = 1
lsx = copy.copy(ls)
lsx.remove(item)
print ls, lsx
for z in lsx:
prod*=z
new_ls.append(prod)
print new_ls |
|
|
|
|
|
c********o 发帖数: 5484 | 19 NMSHIP是免的,我刚用了,下了3双的单
http://www.neimanmarcus.com/store/catalog/prod.jhtml?
itemId=prod99460212&eItemId=prod99460212&searchType=SALE&parentId=cat980
731&icid=&rte=common%252Fstore%252Fcatalog%252Ftemplates%252FET1.jhtml%2
53FNo%253D60%2526tv%253Dbc%2526_requestid%253D10354%2526N%253D4294966733
%252B4294965647%252B125%252B145%252B191%252B252%252B299%252B4294964114%2
52B381%252B417%252B478%252B518%252B4294965708%252B577%252B641%2526Ns%253
DDESIGNER%2526st%253Ds
http://www.neimanmarcus.com/store/ca... 阅读全帖 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
w***a 发帖数: 313 | 34 还是看总体成本,我们这儿(不是中国)prod的数据库要是完蛋了,要赔款的,公司损
失巨大,所以什么都用上了,就是要保证万无一失。因此我们的PROD数据库是HA+DR,
而且还有每天RMAN备份到VTL上。非PROD的就省了很多。很多没有HA的,备份也马虎很
多,省钱啊。 |
|
Q********a 发帖数: 265 | 35 DBA一点没错。你们竟然在Prod直接允许Dev 的query,大忌啊。
难道没有UAT 可以用?
我们公司Prod 只有Prod DBA可以access, not even Dev DBA. 你们公司好奇怪。 |
|
c***c 发帖数: 6234 | 36 standalone mode should be fine because the DBA did not report cursor issue
in previous load test
I will add conn.rollback in DB close function to make sure cursor closed
俩孩子长大了吧。好久不见。Arsura据说海归了,找不到他了。
我们应该使用connection pool的。前面的group lead在getConnection的try/catch 的
catch里放了普通的connection function (我们用于local debug用的)。他在get
connection里有个typo,造成4年来我们一直用connection string来setup connection
。从没测试过connection pool。
我两年前变成的lead,全面负责这个项目。10月中旬我才发现这个问题,我也一直担心
max cursor open issue,但4年都没事儿就放心了。
原来的lead step do... 阅读全帖 |
|
|
|
e***u 发帖数: 384 | 39 如果我有一个这样的command line
run_zzz.bash a.txt --option1 --option2 prod
我知道可以用$1读a.txt,但如何读--option1 --option2 prod?理想情况读成string
pair:
optional:
optional2: prod
多谢。 |
|
w******w 发帖数: 126 | 40 只有c这样换个平台需要重新编译的语言,才需要把源代码放到prod. env.上去
然后去编译,因为受限于os,你当然只能用vi咯
老赵,别说了。越说越离谱! 真心看出来你木有在linux上面搞开发, :-)。 还把C的
源代码部署到 prod env 上去编译? 你的意思是放到客户的prod env上面编译去? 你
蛮搞笑的! 别说了, 越说越错! ^_^
eclipse了 |
|
x******g 发帖数: 318 | 41 你那个"反例"给得不好,因为极限是负无穷大也算是有极限的.
实际上log(1+an)约等于an,所以\sum a_n=-00基本上和\prod (1+a_n)=0差不多的,不能算
是反例.
两个反例
1.
a_n=(-1)^n*(n+1)
\sum a_n存在,\prod (1+a_n)不存在
2.
a_n=-1 n=1
随意,但要保证\sum a_n不存在 n为其他值时
\sum a_n不存在,\prod (1+a_n)=0
t.
positive |
|
p****e 发帖数: 350 | 42 in my previous company, development work is lead by product engineer. there
is simulation group who does all kinds of simulation work, stress analysis,
electromagnetic analysis, cfd etc. there is also design group, or cad group,
who does the drafting work. in my view, being a product engineer has much
more fun than performing fea. if you are a prod engr, you can visit
customers, suppliers, you can go to plant and see the manufacturing lines,
you have lots communication work with other groups. yo... 阅读全帖 |
|
p****e 发帖数: 350 | 43 in my previous company, development work is lead by product engineer. there
is simulation group who does all kinds of simulation work, stress analysis,
electromagnetic analysis, cfd etc. there is also design group, or cad group,
who does the drafting work. in my view, being a product engineer has much
more fun than performing fea. if you are a prod engr, you can visit
customers, suppliers, you can go to plant and see the manufacturing lines,
you have lots communication work with other groups. yo... 阅读全帖 |
|
a*******1 发帖数: 1554 | 44 你看这样可以不?
S0是初始价格,r是利率,sigma是波动率,T是到期日,K是执行价,hsigma是算vega用
的,h0是算delta用的,N是200,p是10^8,但一般不用取这么大吧,我读书做project
才取10万,这是当时作业的一小部分
function []=ThreeMethodsMilter(S0, r, sigma, T, K, h0, hsigma,p,N)
%% Finite difference
SqrRootp = sqrt(p);
DeltaT = T/N;
SqrtDeltaT = sqrt(DeltaT);
Z= randn(N-1,p);
P = prod([ones(1,p);1+r*DeltaT+sigma*SqrtDeltaT*Z+0.5*sigma^2*DeltaT*(Z.^2-1
)]);
S = P*S0;
C = exp(-r*T)*max(0,S-K);
SPlus = exp(-r*T)*max(0,(S0+h0)*P-K);
SMinus = exp(-r*T)*max(0,(S0-h0)*P-K);
DeltaFD = (SP... 阅读全帖 |
|
a********c 发帖数: 3657 | 45
什么乱七八糟的,hft只是citadel一个组而已,当然是比较赚钱的,不过也大不如前了
。hft分两块,prod和research,prod的头是个棒子,叫julian lee,research当然是
赵鹏管咯,global head嘛。research写algo,prod负责run,一般小矿矿也不知道自己
algo run的如何,当然自己会keep一个paper account,要是被拆了,基本肯定algo不
赚钱。
kcg/getco大不如前,现在基本在糊口。hft mm现在很难做,最近做的最好的应该是
jump。不过citadel fi hft最近比较猛。 |
|
o**m 发帖数: 828 | 46 假如我的data是这样子的:
prod num1 num2
A 10 30
B 1 3
A 20 20
A 30 10
B 3 1
我想得到的是 第二列和第三列数据的 关于 prod上的平均,有什么R的函数可以操作?
比如我想要的结果是:
prod num1 num2
A 20 20
B 2 2
谢谢
|
|
a****t 发帖数: 1007 | 47 一个简单的程序,老做不出来各个因素的Interaction effect。不知道为什么。请点拨
一下。谢谢。
libname mysas 'D:\mysas';
data mysas.beet;
do harvest=1 to 2;
do rep=1 to 6;
do variety=1 to 6;
input col prod @@;
output;
end;
end;
end;
cards;
3 19.1 6 18.3 5 19.6 1 18.6 2 18.2 4 18.5
6 18.1 2 19.5 4 17.6 3 18.7 1 18.7 5 19.9
1 18.1 5 20.2 6 18.5 4 20.1 3 19.6 2 19.2
2 19.1 3 18.8 1 18.7 5 20.2 4 18.6 6 18.5
4 17.5 1 18.1 2 18.7 6 18.2 5 20.4 3 18.5
5 17.7 4 1... 阅读全帖 |
|
r**********y 发帖数: 49 | 48 Base SAS 5
The following SAS program is submitted:
data work.sets;
do until (prod gt 6);
prod + 1;
end;
run;
Which one of the following is the value of the variable PROD in the output
data set?
A. 5
B. 6
C. 7
D. 8
Click Comment link to get answer
答案是7。我有点不清楚这个7具体指的是什么?
(1)DOUNTIL一直到prod=6 prod+1=6+1=7
(2)dountil一直到检查到prod=7才会不执行,prod=7
请问这里的value of prod in the output是指第一种还
是第二种,我觉得是第一。因为这里指的是outputdata.
求教!谢谢! |
|
p*********e 发帖数: 32207 | 49 ☆─────────────────────────────────────☆
tingtingliu (Grand Cherokee Overland) 于 (Thu Mar 24 21:34:27 2011, 美东) 提到:
http://shop.advanceautoparts.com/webapp/wcs/stores/servlet/prod
Performance-10W-30-Synthetic-Motor-Oil-%281-qt-%29-Mobil1_8110016-P_N4019B_T
|GRP2046____
☆─────────────────────────────────────☆
leemaverickl (Mav) 于 (Thu Mar 24 22:33:43 2011, 美东) 提到:
你这链接完全没法用啊。。
重贴一下?
_T
☆─────────────────────────────────────☆
tingtingliu (Grand Cherokee Overland) 于 (Thu Mar 24 22:38:... 阅读全帖 |
|