参考: http://developer.android.com/tools/device.html lsusb Bus 001 Device 004: ID 18d1:9025 Google Inc. vi /etc/udev/rules.d/80-android.rules SUBSYSTEMS...
分类:
移动开发 时间:
2014-11-14 17:38:35
阅读次数:
179
iOS5.1+之后跳转setting页面的方式都失效了,不过在iOS8苹果有提供了一个键值允许app跳转到setting页面,具体代码如下:NSURL *url = [NSURL URLWithString:UIApplicationOpenSettingsURLString]; if ([[UI....
分类:
移动开发 时间:
2014-11-13 18:22:27
阅读次数:
408
一.配置Maven环境
1.下载apache-maven文件,选择自己需要的版本,地址:http://mirrors.cnnic.cn/apache/maven/maven-3/3.2.3/binaries/apache-maven-3.2.3-bin.zip
2.解压1所下载文件,本人解压到:D:\Software_IDE\apache-maven-3.0.4
3.配置Maven环境变量
a. MAVEN_HOME:D:\Software_IDE\apache-maven-3.0.4
b.PATH:%...
分类:
系统相关 时间:
2014-11-13 16:49:08
阅读次数:
260
Warning: phpinfo(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_...
分类:
Web程序 时间:
2014-11-13 16:21:53
阅读次数:
758
将myeclipse创建项目的项目导入eclipse的时候,启动tomcat的时候项目会报如下错误,导致无法正常运行: ????警告:[SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property‘source‘ to ‘o...
分类:
系统相关 时间:
2014-11-13 14:49:28
阅读次数:
339
虽然不影响程序运行,但是会报错警告警告: Error setting expression 'html.login' with value '[Ljava.lang.String;@133cdbd'ognl.OgnlException: target is null for setProperty(...
分类:
数据库 时间:
2014-11-12 19:43:13
阅读次数:
277
python迭代器:iterator=iter(obj)iterator.next()python函数:deffunction(*args):传元组列表参数。deffunction(**args):传字典列表参数。Django时区设置:setting.py里面的time_zone=Asian/ShanghaiPostgreSQL时区设置:postgres.conf配置文件修改time_zone=Asian/Shanghaipy..
分类:
编程语言 时间:
2014-11-11 23:00:21
阅读次数:
237
$(document).ready(function(){ var Index = { init:function(){ var setting = { treeId:'tree' }; ...
分类:
其他好文 时间:
2014-11-09 17:47:05
阅读次数:
161
Android系统Setting程序中对于语言设置这块的内容。具体位置有以下两处: 1)、设置显示语言:Settings -> Language & keyboard -> Select language 2)、设置输入语言:Settings -> Language & keyboard -...
分类:
移动开发 时间:
2014-11-07 18:57:42
阅读次数:
1121
IntelliJ IDEA在Make Project时提示了很多错误,什么未结束的字符串子面量、非法的表达示开始……
解决方法是修改File Encoding,修改方法:File > Setting > File Encoding,将IDE Encoding和Project Encoding 都设置为UTF-8,如下图:
错误信息:
Error:(48, 48...
分类:
其他好文 时间:
2014-11-07 17:09:31
阅读次数:
211