04 2016 档案

img 在层内 居中显示
摘要:div{width:250px;height:150px;background:#000;position:relative;} img{width:150px;position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;} 阅读全文

posted @ 2016-04-28 20:13 .carl 阅读(169) 评论(0) 推荐(0) 编辑

oracle 表空间使用情况
摘要:--表空间使用情况 SELECT a.tablespace_name "表空间名", round(total/1024/1024,2) "表空间大小", round(free/1024/1024,2) "表空间剩余大小", round(( total - free )/1024/1024,2) "表 阅读全文

posted @ 2016-04-19 13:42 .carl 阅读(171) 评论(0) 推荐(0) 编辑

windows 我的电脑右键 无法打开管理窗口
摘要:保存成reg文件,执行一下就好了。 阅读全文

posted @ 2016-04-07 18:27 .carl 阅读(280) 评论(0) 推荐(0) 编辑

winrar 位置不可用
摘要:系统:win8.1 winrar: 5.31 x64 C:\WINDOWS\system32\config\systemprofile\Desktop位置不可用。 解决: 在C:\Windows\System32\config\systemprofile\目录下新建Desktop文件夹。 阅读全文

posted @ 2016-04-07 18:15 .carl 阅读(222) 评论(0) 推荐(0) 编辑

windows msi 2503 2502错误
摘要:我的系统是windows 8.1 在安装和卸载msi程序的时候会报2503 2502错误。 网上那些说改组策略什么的,都试了,没用。 临时提权也试了,安装的时候可用,但卸载的时候就用不上了。 用下面的方法解决了: 给用户组temp文件夹读写权限就好了。 阅读全文

posted @ 2016-04-05 10:42 .carl 阅读(176) 评论(0) 推荐(0) 编辑

location of the android sdk has not been setup in the preferences
摘要:点eclipse的android virtual device manager提示错误:error:location of the android sdk has not been setup in the preferences。 1、确认你的sdk路径指向正确。 2、升级你的adt版本/卸了重装 阅读全文

posted @ 2016-04-01 16:42 .carl 阅读(15638) 评论(0) 推荐(0) 编辑

java.lang.IllegalArgumentException: No configs match configSpec错误解决办法
摘要:在使用cocos2d-x开发Android项目时,使用Eclipse + ADT运行模拟器时出现以下错误: Process: com.louis, PID: 825java.lang.IllegalArgumentException: No configs match configSpecat an 阅读全文

posted @ 2016-04-01 16:15 .carl 阅读(636) 评论(0) 推荐(0) 编辑

导航

点击右上角即可分享
微信分享提示