先介绍下什么是windows 10 LTSB版本,全称:windows 10 企业版 2015长期服务方案。LTSB根普通版本的区别就是不包含windowsAPPS,也就是应用商店,及开始菜单应用,自然也就没了EDGE,小娜等,所以占用更少的资源。LTSB是给不要功能要稳定的特殊应用环境提供的。不会 ...
<!--强制使用360急速模式--> <meta name="renderer" content="webkit"> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> 第一句强制使用google内核,从而使用极速模式 第二句 ...
分类:
其他好文 时间:
2016-04-06 11:13:33
阅读次数:
164
新建变量 建立模型 设置频率 馈电设置为wire port ,Edge 选中振子,从中心馈电。 设置输入信号 Mesh. run solver。在post feko中查看相关结果 ...
分类:
其他好文 时间:
2016-04-04 14:54:39
阅读次数:
148
API 参考资料: https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol https://developer.microsoft.com/en-us/microsoft-edge/platform/documentation/web ...
分类:
Windows程序 时间:
2016-04-02 16:06:56
阅读次数:
1060
课程复习:通过这几节课的学习,我知道了什么是node,edge,edge pair;明白了什么是分支覆盖和边界值,初步能够能据不同情况分析边界值。 作业:1.P63 7 1)control flow graph 2)令MAXPRIMES=3,t2 = (n = 5)数组越界,而t1 = (n = 3 ...
分类:
其他好文 时间:
2016-03-31 17:00:55
阅读次数:
194
a.Draw a CFG of the printPrimes() method; b. 当MAXPRIMES为3或4时。t2=(n=5)会因为越界而出现fault。但是t1=(n=3)不会出现fault。 c. edge (2,12), n=1 d. i.Node Coverage TR= {1, ...
分类:
其他好文 时间:
2016-03-31 14:37:38
阅读次数:
178
<!DOCTYPE html><html><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>JS拖拽</title> <style> *{padding: 0; mar ...
分类:
编程语言 时间:
2016-03-31 14:24:08
阅读次数:
253
微软Build 2016开发者大会在美国旧金山的莫斯康展览中心开幕。本次大会对一些重点功能进行了完善。如手写笔支持技术Windows Ink、语音识别Cortana应用集(Cortana Collection)、生物识别技术Windows Hello支持Edge浏览器以及将通用应用平台(UWP)扩大 ...
分类:
其他好文 时间:
2016-03-31 10:48:52
阅读次数:
232
node,express开发环境等安装如果已经搞好了。 justhacker@justhacker-ThinkPad-Edge-E440:~/projects/nodejs$ express -e chattingnode create : chattingnode create : chattin ...
分类:
Web程序 时间:
2016-03-31 10:48:31
阅读次数:
183
EXERCISES Section 2.3 7(a)~(d) (a) (b)MAXPRIMES = 4 (c) t = (n = 1) (d) node coverage: TR = {0,1,2,3,4,5,6,7,8,9,10,11,12,13} edge coverage: TR = {(0, ...
分类:
其他好文 时间:
2016-03-30 22:19:58
阅读次数:
230