码迷,mamicode.com
首页 >  
搜索关键字:classes    ( 3495个结果
WebSokcet之ServerEndPoint
WebSocket是JavaEE7新支持的:The javax.websocket.server package contains annotations, classes, and interfaces to create and configure server endpoints.Javax....
分类:Web程序   时间:2014-07-29 17:16:52    阅读次数:337
(校赛) URAL 1993 This cheeseburger you don't need
Master Yoda is the oldest member of the Jedi Council. He conducts preparatory classes of little Younglings up to the moment they get a mentor. All Younglings adore master Yoda and they hope to grow...
分类:其他好文   时间:2014-07-29 14:59:48    阅读次数:266
从svn下载web项目,一启动就报错
从svn下载web项目,一启动就报xxx类找不到,但是这个类确实存在项目中,其它同事也用这个项目却可以用。为什么我的不能用呢? 最后发现原来项目编译目录不是class目录而是bin目录。项目截图如下 : 将红色框出来路径替换成WEB-INF/classes即可...
分类:Web程序   时间:2014-07-29 14:52:48    阅读次数:274
phpcms 调取全站文章
路径:phpcms/module/content/classes/content_tag.class.php 添加如下方法 /** * 列表页标签:主要返回的是主表中数据与附表中数据 * @param $data */ public function lists_al...
分类:Web程序   时间:2014-07-29 12:20:08    阅读次数:240
UVM基础之------uvm_port_base
Port Base Classes uvm_port_component_base This class defines an interface for obtaining a port’s connectivity lists after or during the end_of_elabora...
分类:其他好文   时间:2014-07-29 11:41:26    阅读次数:485
WinAPI: GetKeyNameText - 根据键盘消息获取按键名称
unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs;type TForm1 = class(TForm) procedure Form....
分类:Windows程序   时间:2014-07-29 10:45:26    阅读次数:397
使用 {$INCLUDE} 或 {$I} 指令管理和调用自定义函数
这是一个简单、方便而又实用的小技巧. 譬如这段代码中有四个定义函数: MyAdd、MyDec、MyMul、MyDivunit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls,...
分类:其他好文   时间:2014-07-29 10:38:46    阅读次数:250
cocos2d基础入门
HelloCpp中Classes目录下放开发者自己的类; win32:平台相关,coco2d已默认创建;coco2d-x目录下,samples/cpp/HelloCpp/(工程根目录)图片放置位置:根目录下/Resources目录下;什么是场景;场景是占据屏幕的界面;什么是锚点;锚点如何设置; C....
分类:其他好文   时间:2014-07-28 11:19:20    阅读次数:214
UVM基础之----uvm_object
uvm_voidThe uvm_void class is the base class for all UVM classes.uvm_object:The uvm_object class is the base class for all UVM data and hierarchical c...
分类:其他好文   时间:2014-07-27 23:12:09    阅读次数:484
设计模式六大原则(6)--开闭原则
定义: 软件中的对象(类,模块,函数等等)应该对于扩展是开放的,但是对于修改是封闭的。个人理解: 开闭原则通俗的来说就是软件系统中包含的各种组件,例如模块(Modules)、类(Classes)以及功能(Functions)等等,应该在不修改现有代码的基础上,引入新功能。开闭原则中“开”,是指对于组...
分类:其他好文   时间:2014-07-27 21:34:35    阅读次数:211
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!