seajs 2.2.1在config文件中preload一次jquery,就可以在整个项目中使用jquery。如下:seajs.on('exec', function(module) { if (module.uri === seajs.resolve('jquery')) { win...
分类:
Web程序 时间:
2014-07-29 13:35:28
阅读次数:
238
SAS Program的错误主要有三类:Programing Logic Errors(How to identify and resolve);Syntax errors(How to recogize anc correct);Data errors(How to examine and res...
分类:
其他好文 时间:
2014-07-26 01:44:46
阅读次数:
253
1:Maven命令下载源码和javadocs当在IDE中使用Maven时如果想要看引用的jar包中类的源码和javadoc需要通过maven命令下载这些源码,然后再进行引入,通过mvn命令能够容易的达到这个目的:mvn dependency:sourcesmvn dependency:resolve...
分类:
编程语言 时间:
2014-07-25 14:01:31
阅读次数:
223
目标:局域网的人访问某个域名时,拦截下来到指定的ip,做缓存节省带宽 配置: 1;>yum install dnsmasq -y 2 ; >vi /etc/dnsmasq.conf resolve-file=/etc/dnsmasq.resolv.conf addn-hosts=/etc/dnsmasq.hosts r...
分类:
其他好文 时间:
2014-07-25 11:39:31
阅读次数:
866
140724 18:44:55 [Warning] IP address '61.143.209.110' could not be resolved: Temporary failure in name resolution
问题产生的原因:
出现错误的原因是MYSQL Server在本地内存中维护了一个非本地的Client TCP cache,这个cache中包含了远程Client的登录信息,比如IP地址,hostname等信息。
如果Client连接到服务器后,Mysql首先会在本地TCP池中根据I...
分类:
其他好文 时间:
2014-07-25 11:06:31
阅读次数:
199
本文详细介绍了Spark SQL的Catalyst里,Analyzer是如何Sql parser的解析的UnResolved逻辑计划,进行resolve的。...
分类:
数据库 时间:
2014-07-22 14:49:52
阅读次数:
396
当从网上下载一个Android项目打开的时候,有可能就会报错:Unabletoresolvetarget‘GoogleInc.:GoogleAPIs:8‘这是由于项目的target使用的是Google的API,但我们的Eclipse中并没有装相应的SDK包,系统查找不到自然就报错了,自己也遇到过这个问题,现在把解决方法写出来给一些遇..
Reinstall MSDTCThe system reported an unexpected error condition. You can resolve this condition by uninstalling and then reinstalling the Microsoft D...
重新装完Ecplise+ATD+Android SDK 在Ecplise工作空间导入之前写过的Android项目会出现错误,大部分是SDK 版本不符,如下错误提示:
Error:Unable to resolve target android-19
如图:
解决办法:修改工程目录下的project.properties文件里的内容target=android-...
分类:
移动开发 时间:
2014-07-13 15:53:44
阅读次数:
260
//Situation System prompts that:"wget: unable to resolve host address".//Analysis Unable to resolve host address means the problem of DNS(Domain Nam.....
分类:
其他好文 时间:
2014-07-11 22:31:13
阅读次数:
187