由买买提看人间百态

topics

全部话题 - 话题: add
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
g***l
发帖数: 18555
1
来自主题: Database版 - SQL问题请教: add one more column
alter table orders
add id_order int not null Identity(1,1)
y****w
发帖数: 3747
x**********0
发帖数: 163
3
我想add 一个extended properties to a database,
for all tables but only float data type field
我搞不明白了,请教大家,谢谢啦
l******9
发帖数: 579
4
need to copy a table into a new table on SQL server 2008. Also, add a new
column into the new table.
The values of the new column depends on the compare result between the new
table and another table.
Example,
Table1:
col1 col2 col3
abc 346 6546
hth 549 974
Table1_new:
col1 col2 col3 col4
abc 346 6546 1
hth 549 974 0
Table2:
col1
abc
sfsdf
If Table2's col1 appear in Table1 col1, mark col4 as 1 in Table1_new, el... 阅读全帖
l******9
发帖数: 579
5
On SQL Server 2008 R2, I need to add some columns into a table from another
table.
e.g.
Table1:
name value id
Jim 288 abf
Table 2:
name acct num rank
Jim 12 29 8
Jim 98 95 7
Jim 20 52 9
What I need:
name value id acct num rank acct num rank acct num rank
Jim 288 abf 12 29 8 98 95 7 20 52 9
The record numbers in table 2 may be variable.
Any help would be appreciate.
l******9
发帖数: 579
6
I need to export a table (60 GB) from IBM netezza aginity sql database
workbench to a csv file.
But, the column names are missing even though I set up "skip row" as 0.
Because the file is too large, I cannot open and edit it in Excel or notepad
/notepad++.
How to add the column names ?
Any help would be appreciated.
thanks
b******e
发帖数: 2
7
来自主题: DotNet版 - How to kill popup in Outlook add-ins?
我再用Visual Studio 2003 .Net 用C# 编写了一个 Outlook Add-ins 程序。
当我加了一个appointment后,屏幕上出现了一个appointment popup 窗口,
我必须手动关闭这个窗口。有没有办法不让这个appointment popup 窗口出现。
我还想知道如何向appointment 上加图像用C#。
Thanks a lot
c**t
发帖数: 2744
8
Start to learn C#; Now need to produce some pdf file (print to file), and
need change the "Page Setup". How to add reference of PrintDocument?
g***y
发帖数: 27
9
try add some references to your console project. system.drawing etc
s**r
发帖数: 390
10
来自主题: DotNet版 - 请教一个EXCEL2007 add-in的问题
我用VS2005做一个add-in给2003和2007。有一个function叫 XXX2000 ,在2003下一切正
常,但2007下不显示 { Excel4v()返回错误码32 }。如果我把名字改成 XXX200X 就没
问题了。
由于业务原因,名字是定死的。哪位有办法解决这个问题?请指点一下,谢谢!
c**t
发帖数: 2744
11
来自主题: DotNet版 - VS2010 Add reference Dialog, not good
I'm sure every dotnet developer hates extremely slow and annoying "add
reference dialog". VS2010 introduced asynchonous thread, which made the
dialog pops up enearly instantaneously. Yeah, the changes made a huge
difference but NOT FOR THE BETTER. Dialog updates every item found, it's
NOT really usable untill the entire list is loaded.
Could VS team "find" the entire list whenever the IDE is launched? and then
cache the list? and update if neccessary?
w********i
发帖数: 244
12
how to add multiple languages Choice in the .net ? Thank you!
c*********e
发帖数: 16335
13
大家的网页url现在还是.....aspx,还是用新的mvc4做的只看见path: .../person/add
?
大家都按照新的mvc 4架构,把code改成mvc 4的式样了吗? 通过code first从c# code
来存数据进database,通过controller来显示数据到dashboard上。。。
A*******n
发帖数: 625
14
来自主题: DotNet版 - add web service
web service 我做的不多, 一般情况下我用“Add Service Reference", 在address
里面输入web service 的URL, 找到service,在code里面就可以使用。 我现在输入“
https://xxxxxx.com/2007-08/Nodal/eEDS/EWS/“, 得到下面的message:
There was an error downloading 'https://xxxxxx.com/2007-08/Nodal/eEDS/EWS/'.
The request failed with the error message:
cj
发帖数: 54
15
Just bought one from Taobao. so far so good. How to add hdpfans in DIY menu?
Thanks.
r****o
发帖数: 85
16
Dell买电脑,add NVIDIA Tesla C2075,还是额外买了?
Dell给的价格是$3750,可是外面卖的才$2000多。
D**W
发帖数: 797
17
来自主题: Hardware版 - 大家用Firefox的LastPass Add-on吗?
前几天不知怎么Popup出来说可以帮忙记住密码,以前也听版上说过这个软件。想想就
用了。现在觉得还是小心点好,就像问问大家用不用这个Firefox的Add-on的。
https://addons.mozilla.org/en-US/firefox/user/lastpass/?src=api
s****l
发帖数: 41
18
如何强行删掉IE7中不能删掉的恶意Add - ons?
谢谢
e*******s
发帖数: 1363
19
tools->programs->manage add-ons->disable
c**t
发帖数: 26
20
for example, the structure in the jar file is
edu.cc.ffm. The name of the jar file is bc.jar
suppose my java file is hell.java
at the beginning of hell.java, I add
package edu.cc.ffm;
then use javac -classpath bc.jar hell.java to get hell.class
next I extract bc.jar and move hell.class to edu\cc\ffm
finally use jar cf bc.jar *.* to create a new bc.jar
My question is, when I use import edu.cc.ffm.hell;
it generates error saying import arguments are not correct.
can any expert tell me what's wrong
e******r
发帖数: 220
21
Implement an applet greeting card. The applet first displays some kind of
graphical depiction (not just an image that you import), then when a user
clicks on the applet it should repaint with the inside of the card displaying
a message in text.
I have done with the applet, but how to add that mouse-click function on it?
Who can give me some hints? Thanks
p**i
发帖数: 100
22
来自主题: Java版 - jdilog extends can't add jpanel?
问一下,我想从 jdilog 扩展写个对话框出来,但是发现想 add jpanel的时候怎么也
加不上,但是 jbutton jlabel 可
以,在网上发现别人的例子是可以加的,代码也差不多?有大虾知道为什么吗?
大家做复杂点的对话框怎么做?
N****w
发帖数: 21578
a*****i
发帖数: 4391
24

Feeling pressure from Chromium... no need to restart to add a new addon.
O*****c
发帖数: 171
25
Python Worksheets.Add 为什么怎么都加不到现有worksheets 的后面?总是加到最前
s*****w
发帖数: 1527
26
hi everyone,
i have a open source tool in the network dir, not local disk.
then when i build the code, it complains cannot find the DLL.
so where can i add it in the VS ?
don't think i can put it in the $PATH as it's from network, not local, right
?
thanks very much !
c**********e
发帖数: 2007
27
来自主题: Programming版 - C++ Q110: Add without +
Write a function to add two numbers, without using any arithmetic operator.
w*s
发帖数: 7227
28
【 以下文字转载自 BuildingWeb 讨论区 】
发信人: wds (网虫都是loser), 信区: BuildingWeb
标 题: how to add both shopping store and restaurant in google map
发信站: BBS 未名空间站 (Sun Jun 16 23:23:44 2013, 美东)
hi i run a small store,
ppl always ask where the restaurant is, where grocery store is ...
if i just search restaurants near me in google map, it'll show several
restaurants,
but not grocery stores.
how can i put all these in google map and then embed to my webpage ?
many thanks !
l******9
发帖数: 579
29
On SQL Server 2008 R2, I need to add some columns into a table from another
table.
e.g.
Table1:
name value id
Jim 288 abf
Table 2:
name acct num rank
Jim 12 29 8
Jim 98 95 7
Jim 20 52 9
What I need:
name value id acct num rank acct num rank acct num rank
Jim 288 abf 12 29 8 98 95 7 20 52 9
The record numbers in table 2 may be variable.
Any help would be appreciate.
b****e
发帖数: 15
30
来自主题: Security版 - add a user in XP
machine 1: within a domain, (winXP)
machine 2: not in domain, just has a static IP, (winXP)
how to add 2 into 1 as a memeber of power user ?
j******2
发帖数: 665
31
老公的新电脑,我自高奋勇的用ADDS帮他分区,我给我自己的DELL分过,没有任何问题.
结果杯具了!
电脑重起的时侯不能进入系统, 体示start up出错!进度条跑了一个小时也没进入.
于是我老人家用一键恢复,
结果,更杯具!!
直接黑屏,只有左上角有个光标一直闪.
哪个大侠可一指导下?
谢谢
n*****o
发帖数: 9
32
来自主题: Software版 - How to add comments in PDF file?
Say, I want to add some notes to a paragraph in a pdf file.
Does acrobat work, even when the file has comments disabled?
Is there other softwares besides Acrobat could achieve that? Thanks.
n********r
发帖数: 65
33
I want to use some non-standard cls file like prosper,
and the Tex system I used does not contain these non-standard
packages, so I download one, every time I use this cls file
I have to copy the file into my editing directory, how to add
the cls file to a default searching path while you are not
the administator?
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)