如下图所示,在modules名称上右键,open modules settings,选择左边的modules,再选择中间的modules名称下的Android,接着选择右边的packaging标签,custom debug keystore即为调试签名文件所在路径...
分类:
其他好文 时间:
2014-11-10 21:51:27
阅读次数:
346
使用npm install -g 'xxx' 之后仍然报Cannot find module 'xxx' 错误,可以通过设置环境变量来解决;Java代码exportNODE_PATH=/usr/local/lib/node_modules/echo$NODE_PATH
分类:
Web程序 时间:
2014-11-07 16:54:10
阅读次数:
171
针对移动端的页面用fis来构建一个例子开发目录设计,采用以模块为核心。开发目录部署目录fis-conf代码/*启动插件*//*fis.config.set('modules.postpackager', 'simple');*/fis.config.set('roadmap.domain', { ....
分类:
其他好文 时间:
2014-11-06 19:42:17
阅读次数:
150
对apache还是一知半解啊,捣鼓了半天,才搞定请求转发这么件小事,还是记下来省的下次抓虾。开启代理,将这两行前面的#去掉LoadModule proxy_module modules/mod_proxy.soLoadModule proxy_http_module modules/mod_prox...
分类:
Web程序 时间:
2014-11-05 17:10:41
阅读次数:
178
1.在nginx.c中设置每一个核心模块的index ngx_max_module = 0; for (i = 0; ngx_modules[i]; i++) { ngx_modules[i]->index = ngx_max_module++; }2.进入函数ngx...
分类:
其他好文 时间:
2014-11-05 14:28:16
阅读次数:
249
使用svn时出现异常:INFO [org.netbeans.modules.subversion]: org.apache.subversion.javahl.ClientException: Previous operation has not finished; run 'cleanup' if...
分类:
编程语言 时间:
2014-11-05 10:49:44
阅读次数:
193
今天android studio跑项目,build了一下,始终跑不起,把gradle和android studio都更新了一下,还是不行, 一直报这个错误 UnsupportedMethodException
?????????Failed?to?set?up?Android?modules...
分类:
移动开发 时间:
2014-11-03 17:54:59
阅读次数:
167
保证自己的Java代码是没有问题的,在IDEA里面是可以正常运行的,然后,按下面步骤:
步骤一:打开File -> Project Structure -> Artifacts,如下图
步骤二:点击“+”,选择“Jar”,选择Empty或From modules with dependencies
步骤三:设置一个主函数入口main class 如图:
完成...
分类:
编程语言 时间:
2014-11-03 14:40:57
阅读次数:
288
1、Hadoop 项目的四大模块
Hadoop Common: The common utilities that support the other Hadoop modules.Hadoop Distributed File System (HDFS?): A distributed file system that provides high-throughput access to...
分类:
其他好文 时间:
2014-11-02 22:38:57
阅读次数:
396
来源:http://www.ido321.com/1123.html
今天get了一招:利用.htaccess文件对PHP网站或文件进行伪静态处理。
一、检查服务器是否支持伪静态处理:
必须要空间支持 Rewrite 以及对站点目录中有 .htaccess 的文件解析,才有效.找到apache安装目录下的httpd.cof文件,去掉LoadModule rewrite_module modules/mod_rewrite.so前面的#(大概在154行,我的默认是开启)
二、在httpd.cof中查找...
分类:
数据库 时间:
2014-11-02 10:52:34
阅读次数:
245