First what I wanna make clear is that in the official website the detailed process of installation has been described. you could call it throught the link
http://docs.mongodb.org/manual/tutorial/ins...
分类:
数据库 时间:
2014-09-09 12:52:38
阅读次数:
219
Myself:根据测试工程师的项目经验,在web测试过程中,对寻找bug的测试点的整理。 1. 页面链接检查:每一个链接是否都有对应的页面,并且页面之间切换正确。可以使用一些工具,如LinkBotPro、File-AIDCS、HTML Link Validater、Xenu等工具。LinkBotP....
分类:
其他好文 时间:
2014-09-09 12:28:08
阅读次数:
283
LINK With the Entity Framework most of the time SaveChanges() is sufficient. This creates a transaction, or enlists in any ambient transaction, and do...
分类:
其他好文 时间:
2014-09-09 11:59:48
阅读次数:
160
网卡绑定的作用:1、冗余,防止单点故障 2、防止传输瓶颈1.交换机端口绑定:1 system-view2 link-aggregation group 1 mode manual3 4 比如把端口1和2进行绑定5 6 interface Ethernet1/0/1 ...
分类:
系统相关 时间:
2014-09-09 10:57:48
阅读次数:
237
[root@localhost ~]# ifconfigeth0 Link encap:Ethernet HWaddr 00:0C:29:78:F6:12 inet addr:172.17.4.128 Bcast:172.17.4.255 Mask:255.255....
分类:
系统相关 时间:
2014-09-09 10:42:18
阅读次数:
290
1.CSS写入页面的方法有哪些?行内式:直接在标签当中利用style属性来写样式表。内嵌式:将所有的样式表提取出来放到网页头部的style标签当中。链接式:将样式表单独写成一个.css文件,利用link标签在网页头部引用,W3C标准推荐。导入式:利用@import来引入样式表,由于效率等等问题已经被...
分类:
Web程序 时间:
2014-09-09 10:24:48
阅读次数:
402
voiddraw(){
rect(20,20,60,60);
}
voidmousePressed(){
link("http://processingjs.org");
}
link(url);
link(url,target)
分类:
其他好文 时间:
2014-09-09 09:11:08
阅读次数:
185
很多人都碰到过调试器不能连接到STM32的问题,不管是IAR的J-Link还是Keil的ULink,或者是ST的ST-Link。出现这个问题时,调试软件会提示不能建立与Cortex-M3的连接,或提示不能下载程序,或提示找不到要调试的设备等。这样的问题都是发生在调试那些可以在CPU不干预的时候自.....
分类:
其他好文 时间:
2014-09-07 23:45:26
阅读次数:
264
问: a:link/a:visited 为什么优先级比class高? 查看示例:?http://jsbin.com/iRiFUbu/1/ 在Chrome(30.0.1599.69),IE 10,Firefox 25.0上 见到链接是红色(a:link)而不是黄色(.test) 想请问,为什么?请问w3c标...
分类:
Web程序 时间:
2014-09-07 12:23:45
阅读次数:
299
--创建
exec?sp_addlinkedserver???‘SHUA_LINK‘,?‘‘,?‘SQLOLEDB‘,?‘数据库IP‘?
exec?sp_addlinkedsrvlogin??‘SHUA_LINK‘,?‘false‘,null,?‘sa‘,?‘密码‘
--查询
select?top?10?*?from?SHUA_LI...
分类:
数据库 时间:
2014-09-06 22:38:44
阅读次数:
445