1、将安装光盘直接挂载至系统,记住盘符,如i:,后面要用2、win+x,选择命令提示符(管理员),然后输入如下命令,接的修改source后面的盘符 C:\Windows\system32>dism.exe /online /enable-feature /featurename:NetFX3 /So...
微软近期Open的职位:Enterprise ArchitectCloud, HTML5, Big Data and Mobile are technology trends driving profound architecture change within enterprises. Enter...
分类:
其他好文 时间:
2014-07-12 00:15:49
阅读次数:
176
打开VS2012的“工具(Tools)”->“扩展和更新(Extensions and Updates)”,在左侧的列表中选择“在线(Online)”,并在右侧的搜索框中搜索“Color”或者“Theme Editor”,就能找到如下的一个扩展
分类:
其他好文 时间:
2014-07-11 18:02:41
阅读次数:
245
当Oracle 数据库安装完毕后,系统会自动创建sys和system这两个帐户。1、sys :缺省密码为CHANGE_ON_INSTALL ,且被授予DBA角色system :缺省密码为MANAGER,且被授予DBA角色2、sys :这个帐户相当于SQL server中的sa帐户,或者说Xp系统中的...
分类:
数据库 时间:
2014-07-10 16:40:22
阅读次数:
254
combobox中有1,2,3三个item第1次选择1,四个事件都触发了,当我再次选择1时,4没出现,3,2,1均出现 private void comboBox1_SelectedIndexChanged(object sender, EventArgs e) { Messa...
分类:
其他好文 时间:
2014-07-09 14:30:24
阅读次数:
452
小谷童鞋休息了好几天,终于又开始学习了.今天学的是Jquery,先来看看神马是jQuery?
JQuery is designed to change the way that you write JavaScript.
The focus of jQuery is "find some elements, do something with them".
write less,do m...
分类:
Web程序 时间:
2014-07-09 12:48:41
阅读次数:
221
Problem Description
The God of sheep decides to pixelate some pictures (i.e., change them into pictures with mosaic). Here's how he is gonna make it: for each picture, he divides the picture into n x...
分类:
其他好文 时间:
2014-07-09 12:14:13
阅读次数:
433
Method 1: Add one list into the other list.
For example, if list1is {22, 33, 44, 55} and list2 is {66, 77, 88, 99},then append(list1, list2)will change list1to {22, 33, 44, 55, 44, 66, 77, 88, 99}.
...
分类:
其他好文 时间:
2014-07-08 16:18:22
阅读次数:
196
change http port into other number
分类:
其他好文 时间:
2014-07-08 12:37:51
阅读次数:
285
在 Microsoft Dynamics CRM 2011 和 Microsoft Dynamics CRM Online 中,FetchXML 包括使您能够计算总和、平均值、最小值、最大值和计数的分组和聚合函数...
分类:
其他好文 时间:
2014-07-08 10:49:27
阅读次数:
448