码迷,mamicode.com
首页 >  
搜索关键字:app    ( 58985个结果
[ExtJS5学习笔记]第十一节 Extjs5MVVM模式下系统登录实例
实例代码使用方法: 1.第一步:使用sencha cmd 创建项目 名称需要注意 输入为oaSystem 我使用的命令如下:sencha -sdk E:\openSrc\ext-5.0.0 generate app oaSystem E:\workspaces\myeclipse2014\csdn 如果不太清楚sencha cmd的命令参数,建议先阅读 http://blog.csdn.net/sushengmiyan/article/details/38313537 2.第二步:使用sencha...
分类:Web程序   时间:2014-08-25 21:16:34    阅读次数:624
How to configure Gzip for JBoss?---refer
Question:I think to try to speed up my Web App by reducing the size of transferred data. For example, in Nginx there is a special module. How to enabl...
分类:其他好文   时间:2014-08-25 20:57:24    阅读次数:246
安卓学习第23课——ratingBar
progressBar这部分相对而言比较简单 package com.example.ratingbar;import android.app.Activity;import android.os.Bundle;import android.widget.ImageView;import ...
分类:移动开发   时间:2014-08-25 19:09:44    阅读次数:270
CWnd与HWND的区别与转换
一、区别HWND是句柄,CWnd是MFC窗体类,CWnd中包含HWND句柄成员对象是m_hWnd.HWND是Windows系统中对所有窗口的一种标识,即窗口句柄。这是一个SDK概念。CWnd是MFC类库中所有窗口类的基类。微软在MFC中将所有窗口的通用操作都封装到了这个类中,如:ShowWindow...
分类:其他好文   时间:2014-08-25 18:59:44    阅读次数:163
安卓学习第22课——seekBar
package com.example.seekbar;import android.app.Activity;import android.os.Bundle;import android.widget.ImageView;import android.widget.See...
分类:移动开发   时间:2014-08-25 18:52:24    阅读次数:149
使用charles proxy for Mac来抓取手机App的网络包
之前做Web项目的时候,经常会使用Fiddler(Windows下)、Charles Proxy(Mac下)来抓包,调试一些东西;现在搞Android App开发,有时候也需要分析手机App的网络请求,包括参数、返回值等。在Mac上也是可以继续使用Charles Proxy来抓Android App...
分类:移动开发   时间:2014-08-25 18:29:04    阅读次数:185
MVC请求 处理 响应【用户登陆】
MVC路由设置  App_Start/RouteConfig.cs using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using System.Web.Routing; namespace Mvclogin { public...
分类:Web程序   时间:2014-08-25 17:05:54    阅读次数:181
Redmine邮件发送功能配置
在目录\apps\redmine\htdocs\config下找到configuration.yml, 打开,修改配置,如下: email_delivery: delivery_method: :async_smtp async_smtp_settings:# delivery_...
分类:其他好文   时间:2014-08-25 16:57:34    阅读次数:207
adb出现read only file system和permission denied问题的解决办法
在使用adb push...或者chmod ...时出现read only file system问题解决办法:>adb shell$su#mount -o remount rw /system (我是要push到/system/app/)#exit$exit>adb push...又有Permis...
分类:数据库   时间:2014-08-25 16:42:14    阅读次数:287
安卓学习第21课——TitlerogressBar
package com.example.titleprogressbar;import android.app.Activity;import android.os.Bundle;import android.view.View;import android.view.Vie...
分类:移动开发   时间:2014-08-25 16:23:34    阅读次数:168
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!