webdav不识别软链接?解决办法? 在使用webdav实现公网存储共享的时候,发现webdav并不支持软链接的共享,如下源代码可以100%确定这个问题 /* ### for now, only process regular files (e.g. skip symlinks) */ if (S_ISREG(fsctx->info1.finfo.st_mode)) { 然而实验室平台的存储目录都是使用软链接组织在一起的,这个问题将导致公网上挂载存储目录的时候看不见一些很重要的目录. (使用ap…
虚拟机中不能连接usb设备解决办法 1.点击开始->运行,在对话框中输入"services.msc",确定,打开windows服务管理器.2.在服务列表中选中"VMware USB Arbitration Service",双击打开属性对话框,再选择"启动",就能启动VMware USB Arbitration Service服务了.3.关闭VMware软件,并重新打开,启动一个虚拟机,进入系统之后VMware就会提示发现USB设备.如果要…
刚接触到移动开发,很多不熟悉.配置好Android SDK后,如果用模拟器来调试程序的话,那速度会让人崩溃,我用的Nexus7平板,插上电脑,开启USB调试,但奇怪在Delphi里就是找不到设备.查看官方文档后,找到解决办法.首先确认Android SDK Manager 里Extral中的google usb driver是否有安装,然后在电脑的“设备管理器”里,找到android设备,"更新驱动程序“,驱动路径就是google usb driver的安装路径.搞定.…
今天上午着手将一个unity3d开发的小游戏build到android手机上运行,结果遇到了不少问题. 首先遇到的第一个问题是在build到一半的时候,弹出如下报错: Error building Player: UnityException: No platforms found Android SDK does not include any platforms! Did you run Android SDK setup to install the platform(s)? Minimu…
reference to : http://blog.csdn.net/hbwindy/article/details/51326019 reference to : http://blog.csdn.net/yangqingqo/article/details/48214865 今天在写网络连接的时候发现API 23中居然找不到HttpClient,官方文档似乎是这样说的. This interface was deprecated in API level 22. Please use op…
在Android模拟器上安装apk的时候出现 INSTALL_FAILED_NO_MATCHING_ABIS 这个错误提示的解决办法. 是由于使用了native libraries .该native libraries 不支持当前的cpu的体系结构. INSTALL_FAILED_NO_MATCHING_ABIS is when you are trying to install an app that has native libraries and it doesn't have a n…
Most of the people who work with Xamarin’s Mono for Android in Visual Studio 2012 face a bug where Intellisense doesn’t work for AXML in source view. One of the fix which worked for me is mentioned below. Launch Visual Studio 2012 Open a solution wit…
1.Unable to get view server version from device exlipse下编写好android应用程序时候,右键项目 run as android application 弹出一对话框说出现问题 点击详细说 空指针异常.打开ddms模式,里面提示 Unable to get view server version from device emulator-5554 ,此时我的android模拟器是运行着的.解决办法:删除工作空间中的.metadata 文件夹…
Name: Nexus_S_API_21 CPU/ABI: ARM (armeabi) Path: H:\Users\Pavkoo\.android\avd\Nexus_S_API_21.avd Error: Failed to parse properties from H:\Users\Pavkoo\.android\avd\Nexus_S_API_21.avd\config.ini 导致原因: Android Studio 安装 和 Sdk的安装位置不在同一个盘符下面,要么都在C盘,要么都…