Welcome![Sign In][Sign Up]
Location:
Search - classname

Search list

[OpenGL program2005628115114959_600it

Description: char *className = \"OPENGL\" char *windowName = \"OPENGL彩色圆环编程示例\" int winX = 0, winY = 0 int winWidth =300, winHeight = 300 -char * className = "OpenGL" char * windowNa me = "Color Ring OpenGL Programming Example" int winX = 0, winY = 0 int winWidth = 300, 300 = winHeight
Platform: | Size: 28826 | Author: 89329749 | Hits:

[Other resourceQGZX_InfoPlat

Description: VC++ 开发的一个大型进销存管理系统,并附带有Visio的数据库开发模型,商品采用分类管理.但是各位同仁需要注意,本系统的开发过程是基于VC++6.0 SQL Server2000的基础之上开发的.但是为了方便大家,故而把数据库导出成了ACCESS.由于转换问题,运行过程会出现很多错误,大家如果用得上的话不妨按格式转到SQL Server上. SellEvent和ClassName为两个视图.根目录下有一个DB_CONN.ini的配置文件,数据库访问方面可以在此设置. 如有问题请联系:冯赞锋 E_mail:fengzanfeng QQ:31540
Platform: | Size: 3018842 | Author: 小钻风 | Hits:

[Windows Developclassname

Description: 类名查找器, 可以查找任意窗口内的句柄,类名和按钮上的文字等。
Platform: | Size: 175384 | Author: 类名查找器 | Hits:

[JSP/Javarapid代码生成器

Description: 现阶段内置模板可以生成的包括: 可以生成java的hibernat model+annotation,hibernate model+xml,dao,manager,struts+struts2 action类 生成jsp的增删改查. (生成的代码与rapid-framework绑定才比较有意义) 通常代码生成器存在的问题. * 二次开发困难 * 过于智能,自动插入我们的项目中,程序员还需考虑旧的代码会不会被覆盖的问题 * 没有将存放模板的目录名称及文件名称利用起来,导致还需配置每个模板文件生成的文件名,目录结构 具体请查看我写的文章:为何代码生成器都要这么智能呢? 本代码生成器的特性 * 基于FreeMarker模板语言 * 基于数据库,并支持多种数据库(mysql,sql server,oracle测试通过) * 半手工方式,生成的代码放在某个目录,再手工拷贝回来工作区 * 易于做二次开发,整个生成器本身就是java源代码,源代码核心十分精简,并且鼓励你做修改代码,也可以作为任何语言的代码生成器 * 配置简单,只有一个配置文件generator.properties * 以application方式运行生成器,生成不同的table直接修改相关java代码即可 * 将文件系统的目录名称及文件名称作为生成器的一部分,模板文件的的名称与目录名称可以直接引用相关变量,如 ${basepackage}/${className}.java (${className}=Blog,则会生成Blog.java) * 以@testExpression结尾的模板文件为有条件忽略,如果testExpression的值在数据模型为true则生成该文件,生成的文件不会包含@testExpression,反之则不生成该文件(应用场景:用于在是否要生成hibernate联合主建的文件中) * 支持文件插入操作,如模板输出生成的地方已经有该同名的文件存在,并且文件中有包含"webapp-generator-insert- location"标记,则模板生成的内容会插入在该标记之后.该特性对如生成的spring配置内容插入spring配置文件十分有用
Platform: | Size: 3083258 | Author: jeekchen | Hits:

[OpenGL program2005628115114959_600it

Description: char *className = "OPENGL" char *windowName = "OPENGL彩色圆环编程示例" int winX = 0, winY = 0 int winWidth =300, winHeight = 300 -char* className = "OpenGL" char* windowNa me = "Color Ring OpenGL Programming Example" int winX = 0, winY = 0 int winWidth = 300, 300 = winHeight
Platform: | Size: 28672 | Author: 89329749 | Hits:

[ERP-EIP-OA-PortalQGZX_InfoPlat

Description: VC++ 开发的一个大型进销存管理系统,并附带有Visio的数据库开发模型,商品采用分类管理.但是各位同仁需要注意,本系统的开发过程是基于VC++6.0 SQL Server2000的基础之上开发的.但是为了方便大家,故而把数据库导出成了ACCESS.由于转换问题,运行过程会出现很多错误,大家如果用得上的话不妨按格式转到SQL Server上. SellEvent和ClassName为两个视图.根目录下有一个DB_CONN.ini的配置文件,数据库访问方面可以在此设置. 如有问题请联系:冯赞锋 E_mail:fengzanfeng QQ:31540-VC++ Developed a large-scale Purchase, Sales and Inventory Management System, together with the development of a Visio database model, the use of classified management of goods. Tongren but you need to note that the system development process is based on the VC++ 6.0 SQL Server2000 basis above development. However, in order to facilitate the club to become a database derived ACCESS. as a result of the conversion problem, run the process would be a lot of errors, if useful, then you may wish to go to SQL Server on the format. SellEvent and ClassName two view. there is a root DB_CONN.ini configuration files, database access can be in this setting. If you have any questions please contact: Mr Chan Feng E_mail: fengzanfengQQ: 31540
Platform: | Size: 3619840 | Author: 小钻风 | Hits:

[Windows Developclassname

Description: 类名查找器, 可以查找任意窗口内的句柄,类名和按钮上的文字等。-Find a class name, you can find any window handle, class name and the button on the text.
Platform: | Size: 175104 | Author: 类名查找器 | Hits:

[JSP/Javastruts_validator

Description: struts validator验证框架 1、配置: * 加入国际化配置在struts-config.xml文件中,如: <message-resources parameter="MessageResources" /> * 提供国际化资源文件 * 引入validator插件在struts-config.xml文件中,如: <plug-in className="org.apache.struts.validator.ValidatorPlugIn"> <set-property property="pathnames" value="/WEB-INF/validator-rules.xml,/WEB-INF/validation.xml"/> </plug-in> * 提供validation.xml和validator_rules.xml文件,将此文件拷贝到WEB-INF下 2、validator服务器端验证 * 配置validation.xml文件 3、validator客户端验证(javascript) ) * 配置validation.xml文件 * 在jsp页面中包含< html:javascript> * 对需要验证的表单定义onsubmit事件,其中事件名称为validate+ActionForm的名称,如:validateLoginForm -struts validator to verify the framework 1, configuration:* join the international allocation in the struts-config.xml file, such as: <message-resources parameter= MessageResources />* International* The introduction of resource file validator plug-in struts-config . xml file, such as: <plug-in className= org.apache.struts.validator.ValidatorPlugIn > <set-property property = pathnames value = /WEB-INF/validator-rules.xml,/WEB-INF/validation.xml /> </ plug-in>* provide validation.xml and validator_rules.xml document, copy this file to the WEB-INF under 2, validator server-side validation* validation.xml configuration file 3, validator client-side validation (javascript))* configuration file* validation.xml in jsp page contains <html: javascript>* on the need to verify the definition of the form onSubmit incident, in which case the name of validate+ ActionForm name, such as: validateLoginForm
Platform: | Size: 1350656 | Author: wuxiaodong | Hits:

[GUI DevelopHandleText

Description: Text and object properties capture the Windows boxes. Indicated: Handle, className, Text.
Platform: | Size: 6144 | Author: Darius | Hits:

[e-language11111

Description: 易语言原码 是个工具原码对破戒其他软件有很大帮助 可以灵活的显示 鼠标当前窗口以及的"标题""句柄""类名""PID值"以及其他一些功能-Easy Language is a tool for source code of the original破戒other software can be very helpful to display flexibility as well as the current window of the mouse " title" , " handle" " classname" " PID value" as well as other features
Platform: | Size: 7168 | Author: 王殿彬 | Hits:

[Windows Developxueji

Description: 学籍查询,管理,添加,修改,班级管理,成绩管理,系统安全设置-studentdatabase,classname,course
Platform: | Size: 1088512 | Author: jeryy | Hits:

[OS programQGZX_InfoPlat

Description: VC++ 开发的一个大型进销存管理系统,并附带有Visio的数据库开发模型,商品采用分类管理.但是各位同仁需要注意,本系统的开发过程是基于VC++6.0 SQL Server2000的基础之上开发的.但是为了方便大家,故而把数据库导出成了ACCESS.由于转换问题,运行过程会出现很多错误,大家如果用得上的话不妨按格式转到SQL Server上. SellEvent和ClassName为两个视图.根目录下有一个DB_CONN.ini的配置文件,数据库访问方面可以在此设置-VC++ development of a large-scale Invoicing Management System, together with a database with Visio development model, goods category management adoption. But everyone associates should be noted, this system development process is based on VC++6.0 SQL Server2000 on the basis of the development of . but for the convenience of everyone and therefore I export the database into ACCESS. due to conversion problems, run the process a lot of mistakes, you may wish to press if the lingua franca, then go to SQL Server on the format. SellEvent and ClassName for the two views. the root directory under a DB_CONN.ini configuration files, database access in this setting could
Platform: | Size: 7460864 | Author: 乐艳天 | Hits:

[GUI DevelopvbenumHwndandClassName

Description: vb实现的枚举指定窗口上所有控件Classname和Hwnd的程序。 vb6.0+windowXp Sp3编译通过-vb enumerate the specified window on the implementation of all the controls and Hwnd Classname procedures. vb6.0+ windowXp Sp3 compile
Platform: | Size: 4096 | Author: Seneal | Hits:

[Delphi VCLDelphi73

Description: Borderwidth:(窗口化组件)边框的宽度  BorberStyle:设置组件边框形状(样式)   Brush:可确定组件的风格和颜色  Caption:使用该属性可指定标注组件的文本字符串  ClassName:该方法可得到对象的类名,我一直用它来得到数据库中字段的类型,在 其它的方面还没有用到  ClientHeight:可读取和设置组件客户区域的像素高度-Borderwidth: (window of the components) the width of the border BorberStyle: Set component border shape (style) Brush: to determine the components of the style and color Caption: Use this property to specify the text label component string ClassName: This method can be by object class names, I have been using it to get the database field type, the other has not yet used ClientHeight: can be read and set the components of the client area height in pixels
Platform: | Size: 6508544 | Author: yxh0108 | Hits:

[JSP/Javatest

Description: 文本文件读写 将students.txt中数据全部读入内存数组; 可选步骤:对格式不统一的数据进行格式化处理; 将学生按照姓名排序,并将结果保存到文件ordered.txt中; 将班级的学生全部选出,保存到文件classname.txt中。-Text file read and write data in all the students.txt read into memory array Optional: on a unified data format is not formatted to sort students by name, and save the results to a file ordered.txt in the class All students elected to the file classname.txt in.
Platform: | Size: 1024 | Author: fuchunfen | Hits:

[xml-soap-webserviceXmlFile

Description: 编程时利用到的小型数据库xml文档,通用的树结构,编写成了一个类,实现了xml的创建,读写,使用起来很方便-Classname:CxmlFile. use xml Files to sava datas instead of access or ini files.
Platform: | Size: 2048 | Author: lin lin | Hits:

[Hook apispyer

Description: delphi 实现类似 Spy++的代码,可以用鼠标提示HTML 颜色值,类名等。-delphi project like Spy++ code ,can get ClassName, id, color by mouse cursor
Platform: | Size: 208896 | Author: lvxinglong | Hits:

[Otherjquery_example-1.4.1

Description: 填充表单字段与示例文本,消失在焦点。 支持一个选项: 类名:集的类名示例文本中使用的样式表(默认情况下它是例子)。 这个插件是完全兼容插件的元数据,允许您设置示例文本通过示例属性和标准的类名属性元素本身。 -Supports one option: className: Sets the class name of the example text for use in a stylesheet (by default it is example). This plugin is fully compatible with the Metadata plugin, allowing you to set the example text via the example property and the standard className property in elements themselves.
Platform: | Size: 35840 | Author: sadfas | Hits:

[Linux-Unixlibipt_dscp_helper

Description: DiffServ classname <-> DiffServ codepoint mapping functions.
Platform: | Size: 1024 | Author: bokercun | Hits:

[JSP/JavaJQuery-zTree-v3.5.12

Description: 动态加载树,jquery ztree,【修改】由于 jquery 1.9 中移除 event.srcElement 导致的 js 报错的bug。 * 【修改】在异步加载模式下,使用 moveNode 方法,且 moveType != "inner" 时,也会导致 targetNode 自动加载子节点的 bug * 【修改】对已经显示的节点(nochecked=true)使用 showNodes 或 showNode 方法后,导致勾选框出现的bug。 * 【修改】对已经隐藏的节点(nochecked=false)使用 hideNodes 或 hideNode 方法后,导致勾选框消失的bug。 * 【修改】getNodesByParamFuzzy 支持 大小写模糊。 * 【修改】className 结构,提取 _consts.className.BUTTON / LEVEL / ICO_LOADING / SWITCH,便于快速修改 css 冲突。-etting details var setting = { treeId : "", treeObj : null, async : { autoParam : [], contentType : "application...", dataFilter : null, dataType : "text", enable : false, otherParam : [], type : "post", url : "" }, callback : { beforeAsync : null, beforeCheck : null, beforeClick : null, beforeCollapse : null, beforeDblClick : null, beforeDrag : null, beforeDragOpen : null, beforeDrop : null, beforeEditName : null, beforeExpand : null, beforeMouseDown : null, beforeMouseUp : null, beforeRemove : null, beforeRename : null, beforeRightClick : null,
Platform: | Size: 734208 | Author: 唐飞 | Hits:
« 12 »

CodeBus www.codebus.net