码迷,mamicode.com
首页 >  
搜索关键字:ad permissions tools    ( 25746个结果
ubuntu下配置rails环境遇到的错误
1.Could not find gem 'sqlite3 (>= 0)' in any of the gem sources listed in you r Gemfile 2.ERROR: While executing gem ... (Gem::FilePermissionError) You don't have write permissions into the /usr/local/lib/ruby/gems/1.9.1 director.y 3.rails 3遇到 Could n...
分类:其他好文   时间:2014-06-24 22:18:45    阅读次数:316
前端学习——使用Ajax方式POST JSON数据包
0.前言     本文解释如何使用Jquery中的ajax方法传递JSON数据包,传递的方法使用POST(当然PUT又有时也是一个不错的选择)。POST JSON数据包相比标准的POST格式可读性更好些,层次结构也更清晰。     为了说明问题,前端和后端较为简单,重点突出AJAX的应用。     【前端】——add-post-json.html 图1 ad...
分类:Web程序   时间:2014-06-24 21:52:17    阅读次数:220
hibernate 知识梳理
一.hibernate背景介绍: 作者: Gavin King 分hibernate ORM(for relation db),OGM(for nosql db),hearch,validator,tools..等模块. Hibernate ORM 最新版本 4.4.5.Fianal. 架构...
分类:系统相关   时间:2014-06-24 15:18:55    阅读次数:220
STM32F103频率和AD采集项目总结
嵌入式编程经验教训总结...
分类:其他好文   时间:2014-06-22 20:07:21    阅读次数:213
Android Ubuntu平台下ADB驱动的安装
在Android平台下做开发,adb总是需要使用到的,同时,因为linux没有windows这样操作傻瓜化,有些东西还是需要自行设置的,否则将会连接不上。      关于这些内容,google也有一定的描述,可以参考http://developer.android.com/tools/device.html 1. 确保设备已经连接正常      首先需要取得root权限,这个没啥说的。然后用...
分类:移动开发   时间:2014-06-22 19:47:37    阅读次数:258
Android Studio升级后工程Build failed.
升级后: android studio 0.6.0 build tools 19.1.0 Android SDK tools 22.6.4. 错误信息: Error Info Error:(11) Error parsing XML: not well-formed (invalid token) Error:(11) Execution failed for task ':proc...
分类:移动开发   时间:2014-06-22 19:31:38    阅读次数:276
mac eclipse svn subeclipse: Failed to load JavaHL Library.
Failed to load JavaHL Library. These are the errors that were encountered: no libsvnjavahl-1 in java.library.path no svnjavahl-1 in java.library.path no svnjavahl in java.library.path java.libr...
分类:编程语言   时间:2014-06-22 18:49:58    阅读次数:342
SVN:This client is too old to work with working copy…解决办法
解决svn:This client is too old问题      1、下载官方的python文件 http://svn.apache.org/repos/asf/subversion/trunk/tools/client-side/change-svn-wc-format.py 2、下载安装python,执行python文件时有用 ,下载地址:http://code.go...
分类:其他好文   时间:2014-06-22 18:36:10    阅读次数:354
赵雅智_Android案例_刮刮乐
实现效果 主要代码 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:lay...
分类:移动开发   时间:2014-06-22 15:08:24    阅读次数:314
android基础之LinearLayout布局
LinearLayout布局:<?xmlversion="1.0"encoding="utf-8"?><LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"androi..
分类:移动开发   时间:2014-06-21 19:17:45    阅读次数:239
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!