背景5.1 号开始 App 审核开始强制支持 iPhone5,并禁止使用 UDID。问题上传 app 后一直处于 Invalid Binary 状态,并且收到一封邮件说 Non-public API usage解决思路查了下苹果开发者论坛,主要从这几个方面入手:第三方的 libraries/fram...
分类:
移动开发 时间:
2014-07-22 22:55:36
阅读次数:
193
之前关于OBB的内容:Android上使用native IO最近工作中的问题笔记工作记录[续] android OBB自从用了Java来mount OBB, 再也没有遇到挂载的问题.但最近在LG Nexus5 和LG G2上测试, 发现某个大约30K文件的文件, 一次性读取出来以后, 处理会报错.最...
分类:
其他好文 时间:
2014-07-17 00:58:34
阅读次数:
344
2.有关磁盘空间的命令:(1)mount命令:mount命令的功能是挂上文件系统,mount命令必须由root用户执行。 mount -t 设备类型 存放目录 或者 mount IP地址://所提供的目录 存放目录。必须在存放之前建好这个目录。(2)umount命令:是卸下已挂上的文件系统,在关闭系...
分类:
系统相关 时间:
2014-07-16 17:50:37
阅读次数:
307
linux 上使用外接设备(光驱) 安装和更新库...
分类:
系统相关 时间:
2014-07-16 10:18:12
阅读次数:
267
1、查看某用户的表权限select*frominformation_schema.table_privilegeswheregrantee=‘user_name‘;2、查看usage权限表select*frominformation_schema.usage_privilegeswheregrantee=‘user_name‘;3、查看存储过程函数相关权限表select*frominformation_schema.routine_privilege..
分类:
数据库 时间:
2014-07-15 11:01:54
阅读次数:
916
[root@localhostLiveOS]#mountsquashfs.img/mnt/squashfs/mount:/mnt/sdb1/iso/LiveOS/squashfs.imgisnotablockdevice(maybetry`-oloop‘?)[root@localhostLiveOS]#mount-oloop/mnt/squashfs/mount:can‘tfind/mnt/squashfs/in/etc/fstabor/etc/mtab[root@localhostLiveOS]#mount..
分类:
其他好文 时间:
2014-07-15 10:53:58
阅读次数:
870
[root@Server3Learn]#catuseradd-final.sh
#!/bin/bash
#
DEBUG=0
ADD=0
DEL=0
help(){
echo"Usage:$(basename$0)-v|--verbose|--adduser1,user2,...|--deluser1,user2,...|-h|--help"
}
while[$#-ne0]
do
case$1in
-h|--help)
help
exit0
;;
-v|--verbose)
DEBUG=1
shi..
分类:
其他好文 时间:
2014-07-14 16:25:52
阅读次数:
230
1、错误描述
usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [ -nonaming ] { -help | start | stop }
2014-7-13 18:02:58 org.apache.catalina.core.AprLifecycleListener init
信息: Loaded...
分类:
编程语言 时间:
2014-07-14 13:27:33
阅读次数:
314
一.代码部分1.最简单:FragmentTabHost + Fragmenthttp://download.csdn.net/detail/mountain3th/76301232.略复杂:TabHost + Fragmenthttp://download.csdn.net/detail/mount...
分类:
其他好文 时间:
2014-07-14 10:24:54
阅读次数:
250
安装文件:Quartus-13.0.0.156-linux.iso Quartus-13.0.0.156-devices-1.iso1、挂载:sudo mount -o loopQuartus-13.0.0.156-linux.iso /media/mnt //mnt 提前建立好2、直接...
分类:
其他好文 时间:
2014-07-13 19:29:53
阅读次数:
355