码迷,mamicode.com
首页 >  
搜索关键字:andorid templates    ( 2270个结果
andorid中发送短信页面以及邮件发送
跳转到发送短信页面Uri smsToUri = Uri.parse("smsto://10086");Intent mIntent = new Intent( android.content.Intent.ACTION_SENDTO, smsToUri );startActivity( mInten...
分类:其他好文   时间:2015-05-05 15:56:15    阅读次数:142
hibernate连接数据库
1.新建项目2.新建hibernate.xml框架 右击项目名->MyEclipse->add hibernate3.新建一个对数据库表进行操作的 名字.hbm.xml模块 右击src->new->XML(Basic templates)->(改名字)Next->(create XML...
分类:数据库   时间:2015-05-05 10:22:38    阅读次数:191
Andorid视觉新冲击-Material design语言
【写在前面】 google在2014年 I/O大会上推出了一种新的设计设计语言—Material design,这种设计语言语言旨在为手机、平板电脑、台式机和“其他平台”提供更一致、更广泛的“外观和感觉”(附上官方链接:http://developer.android.com/training/m....
分类:编程语言   时间:2015-05-05 08:49:26    阅读次数:290
yocto系统介绍
The Yocto Project is an open source collaboration project that provides templates, tools and methods to help you create custom Linux-based systems for...
分类:其他好文   时间:2015-05-04 11:47:26    阅读次数:170
Eclipse或Myeclipse注释模板(备用)
Eclipse或者Myeclipse中常用到的开发注释模板,导入IDE中之后,只需要稍微修改下就能使用. <?xmlversion="1.0"encoding="UTF-8"standalone="no"?><templates><templateautoinsert="false"context="delegatecomment_context"deleted="false"description="Commentf..
分类:系统相关   时间:2015-05-03 23:48:16    阅读次数:178
CACTI :使用模板监控本地或其他服务器上的mysql
mysql 的模板,网上都在使用的这个地址http://mysql-cacti-templates.googlecode.com 已经访问不到了 Google找到这个网址: 介绍骗: http://www.percona.com/doc/percona-monitoring-plugins/1.0/cacti/mysql-templates.html 下载页:http://w...
分类:数据库   时间:2015-05-01 12:01:41    阅读次数:193
vs2013update4 vs-mda-remote cordova真机测试ios
1、升级vs2013到update42、下载安装vs_langpack-enu英语语言包3、下载安装vs2013mda目前版本0.3.1如果开发andorid,需要android sdk,ant等如果开发ios,要真机调试,需要安装iTunes公共部分分需要nodejs,cordova,chrome...
分类:移动开发   时间:2015-04-29 18:49:17    阅读次数:3355
JNI实现HelloWorld1
1.下载NDK并解压 2.配置NDK的环境变量 3.打开eclipse,创建一个新项目,右击项目->Android tools->add Native Support...,创建一个.so文件(名字随便取) 4.点击Finish后,我们可以看到在项目的根目录下自动生成了一个JNI文件夹,里面有两个文件Andorid.mk和HelloWorld.cpp, Adnorid.mk是m...
分类:其他好文   时间:2015-04-29 13:36:52    阅读次数:164
jQuery Templates简单使用
插件github地址https://github.com/KanbanSolutions/jquery-tmpl<!DOCTYPEhtml> <html> <headlang="en"> <metacharset="UTF-8"> <title></title> <scripttype="text/javascript"src="../../js/jquery-1.11.2.min.js"></script>..
分类:Web程序   时间:2015-04-29 07:28:35    阅读次数:119
django学习笔记(4)
Part 4: Forms and generic views====> Write a simple form$ edit polls\templates\polls\detail.html{{ question.question_text }}{% if error_message %}{{ e...
分类:其他好文   时间:2015-04-28 18:01:10    阅读次数:157
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!