码迷,mamicode.com
首页 >  
搜索关键字:email extension plugin    ( 13713个结果
js获取ajax返回值
z = $.ajax({url:"__URL__/add/",type:'POST',dataType:"json",async:false,cache:false,data:"step=ajax&ajax_type=checkEmail&email="+email,}).responseText;...
分类:Web程序   时间:2014-07-22 23:05:52    阅读次数:374
Ubuntu 14.04 Android 使用Maven二 创建自己的Maven工程
根据https://code.google.com/p/maven-android-plugin/wiki/GettingStarted 介绍,有两种方法可以创建Maven工程。第一种方法是用archetype, 但是我使用了之后,发现archetype产生的项目编译时有一个依赖找不到,不管了,先换其他方法。第二种方法就是使用android命令行创建项目,然后复制例子代码工程的pom文件并修改,U...
分类:移动开发   时间:2014-07-22 23:05:32    阅读次数:410
eclipse中安装tomcat插件
一、软件下载Eclipse3.6 IDE for Java EE Developers: 下载地址:http://eclipse.org/downloads/Tomcat Eclipse Plugin, 下载地址:http://www.eclipsetotale.com/tomcatPlugin.h...
分类:系统相关   时间:2014-05-01 22:38:42    阅读次数:584
Cocos2d-x3.0 Button
Size widgetSize = Director::getInstance()->getWinSize(); Text* alert = Text::create("Layout", "fonts/Marker Felt.ttf", 30 ); alert->setColor(Color3B(159, 168, 176)); a...
分类:其他好文   时间:2014-05-01 21:53:45    阅读次数:461
cocos2d-x3.0 RichText
.h RichText* _richText; void touchEvent(Ref *pSender, TouchEventType type);...
分类:其他好文   时间:2014-05-01 18:18:40    阅读次数:522
Cocos2d3.0 CheckBox
.h Text* _displayValueLabel; void selectedEvent(Ref* pSender,CheckBoxEventType type); .cpp  init()函数 _touchGroup = Layer::create(); addChild(_touchGroup); Size winSize = ...
分类:其他好文   时间:2014-05-01 17:18:48    阅读次数:453
Ubuntu 14.04 Android 使用Maven一 使用例子工程
前文描述的是在SDK下用Ant开发, 本文在此基础上尝试用Maven开发。这里需要用到maven-android-plugin。本文主要参考官方文档: https://code.google.com/p/maven-android-plugin/wiki/GettingStarted首先从这里下载例子工程:https://code.google.com/p/maven-android-plugin...
分类:移动开发   时间:2014-04-30 22:31:40    阅读次数:412
Cocos2d-x3.0 LoadingBar
.h中添加 int _count; Layout* layout; void update(float delta); layout = Layout::create(); layout->setSize(Size(widgetSize.width, widgetSize.height));...
分类:其他好文   时间:2014-04-30 22:28:39    阅读次数:401
Cocos2d-x Layout简单使用
1、 Text* alert = Text::create("Layout", "fonts/Marker Felt.ttf", 30 ); alert->setColor(Color3B(159, 168, 176)); alert->setPosition(Point(widgetSize.width / 2.0f,...
分类:其他好文   时间:2014-04-30 22:23:38    阅读次数:421
第一个 Python 程序 - Email Manager Demo
看了一些基础的 Python 入门教程后,深深感觉到 Python 的简洁与强大,这是我的第一个 Python Demo。以下是完整代码与运行截图。 代码: # encoding: utf-8 ''' @author: Techzero @email: techzero@163.com @time: 2014-4-30 下午1:31:04 ''' import os import sys im...
分类:编程语言   时间:2014-04-30 22:18:39    阅读次数:433
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!