码迷,mamicode.com
首页 >  
搜索关键字:asp.net application    ( 14554个结果
Android-第一天
1.google2.application->application framework->libraries(调用关系)3.strings.xml 是全局字符串的配置文件4.ADT(Android Development Tools):其中DDMS是测试插件5.Android DDMS 中的日志输...
分类:移动开发   时间:2014-05-16 23:16:17    阅读次数:311
Sample Ant Build File - WAR--reference
I am using the Spring SimpleFormControllerexampleto illustrate the build process. The figure below shows the structure of the web application.All the ...
分类:其他好文   时间:2014-05-16 22:32:09    阅读次数:402
Workflow:实现一个简单的审批流程
1. 创建一个空白的项目,在其中创建Host – Windows Console Application,Client – Windows forms Application和DataExchangeWorkflows – Activity Library这三个项目。创建后应该结构类似于下图:2. ...
分类:其他好文   时间:2014-05-16 19:13:25    阅读次数:895
C++ DLL 获取 MSI Property
VS2010 创建 C++, Win32 DLL工程C-TEST。Stdafx.h中,在之后 添加引用。#include #include C-TEST.cpp// C-TEST.cpp : Defines the exported functions for the DLL application...
分类:编程语言   时间:2014-05-16 18:34:22    阅读次数:408
常用Application Server
综述,我们这里列出的application server应用服务器,主要是对servlet和JSP提供了良好的支持;[resin][Tomcat][jboss]community.jboss.org yum install java-1.6.0-openjdk-develwget http://do...
分类:移动开发   时间:2014-05-16 18:15:59    阅读次数:317
AJAX乱码解决新方法
用过AJAX的朋友肯定知道javascript是使用UTF-8国际编码,即每个汉字用3个字节来存储,但是这就造成了用AJAX来send数据的时候出现乱码。有一种解决办法就是使用encodeURIComponent加上修改Content-Type为application/x-www-form-urle...
分类:其他好文   时间:2014-05-16 09:45:00    阅读次数:361
WPF调用外部程序
想通过main()函数传递参数,先重载下面的OnStartup() public partial class App : Application { public static string args0; protected override void OnStar...
分类:其他好文   时间:2014-05-16 09:01:55    阅读次数:561
计算机网络 笔记1
1:what is computer networks? network core :routers 和 network of networks2:各个层次的点Application Layer 应用层 HTTP 、file transfer :FTP、电子邮件、DNS、P2P app...
分类:其他好文   时间:2014-05-16 06:51:19    阅读次数:259
WPF Application Framework (WAF)
ViewModel:public abstract class ViewModel : ViewModel where TView : IView
分类:移动开发   时间:2014-05-16 05:28:25    阅读次数:266
win32 Application 和Win32 Console Application 的区别
Win32 Application和Win32 Console Application 都是工作在32位Windows环境的程序。其中Win32 Application 就是普通的常见的窗口应用程序,当然有的界面做得比较个性化,比如圆形的、不规则形状的…… 它们都是所谓的GUI(Graphics U...
分类:移动开发   时间:2014-05-15 16:09:42    阅读次数:436
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!