码迷,mamicode.com
首页 >  
搜索关键字:application framewor    ( 14652个结果
Struts2框架之application、Request、Response、paramaters、Session实现及理解(案例驱动)
【案例】、请用struts2开源框架实现如下功能: 注解:下文中所提及的源目录文件,为struts源代码下载文件(本文用的代码为:struts-2.3.15.1)后,\struts-2.3.15.1\apps\struts2-blank.war项目解压的文件 步骤一:创建一个Web工程(struts2--2) 步骤二:将原生态的struts中的jar包(\struts2-blank\...
分类:移动开发   时间:2014-06-05 02:46:56    阅读次数:587
ContentType是否区分大小写?
ContentType控制着web输出的类型,但是否区分大小写呢? 例如: context.Response.ContentType = "application/json"; context.Response.ContentType = "application/Json";  是否相同呢?   本来运行完全没有问题的代码,前台代码: $.ajax({ type:...
分类:其他好文   时间:2014-06-05 00:31:01    阅读次数:319
TI_DSP_corePac_带宽管理 - 1.1(原理)
There is no systematic design for shared resource access priority in platform side, and there is no interface provided by platform that can be used by application to do bandwidth management optimizat...
分类:其他好文   时间:2014-06-03 04:54:35    阅读次数:262
socket.io+angular.js+express.js做个聊天应用(二)
接着上一篇 我用的开发工具是sublime  打开之前创建的工程。 打开www 修改并添加代码 #!/usr/bin/env node var debug = require('debug')('my-application'); var app = require('../app'); var io=require("socket.io").li...
分类:Web程序   时间:2014-06-03 04:02:54    阅读次数:308
Add admob advertisement for Google Play Service
Google Player Service replace GoogleAdMobAdsSdk-6.4.1, new method to add admob for android application....
分类:其他好文   时间:2014-06-03 01:49:10    阅读次数:384
ios开发中iphone模拟器中程序文件和数据库的存放位置
1.使用命令: chflags nohidden ~/library/ 使隐藏的资源库文件夹显示出来。如果想要隐藏掉,使用:chflags hidden ~/library/  2.finder中找到:用户->mwsn(这是我的用户名)->资源库->Application Support->iPhone Simulator->7.0(根据你的版本确定是哪个)->Applications 里面...
分类:移动开发   时间:2014-06-03 01:40:08    阅读次数:288
VBScripts and UAC elevation(visa以后的系统)
这两天因为工作需要,在写一些vbs的脚本,才知道,vbs不能像其他可执行文件一样,在 需要提升访问权限时,弹出UAC窗口,那么,如何通过UAC提升vbs脚本的访问权限呢? 查了一些资料,将结果整理一下: 第一种: If WScript.Arguments.length =0 Then Set objShell = CreateObject("Shell.Application") '...
分类:其他好文   时间:2014-06-03 00:18:37    阅读次数:305
[Cocoa-4th] Chapter6 - NSTableView表格增删改 (详尽介绍2)
[Cocoa-4th] Chapter6 - NSTableView表格增删改 (详尽介绍2) 功能如上:NSTableView表格增删改  STEP1 Open XCode Ver4.6  New Application  在xib控件界面上加入一些控件,如图: STEP2 新建类:NSObject子类,命名为: Table_DS_Main 注意:添加协议NSTab...
分类:其他好文   时间:2014-06-02 23:02:23    阅读次数:396
[Android_Bug]处理PhoneGap Application Error: "The connection to the server was unsuccessful.(file:///android_asset/www/index.html)"的错误
android 在log中提示TimeOut Error后,应用程序弹出application errorthe connection to the server was unsuccessful 的错误的处理方法:第一步找到项目中res/xml目录下的config.xml,把你的外网的域名地址添加...
分类:移动开发   时间:2014-06-02 22:24:37    阅读次数:361
Workflow_工作流的基本概念(概念)
1. Workflow Builder的默认访问级别是100,以下是Oracle对访问级别的一个大致分类:0-9 OracleWorkflow10-19 Oracle Application Object Library20-99 Oracle Application Development100-...
分类:其他好文   时间:2014-06-02 21:55:12    阅读次数:466
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!