上一页 1 ··· 50 51 52 53 54 55 56 57 58 ··· 92 下一页
GCC stands for "GNU Compiler Collection", support C,C++,Objective-C,Objective-C++,Java,Fortran, and Ada.Languages Standards Supported by GCC1.C language: a.C89(or ocasionally as C90),To select this standard in GCC,use one of the options '-ansi','-std=c90',or '-std=iso98 Read More
posted @ 2011-06-27 22:35 庚武 Views(577) Comments(0) Diggs(0)
http://files.cnblogs.com/wucg/clipx-windows-%E5%89%AA%E5%88%87%E6%9D%BF%E5%B7%A5%E5%85%B7.zipclipx-windows 剪切板工具 Read More
posted @ 2011-06-25 11:23 庚武 Views(256) Comments(0) Diggs(0)
PureMVC download:http://trac.puremvc.org/PureMVC_AS3/wiki/DownloadsPureMVC Standard for AS3http://trac.puremvc.org/PureMVC_AS3Demo_AS3_Flex_AppSkeletonhttp://trac.puremvc.org/Demo_AS3_Flex_AppSkeleton/wiki/Downloads Read More
posted @ 2011-06-23 16:18 庚武 Views(877) Comments(0) Diggs(0)
from:http://baike.baidu.com/view/52522.htmWPE百科名片WPE(Winsock Packet Editor) 它的中文名称是:网络封包编辑器 在大多数的编程工具中winsock已经封装成一个控件,成为网络编程的控件,是非常方便的,利用这个控件,编程工具就可以编写外挂工具.目录wpe简介wpe版本wpe 文件wpe使用编辑本段wpe简介Wpe工作原理和可行性分析Client/server模式网络游戏,我们的信息全在服务器上面,想从服务器上修改我们的个人用户信息,可能性为微乎其微,客户端安装在你的机器上, 玩游戏的时候,你发出指令,其实就是向服务器发送封包 Read More
posted @ 2011-06-22 13:40 庚武 Views(5180) Comments(1) Diggs(0)
from:Flex与ActionScript3.0程序开发<?xml version="1.0" encoding="utf-8"?><mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" minWidth="955" minHeight="600" width="467" height="486"> <mx:t Read More
posted @ 2011-06-22 10:25 庚武 Views(240) Comments(0) Diggs(0)
http://mysticnomad.wordpress.com/2008/03/21/difference-between-eventtarget-and-eventcurrenttarget-properties-in-an-event-object/In Flex, an event object is created whenever an event is dispatched. The event object has two important properties – event.target and event.currentTarget.The event.target p Read More
posted @ 2011-06-21 15:30 庚武 Views(209) Comments(0) Diggs(0)
http://www.redhat.com/magazine/021jul06/features/apache_axis2/Web services is gaining momentum and many large vendors now offer web services stacks as part of their solution portfolios. The open source world has played a key role in web services by providing some excellent web services stacks that a Read More
posted @ 2011-06-19 11:01 庚武 Views(327) Comments(0) Diggs(0)
Spring: Data access using JDBCThere are a number of options for selecting an approach to form the basis for your JDBC datababse. There are three flavors of the JdbcTemplate, a new "SimpleJdbc" approach takingadvantage of data metadata.1.JdbcTemplate2.NamedParameterJdbcTemplate wraps a Jdbc Read More
posted @ 2011-06-17 17:27 庚武 Views(379) Comments(0) Diggs(0)
1.java代码://Foo.javapackage x.y.service;public class Foo { private int id; private String name; public int getId() { return id; } public void setId(int id) { this.id = id; } public String getName() { return name; } public void setName(String name) { this.name = name; }}//FooService.javapackage x.y.se Read More
posted @ 2011-06-16 18:28 庚武 Views(868) Comments(0) Diggs(0)
http://geronimo.apache.org/index.htmlThe goal of the Geronimo project is to produce a server runtime framework that pulls together the best Open Source alternatives to create runtimes that meet the needs of developers and system administrators. Our most popular distribution is a fully certified Java Read More
posted @ 2011-06-15 14:25 庚武 Views(331) Comments(0) Diggs(0)
上一页 1 ··· 50 51 52 53 54 55 56 57 58 ··· 92 下一页