序 在高效建立健壮的Android应用-Maven Android 开发文中提到,Maven in Android 听起来很牛逼,你是不是很想马上弄个HelloWorld,但是你可能要懊恼了,因为你马上回碰到Project build error: Unknown packaging: a...
分类:
移动开发 时间:
2015-09-21 10:42:18
阅读次数:
268
读取.properties 文件 配置文件的一种,内容以键值对的形式存在,且每个键值对独占一行。#号作为行注释的起始标志,中文注释会自动进行unicode编码。示例:# ip and port of server socketip=127.0.0.1port=9999# error messagem...
分类:
其他好文 时间:
2015-09-21 00:02:10
阅读次数:
271
platform :ios, '7.0'pod "AFNetworking", "~> 2.0"pods 文件原来是这样。在用了xctest之后,就报错了:AFNetworking Cause Error while using XCTest in Xcode5。要在中间加一句:link_with ...
分类:
移动开发 时间:
2015-09-20 23:59:44
阅读次数:
532
学习PHP不久,有很多小细节上的问题。在此处记录下来。今天编写一个简单的用户注册,并在原页面显示信息的小程序。在本地apach调试后能够正常显示,但是当我把源码放在另一个服务器上后,再通过域名进行访问的时候无法正常显示页面。并出现了如下错误:Parse error: syntax error, un...
分类:
Web程序 时间:
2015-09-20 23:47:38
阅读次数:
250
有时候一些windows下处理不当的sh脚本文件放到linux下执行报错, 提示存在换行符,原因主要就是window下EOL行结束是"\r\n"两个字符, 而linux,unix下是"\n"单字符。 以下vim命令做确认 :e?++ff=unix?%????...
分类:
系统相关 时间:
2015-09-20 22:30:23
阅读次数:
213
gou.jpg// [type] => image/jpeg// [tmp_name] => D:\wamp\tmp\php311F.tmp// [error] => 0// [size] => 9488//)class upLoad{ private $_arr; ...
分类:
Web程序 时间:
2015-09-20 20:43:51
阅读次数:
141
1、错误描述2015-09-20 17:08:36 [localhost-startStop-1] WARN org.apache.cxf.bus.spring.BusApplicationContext - Exception encountered during context initialization - cancelling refresh attempt
org.springfra...
分类:
Web程序 时间:
2015-09-20 19:17:59
阅读次数:
391
#http://logging.apache.org/log4j/1.2/manual.html #http://logging.apache.org/log4j/1.2/apidocs/index.html #DEBUG < INFO < WARN < ERROR < FATAL log4j.debug=true log4j.rootLogger=DEBUG,Console log4j.l...
分类:
其他好文 时间:
2015-09-20 17:52:29
阅读次数:
139
解决办法:只需要将http://github-windows.s3.amazonaws.com/GitHub.applicationhttp改为https,然后在IE上打开,安装即可问题如下前段时间重装windows后,github就用不了,现在想重装,一直遇到一个问题。提示如下an error o...
想用php生成一个mysql数据字典导出来,用到下面代码会$mysql_conn = mysql_connect ( "$dbserver", "$dbusername", "$dbpassword" ) or die ( "Mysql connect is error." );在php5.5.12...
分类:
数据库 时间:
2015-09-20 11:51:35
阅读次数:
589