JS简介 NetScape开发了最初的JavaScript语言,一年后微软又模仿JavaScript开发了JScript,为了让JavaScript成为全球标准,几个公司联合ECMA(European Computer Manufacturers Association)组织定制了JavaScrip ...
分类:
Web程序 时间:
2017-09-17 18:45:51
阅读次数:
218
https://nanti.jisuanke.com/t/17122 Barty have a computer, it can do these two things. Add a new string to its memory, the length of this string is eve ...
分类:
其他好文 时间:
2017-09-17 13:48:19
阅读次数:
138
以前看《代码大全2》时看到了如下一句经典台词: “any problem in computer science can be sloved by another layer of indirecition” “计算机科学领域的任何问题都可以通过增加一个中间层来解决” 当时只是觉得好就永远记住了,几 ...
分类:
其他好文 时间:
2017-09-17 13:41:04
阅读次数:
327
1034. Forest Constraints Time Limit: 1 secs, Memory Limit: 32 MB Description In the field of computer science, forest is important and deeply research ...
分类:
其他好文 时间:
2017-09-16 23:23:42
阅读次数:
275
Android Studio电脑不支持HAXM的解决办法 下载amd的system-images Your CPU does not support required features (VT-x or SVM).This computer does not support VT-x. 解决方式:G ...
分类:
移动开发 时间:
2017-09-15 12:07:45
阅读次数:
291
centos系统,使用vnc登陆报错 “The connection was refused by the host computer” 使用以下两个命令解决: [root@mesos-m-02 ~]# rm /tmp/.X11-unix/X2 [root@mesos-m-02 ~]# system ...
分类:
其他好文 时间:
2017-09-14 21:32:55
阅读次数:
217
Yoshimasa Tsuruoka1,*, John McNaught1,2, Jun’ichi Tsujii1,2,3 and Sophia Ananiadou1,2 1 School of Computer Science, The University of Manchester, Manc ...
分类:
其他好文 时间:
2017-09-14 18:43:18
阅读次数:
153
一、定义 避免请求发送者与接收者耦合在一起,让多个对象都有可能接收请求,将这些对象连接成一条链,并且沿着这条链传递请求,直到有对象处理它为止。 主要解决:职责链上的处理者负责处理请求,客户只需要将请求发送到职责链上即可,无须关心请求的处理细节和请求的传递,所以职责链将请求的发送者和请求的处理者解耦了 ...
分类:
其他好文 时间:
2017-09-10 12:36:06
阅读次数:
118
[PSIDE]PeopleSoft PSIDE无法启动因为缺失MSVCR100.dll解决办法 ...
分类:
其他好文 时间:
2017-09-09 20:57:48
阅读次数:
222
一、训练点: 类的方法定义和调用 二、需求: 1) 不使用类和方法 2、使用类的方法,新建一个计算机类Computer和一个测试类Test2 计算机类 测试类: ...
分类:
编程语言 时间:
2017-09-09 11:59:42
阅读次数:
165