由买买提看人间百态

topics

全部话题 - 话题: msdn
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
h**z
发帖数: 9751
1
来自主题: Hardware版 - 安静实惠的ASUS K55A
我记得当时切换过,好像没有用。换了SSD,机器自带的那个系统不要了。我用了直接
在MSDN下载的中文windows 8 clean安装,安装过程没有问我要key,安装后发现
winodws用了asus oem的key,不是msdn的key(压根没让我输入过key)。看来oem key
已经在主板集成了,但只是home版的。
我忘了因为什么原因我装了windows后又装了asus那个sb电源管理,现在机器不在我这
儿所以也不知道到底为什么耗电了。
P****S
发帖数: 2286
2
来自主题: Hardware版 - 想买4T的台式电脑硬盘,请推荐
我也没见过UEFI boot的Win7。
但我前面贴的是MSDN上的official FAQ。
https://msdn.microsoft.com/en-us/library/windows/hardware/dn640535(v=vs.85).
aspx
R*R
发帖数: 2661
3
来自主题: Hardware版 - 联想的 Windows 10 OEM 已经泄露
MSDN版会和这个基本一样,而且现在MSDN没还放出来。
另外放一个Gdrive的链接,速度爆快:
https://drive.google.com/file/d/0B0l8auyLlNV2cVJ4SXlPRUg3eDQ/view?usp=
sharing
a*o
发帖数: 19981
4
来自主题: Hardware版 - 联想的 Windows 10 OEM 已经泄露
网上胡乱找到的一个build 10240的附带有激活码啊,难道那个不是正式RTM?
要不我还是等MSDN版出来还好从MSDN generate正经code。
s********i
发帖数: 17328
5
怎么会没有规定?除非你是小公司,没人care。一般MSDN也没人care,理论上只要你是
用来design, development and testing purposes,如果你装来打游戏了,那理论上就
不行了,而且只能是有MSDN的人用。但实际当中没人care,只要你不拿去卖。
z***y
发帖数: 7151
6
把他们和模式设计对照起来读,很有意思:
Application Conceptual View
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnea/html/eaa
ppconland.asp
Microsoft Architecture Overview
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnea/html/eaa
rchover.asp
z***g
发帖数: 4
7
来自主题: Programming版 - C 程序内更新已连接数据库的内容
Sorry to use English.:-)
Already get data from Access database in C program. Now want to send back the
calculated results to an empty column of the same connected database.
Have tried “SQLBindParameter” in the sample code of
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbc/htm/odbcsqlbindparameter.asp (not work)
The code in the following link(using SQLPutData”) seems good but confused me.
( I know little about programming or database. J)
http://msdn.microsoft.com/librar
y****i
发帖数: 156
8
kbhit: check keyboard input
getch: get the key.
You can find help in MSDN or turboc C
// MSDN example
/* KBHIT.C: This program loops until the user
* presses a key. If _kbhit returns nonzero, a
* keystroke is waiting in the buffer. The program
* can call _getch or _getche to get the keystroke.
*/
#include
#include
void main( void )
{
/* Display message until key is pressed. */
while( !_kbhit() )
_cputs( "Hit me!! " );
/* Use _getch to throw key away. */
prin
t**i
发帖数: 688
9
来自主题: Programming版 - 可执行程序问题
Alternate VS2005 options such as Windows Library, MSDN Static Library and
MSDN Dynamic library and see what you get.
X****r
发帖数: 3557
10
来自主题: Programming版 - 顺便问一个CreateFile问题 (转载)
这个和CreateFile没什么关系,你要在UTF-16和UTF-8之间进行转换的话用
wcstombs/mbstowcs这些函数。
http://msdn.microsoft.com/en-us/library/6y9se58z(VS.71).aspx
另外,你如果用printf/wprintf系列函数写文件的话,可以用%S而不是通常的%s来表明
你传进去的字符串是另一种encoding。
http://msdn.microsoft.com/en-us/library/hf4y5e3w.aspx
顺便说一下,Unicode是指Character Set,UTF-16和UTF-8都是Unicode的一种encoding。
只是在VS里经常就把UTF-16称作Unicode。

unicode
O*********y
发帖数: 633
n**f
发帖数: 121
12
My 2 cents is that: if an int fails in any edge case, a size_t will probably
fail too.
Also see the example in MSDN
http://msdn.microsoft.com/en-us/library/z9da80kz(v=vs.80).aspx
They use int.
c***r
发帖数: 4631
13
既然是windows,就是做个RC文件,我上次做rc文件是十多年前…… 实在不记得多少了
。看了一下stackoverflow的那个,感觉我还说不了这么明白,您再看看吧,还有msdn
也有用
http://msdn.microsoft.com/en-us/library/windows/desktop/aa38059
d********g
发帖数: 10550
14
这是疯了吧,open source现在你不写unittest的case都不好意思放出去,人家会笑你
没文化的。要么多读点书,要么多吃点药,你就这两条路
还文档,MSDN我看的时候你是不是还在喝奶,你不知道比如Django的文档质量比啥烂
MSDN好一万倍了吗?
n***e
发帖数: 723
15
来自主题: Programming版 - FMP 一个完整可运行的范例程序
其实c#的语法糖现在很牛的,有await,parallel,task之类的东西。
大概你做的东西可能和这两个比较像?
Task.WaitAll
http://msdn.microsoft.com/en-us/library/dd270695.aspx
Task.WhenAll
http://msdn.microsoft.com/en-us/library/hh194874.aspx
不知道java/scala,但是应该也有相应的语法糖吧?这个二爷应该比较清楚。
不过怎么说呢,虽然有点重复造轮子的赶脚,但你这种实现方法还是蛮有意思的。
d********g
发帖数: 10550
16
来自主题: Programming版 - Delphi这个语言是不是已经死了?
山寨MSDN,我的最爱:
http://msdn.itellyou.cn
点开Developer Tools,一目了然
d********g
发帖数: 10550
17
来自主题: Programming版 - Delphi这个语言是不是已经死了?
你“用过”的VS6在哪,搞个截图和Eclipse对比一下,看哪个强?
我可以找个VC6的图来对比,可以找个VS的图来对比,真的找不到VS6的。有疑问请对照
MS各代工具截图,另外参考MSDN的官方版本。山寨地址:
http://msdn.itellyou.cn
k**********g
发帖数: 989
18
http://msdn.microsoft.com/en-us/library/vstudio/hh191443.aspx
See the diagram under "What Happens in an Async Method" section.
Async and Await causes the compiler to generate "scaffolding code" which
effectively turned a method into a class that implements a state machine. (
The state machine is similar to the C# "yield" keyword. What's new in async/
await is the automatic posting of the continuation to the task-queue or
message-loop.) This blog lists one possible way such scaffolding code is
ge... 阅读全帖
k**********g
发帖数: 989
19
我现在用 Microsoft Parallel Patterns Library (PPL) http://msdn.microsoft.com/en-us/library/dd492418.aspx
感觉上,任何物件只要被包进task lambda (closure)里面,它们的生命周期就好像没
有底似的。例子∶
(1) Create task completion event ( http://msdn.microsoft.com/en-us/library/hh750136.aspx )
(2) Create a lambda task as a continuation on that task completion event.
the lambda task captures some variables by reference count (using std::
shared_ptr )
e.g.
>> std::shared_ptr<...> something;
>> concurrency::task_completion_event tce;
>> concu... 阅读全帖
N********n
发帖数: 8363
20
Sounds like a SqlDependence scenario. Try the following links:
http://msdn.microsoft.com/en-us/library/t9x04ed2.aspx
http://msdn.microsoft.com/en-us/library/62xk7953.aspx
You could even try ServiceBroker if you want high scalable solutions.
l******9
发帖数: 579
21
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: access violation of C# in Visual Studio 2013
发信站: BBS 未名空间站 (Mon Jan 12 12:59:14 2015, 美东)
I need to debug an exception of "access violation" in C# (web forms
applications) of Visual Studio 2013 in win 7.
There is no "call stack" button in "debug" --> "windows".
So, I tried to use k (Display Stack Backtrace) commands in "immediate window
" by following
http://msdn.microsoft.com/en-us/library/windows/hardware/hh4395 and htt... 阅读全帖
n******7
发帖数: 12463
22
之前装了社区免费版
后来公司买了MSDN就又装了个profession,在家干活用
现在想做点自己的事情,不想跟公司有任何瓜葛
结果发现社区版点进去还是社区版
但是给我登陆成公司的账号,license也成了MSDN subscription,这也太傻了吧
要是删除账号,我的professional版又不能用了
本来想工作用C#,自己做事也用C#可以省点学习成本
这下还是用kotlin得了
r****y
发帖数: 26819
23
来自主题: Software版 - how to convert word 2007 to pdf
from MSDN forum:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1542040&SiteID=1
If there's a PDF printer installed, or for Word 2007 the PDF converter has
been downloaded and installed (it's not there by default), then yes, Word
can save to PDF format.
But the Word object model has no way to work with printer settings or to
change the parameters of printing to PDF. Keep in mind: the PDF format
belongs to Adobe. Adobe refused to let Microsoft distribute it as part of
Office, so these thin
c**x
发帖数: 2807
24
来自主题: Software版 - Win7旗舰版每隔2小时重启一次...
一般做法:
任何其他的修改版都别用。用微软的MSDN版。电驴有下载。
MSDN的镜像删除一个文件就可以变成从简易版到旗舰版5合1了。
激活找个补丁就行了,我用Oem7F6。关闭系统在线升级。
安装一个可牛杀软,可以在线升级补丁。
h****t
发帖数: 93
25
don't you have msdn? if not, check
http://msdn.microsoft.com
might help.:)
s**n
发帖数: 449
26
【 以下文字转载自 Linux 讨论区 】
发信人: suan (cc), 信区: Linux
标 题: update Re: 怎么让Times New Roman内置SimSun? (转载)
发信站: BBS 未名空间站 (Thu Aug 3 17:19:39 2006), 转信
暴力解决方案:
删掉下面两个日文字体就好了,至少firefox会用simsun来显示unicode的中文了。
msgothic.ttc
msmincho.ttc
正解:
应该是用用font link来做类似fontconfig的配置,不过我还没有研究明白,呵呵。
有兴趣研究的可以参见:
http://blogs.msdn.com/michkap/archive/2005/06/18/430507.aspx
http://blogs.msdn.com/michkap/archive/2005/06/18/430507.aspx
g****e
发帖数: 1829
27
来自主题: Windows版 - windows xp的激活码请教
谢谢大侠。
请问我的版本是什么呢?我是学校给的msdn的activation key。 是pro的。请问是不是
win xp pro就可以安装?
我刚才仔细找了msdn的网站,实在是没有找到简体中文安装盘,您是指的简体中文的安
装盘么?谢谢!
D*V
发帖数: 567
28
来自主题: Windows版 - windows xp的激活码请教
单说pro,分RTM,OEM,VOL三个版本,你要明确知道你需要的是哪个,最简单的是找个用同样
key的机器,看我的电脑属性,registered to下面的那一串数字,
xxxxx-OEM-xx...表示OEM
xxxxx-64x-xx...一般表示VOL
其他一般是RTM
当然,如果你到处都找不到同一个key装的系统,那说明很可能是RTM
他说的MSDN是MSDN Subscriber,不知道就不用搜了,MS上搜不到. 你可以用电驴找找.
p****d
发帖数: 2183
29
来自主题: Windows版 - Windows 7 RTM
MSDN上有了吗?不是说8月6号上MSDN嘛。。。
B*****g
发帖数: 34098
30
来自主题: Windows版 - Microsoft free ebooks (ZZ) (转载)
【 以下文字转载自 Database 讨论区 】
发信人: Beijing (我是猪--听说猪是被祝福的), 信区: Database
标 题: Microsoft free ebooks (ZZ)
发信站: BBS 未名空间站 (Tue Jul 31 22:44:46 2012, 美东)
http://blogs.msdn.com/b/mssmallbiz/archive/2012/07/27/large-col
http://blogs.msdn.com/b/mssmallbiz/archive/2012/07/30/another-l
zz from dealsea
http://dealsea.com/view-deal/66422
l******9
发帖数: 579
31
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: access violation of C# in Visual Studio 2013
发信站: BBS 未名空间站 (Mon Jan 12 12:59:14 2015, 美东)
I need to debug an exception of "access violation" in C# (web forms
applications) of Visual Studio 2013 in win 7.
There is no "call stack" button in "debug" --> "windows".
So, I tried to use k (Display Stack Backtrace) commands in "immediate window
" by following
http://msdn.microsoft.com/en-us/library/windows/hardware/hh4395 and htt... 阅读全帖
g*****e
发帖数: 16
32
来自主题: XML版 - The Coolest site for XML
http://msdn.microsoft.com/xml/default.asp
http://msdn.microsoft.com/xml/c-frame.htm?946292736690#/xml/index.asp
刚学完Tutorials, 明天就用XML重新做一下欧的网也. Cool!
i*s
发帖数: 6
33
来自主题: XML版 - ASP的两个小问题
我对VBscript也不熟, 我想VBScript可能不能调用API,
要是能的话, 也只是通过ActiveX控件来调用。
可参考MSDN ONLINE。
http://msdn.microsoft.com/scripting/?RLD=43
What Objects, Methods, Properties, and Events can I use?
There are three separate classes of objects available within VBScript:
Objects provided by the VBScript engine
Objects provided by Internet Explorer
Objects provided by the Web page author
The VBScript engine provides the core run-time functionality--a subset of
the full Microsoft? Visual Basic? language--including a mi
f*******h
发帖数: 1269
w**a
发帖数: 4743
35
我担心流量干啥,从来没算过。不过曾经在一个月内,从微软的msdn网站把它所有的产
品dvd都下载下来过
r*****n
发帖数: 4844
36
前言
你是否觉得自己从学校毕业的时候只做过小玩具一样的程序?走入职场后哪怕没有什么
经验也可以把以下这些课外练习走一遍(朋友的抱怨:学校课程总是从理论出发,作业
项目都看不出有什么实际作用,不如从工作中的需求出发)
建议:
不要乱买书,不要乱追新技术新名词,基础的东西经过很长时间积累而且还会在未来至
少10年通用。
回顾一下历史,看看历史上时间线上技术的发展,你才能明白明天会是什么样。
一定要动手,例子不管多么简单,建议至少自己手敲一遍看看是否理解了里头的细枝末
节。
一定要学会思考,思考为什么要这样,而不是那样。还要举一反三地思考。
注:你也许会很奇怪为什么下面的东西很偏Unix/Linux,这是因为我觉得Windows下的
编程可能会在未来很没有前途,原因如下:
现在的用户界面几乎被两个东西主宰了,1)Web,2)移动设备iOS或Android。Windows
的图形界面不吃香了。
越来越多的企业在用成本低性能高的Linux和各种开源技术来构架其系统,Windows的成
本太高了。
微软的东西变得太快了,很不持久,他们完全是在玩弄程序员。详情参见《Windows编
程革命史》
所以... 阅读全帖
p*a
发帖数: 592
37
来自主题: Military版 - 说说苹果
公司是微软gold partner,人人有msdn subscription。
p*a
发帖数: 592
38
来自主题: Military版 - 说说苹果
微软白送啊。你难道以为我们的msdn subscription是盗版?就算我们敢,客户也不敢
。客户连我们用的open source都要审查半天。
w****2
发帖数: 12072
39
来自主题: Military版 - Stevey's Google Platforms Rant (转载)
【 以下文字转载自 CS 讨论区 】
发信人: wlwl12 (戒网), 信区: CS
标 题: Stevey's Google Platforms Rant
发信站: BBS 未名空间站 (Fri Oct 14 14:56:59 2011, 美东)
Stevey's Google Platforms Rant
I was at Amazon for about six and a half years, and now I've been at Google
for that long. One thing that struck me immediately about the two companies
-- an impression that has been reinforced almost daily -- is that Amazon
does everything wrong, and Google does everything right. Sure, it's a
sweeping generalization, but a surprisingly acc... 阅读全帖
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)