python检测不到模块:No module named是因为模块没有在sys.path中,查看sys.path的方法import syssys.path发现确实没有加载到模块。windows的公共环境变量path和用户环境变量path和python的path并不一样,windows的path用来做...
分类:
编程语言 时间:
2015-01-07 12:50:46
阅读次数:
204
Grunt supports the ability to split each task configuration into several separate configurations allowing different task options to accommodate differ...
分类:
其他好文 时间:
2015-01-06 00:47:06
阅读次数:
202
根据 http://www.tuicool.com/articles/7RbU3i ,应该是没有显式地import相关module。 运行exe的时候提示缺什么模块就import什么模块,并在代码里面显示的调用一次http://www.pceworld.com/view/6937505 1、In.....
分类:
其他好文 时间:
2015-01-05 12:33:53
阅读次数:
118
今天在写程序的时候用到了数组的一个方法:[[LetterResultArr objectAtIndex:section] count],按说这只是一个很平常的方法,但是却报了一个错误:Multiple methods named 'count:' found with mismatched resu...
分类:
其他好文 时间:
2015-01-04 21:11:45
阅读次数:
159
今天是2015年的第一个工作日,咱来重磅出击一下。
美国时间2014年12月10日,ArcGIS 10.3正式发布。这是Esri自2012年发布ArcGIS 10.2之后,历时两年的成果结晶。ArcGIS 10.3,隆重推出以用户为中心(Named User)的全新授权模式,超强的三维“内芯”,革新性的桌面GIS应用,可配置的服务器门户,即拿即用的Apps,更多应用开发新选择,数据开...
分类:
Web程序 时间:
2015-01-04 17:07:12
阅读次数:
276
表现如下:Apache:1、The Apache service named reported the following error:>>> (OS 5)拒绝访问。 : httpd.exe: could not open error log fileD:/xxxx/Apache/logs/erro...
分类:
Web程序 时间:
2015-01-04 15:11:07
阅读次数:
255
[root@bebepay/]#yumlistall|grep"^bind"查询与bind开头的相关安装包。yuminstallbind-*安装bind包及其相关子包。[root@bebepay/]#rpm-qa|grep"bind"查询已经安装的bind包。[root@bebepay/]#rpm-qlbind查询bind包安装的路径。安装完成后,主配置文件在/etc/named.conf中,如:..
分类:
其他好文 时间:
2015-01-04 11:37:45
阅读次数:
139
// named function expression var add = function add(a, b) { return a + b; };// anonymous function var add = function (a, b) { return a + b...
分类:
其他好文 时间:
2014-12-30 11:12:37
阅读次数:
122
Bind安装配置及应用 BIND:Berkeley Internet Name Domain ,ISC.org DNS服务的实现: 监听端口:53/UDP , 53/TCP 程序包:bind
服务器程序:named
客户端工具程序:dig,host ,nslookup
[root@stu1 ~]# ...
分类:
其他好文 时间:
2014-12-29 11:48:53
阅读次数:
393
1.检查安装包rpm -qa |grep bind查看调试信息:named -d 3 -f -gRedhat5 DNS服务器配置1.安装服务yum安装bind,bind-chroot,caching-nameserver-…..2.配置全局配置文件vi /var/named/chroot/etc/n...
分类:
其他好文 时间:
2014-12-27 17:31:16
阅读次数:
111