针对JVM的模板解释器,研究:
字节码的resolve过程。...
分类:
其他好文 时间:
2015-08-03 06:46:18
阅读次数:
130
第零步 链式化 new Promise返回一个新空间P1, P1里面有匿名函数function(resolve){resolve(1);}) 和 匿名函数 function(info){ ...
分类:
其他好文 时间:
2015-08-01 00:49:25
阅读次数:
143
转载:http://www.91pen.net/linux-system-set-up-to-resolve-the-alias-command-to-restart-after-failure-problem.html在使用linux系统的过程中,大多数情况下都是在字符界面下进行的。有些比较长的命...
分类:
系统相关 时间:
2015-07-27 18:37:06
阅读次数:
220
Oracle 10g ORA-12154: TNS: could not resolve the connect identifier specified 问题解决!
我同事遇到的问题。
用户名/密码 登录没问题。
用户名/密码@Orcl 报错,提示如标题。
我建议他看看是不是电脑上有多个sqlplus.exe。检查的结果:有两个。后来他在path路径的目录改成服务端,就好了。...
分类:
数据库 时间:
2015-07-27 13:14:13
阅读次数:
153
我们知道deferred.resolve()、deferred.reject()、deferred.notify()可以指定参数值,这个参数会传递给相应状态下的回调函数。如果我们使用的是done()、fail()、progress()注册的回调函数,那么某个状态下的所有回调函数得到的都是相同参数。但是如果我们使用了then()注册回调函数,那么第一回调函数的返回值将作为第二个回调函数的参数,同样的第二个函数的返回值是第三个回调函数的参数。...
分类:
Web程序 时间:
2015-07-26 19:21:21
阅读次数:
157
今天 git push 的时候报如下错误:ssh: Could not resolve hostname gitcafe.com: nodename nor servname provided, or not knownfatal: Could not read from remote reposi...
分类:
其他好文 时间:
2015-07-20 21:32:52
阅读次数:
601
在IDEA 的子 Maven Module 中使用 compile 进行编译, 一开始提示从私有远程仓库找不到 pom, 再次进行编译提示Could not resolve dependencies for project ......解决方法是 首先将 Parent Module(root 项目)...
分类:
编程语言 时间:
2015-07-18 12:20:19
阅读次数:
177
安装svn的时候,发现报错说一个地址无法访问。
# yum list | grep subversion
http://opensource.wandisco.com/centos/7/svn-1.8/RPMS/x86_64/repodata/repomd.xml: [Errno 14] curl#6 - "Couldn't resolve host 'opensource.wandisco....
分类:
Web程序 时间:
2015-07-15 19:22:39
阅读次数:
2031
'alert' or 'console' was used before it was defined. How to resolve?add two lines:/*jslint browser: true *//*jslint browser: true, devel: true */xxxxx...
分类:
其他好文 时间:
2015-07-15 14:36:14
阅读次数:
87
方法,网上的办法是在my.ini的“[mysqld]”下面加入一行“skip-name-resolve”,就像这样:然后保存并重启mysql服务即可。service mysqld restart所谓反向解析是这样的:mysql接收到连接请求后,获得的是客户端的ip,为了更好的匹配mysql.user...
分类:
数据库 时间:
2015-07-12 18:51:40
阅读次数:
172