Welcome![Sign In][Sign Up]
Location:
Search - 框架结构

Search list

[OtherAutoboot源码分析框架版

Description: 对autoboot源代码的分析报告。分析了autoboot的原理、安装和代码的框架结构。-right Autoboot source code analysis. Autoboot analysis of the principle, the installation of the framework and code structure.
Platform: | Size: 483966 | Author: 会朋 | Hits:

[Web ServerAspxCn无刷新整合型网站开源框架c#

Description: AspxCn无刷新整合型网站开源框架(VS2005+SQL2005) 框架名称:AspxCn无刷新整合型网站开源框架 Preview 1.0 英文名称:AspxCn Ajax WebSite Open Source FrameWork Preview 1.0 框架组成:Nbear三层框架+jquery菜单+DotNetTextBox在线编辑器控件+Anthem.net Ajax框架 运行环境:Asp.Net2.0+VS2005+SQL2005 框架简介: 通过对多个网上开源项目(Nbear三层开发结构+jquery菜单+DotNetTextBox在线编辑器控件+Anthem.net Ajax框架)整合而成的一个Ajax无刷新整合型网站开源框架! 安装调试: 1.打开SQL Server Management Studio,登录SQL2005数据库,右击数据库附加DB_AspxCn下的aspxcndb数据库文件! 2.修改Aspxcn.Web目录下Web.config中的LocalSqlServer数据库连接字符串! 3.打开aspxcn.sln编译项目并浏览aspxcn.web/default.aspx即可! 框架说明: 1.管理权限用户名:admin 密码:admin 请在default.aspx首页登录即可对网站进行部分管理! 2.后台管理现时版本暂不提供,完善的后台管理将在以后版本提供 3.首页顶部Banner广告的替换可编辑css/ad.xml文件。 4.采用Anthem.net实现ajax效果,无需依赖ASP.NET AJAX的任何库文件。 5.用户注册登录全部采用ASP.NET2.0内置的现成控件实现。 6.网站菜单分类请修改数据库中的Catalog及Class,支持二级主题分类。 7.Catalog表中的Show字段设置为True后即可让普通用户在相应主题下发表新文章,默认仅论坛区域可让普通用户发表新文章。 DB_51aspx下为Sql2005数据库文件(Sql2000格式数据库正在转换中...),附加即可 友情提示: 一般数据库文件默认在DB_51aspx文件夹下 如果使用VS2005打开本站项目文件,建议打开前务必安装VS2005Sp1
Platform: | Size: 8916922 | Author: mandydou | Hits:

[PHPphp敏捷开发框架CodeIgniter

Description: 译序 前言 第一章 对 CodeIgniter 的介绍 1.1 CodeIgniter 能为你做什么? 1.1.1 节省时间 1.1.2 使你的网站更健壮 1.1.2.1 确保你的链接自动更新 1.1.2.2 防止对数据库的攻击:对表单输入的数据进行校验和处理 1.1.3 增强你的代码 1.1.3.1 发送 Email 和附件很简单 1.1.3.2 压缩用户要下载的文件以加快下载速度 1.2 CodeIgniter 是什么?框架又是什么? 1.3 关于开发者 1.4 “开源”商业模式 1.5 CI 不能做什么 1.6 许可协议 1.7 总结 第二章 2 分钟:建立一个 CodeIgniter 网站 2.1 准备知识 2.2 安装 CodeIgniter 2.3 分析文件结构 2.4 配置文件 2.5 它能工作吗? 2.6 总结 第三章 分析网站结构 3.1 MVC—到底有什么用? 3.2 CI 的网站结构:控制器和视图 3.2.1 Welcome 控制器 3.2.2 让视图开始工作 3.2.3 默认控制器 3.3 CodeIgniter 语法规则 3.3.1 控制器 3.3.2 视图 3.4 CI 网站上的文件或类的类型 3.5 这些文件夹的含义? 3.6 设计一个较好的视图 3.7 设计一个较好的控制器 3.7.1 把参数传给一个函数 3.7.2 传递数据到视图 3.8 CI 中的类彼此之间如何操控 3.8.1 调用视图 3.8.2 直接地调用函数 3.8.3 与控制器互动 3.8.4 这就像一个鸡蛋杯 3.8.5 一个 CI 辅助函数的例子:URL 辅助函数 3.8.6 一个简单的类库例子:创建一个菜单 3.9 总结 第四章 使用 CI 简化数据库开发 4.1 配置设置 4.2 为我们的网站设计数据库 4.3 Active Record 4.3.1 使用 Active Record 类的优点 4.3.1.1 节省时间 4.3.1.2 自动机制 4.3.2 “读取”查询 4.3.3 显示查询结果 4.3.4 “创建”和“更新”查询 4.3.5 “删除”查询 4.3.6 Active Record 和传统 SQL 编程的结合 4.4 总结 4.5 附录:使用 MYSQL 查询语句创建“websites”数据库 第五章 简化 HTML 页面和表单的设计 5.1 编写视图 5.2 PHP 语法的长格式和短格式 5.3 嵌套视图 5.4 网站架构的现实问题 5.5 CI 的表单辅助函数:输入数据 5.5.1 使用表单辅助函数的好处之一:清楚 5.5.2 使用表单辅助函数的好处之二:自动化 5.6 我的“Display”模型 5.7 CI 的验证类:方便地检验数据 5.7.1 设置验证规则 5.7.2 设置控制器 5.7.3 设置表单 5.8 总结 第六章 简化使用 Session 和安全 6.1 开始用 CI 设计一个实际的网站 6.2 关于网站 6.3 安全/Session:使用另一个 CI 类库 6.3.1 使 Session 更安全 6.4 安全 6.5 总结 第七章 CodeIgniter 和对象 7.1 面向对象编程 7.1.1 CI“超级对象”的工作原理 7.1.2 引用复制 7.2 在 CI“超级对象”中加入你自己的代码 7.3 CI“超级对象”的问题 7.4 总结 第八章 用 CI 测试你的代码 8.1 为什么测试,为谁测试? 8.2 CI 的错误处理类 8.3 CI 的单元测试类 8.3.1 什么时候使用单元测试 8.3.2 单元测试的示例 8.4 CI 的基准测试类 8.5 CI 的评测器类 8.6 用“模拟”数据库来做测试 8.7 控制和时间安排 8.8 总结 第九章 用 CI 通信 9.1 使用 FTP 类测试远程文件 9.2 机器之间的对话—XML-RPC 9.2.1 使 XML-RPC 的服务器与客户端交互 9.2.2 格式化 XML-RPC 数据交换 9.2.3 调试 9.2.4 XML-RPC 带来的问题? 9.3 与人交流的工具:Email 类 9.4 总结 第十章 CI 如何帮助提供动态的数据 10.1 日期辅助函数:转换和本地化日期 10.2 使用文本和 Inflector 辅助函数 10.3 国际化:语言类 10.4 编写 HTML 表格的好方法:表格类 10.5 缓存网页 10.6 总结 第十一章 使用 CI 处理文件和图片 11.1 文件辅助函数 11.2 下载辅助函数 11.3 文件上传类 11.4 CI 的图像类 11.5 用 CI Zip 类压缩文件很容易 11.6 总结 第十二章 产品版本、升级和重大决定 12.1 连接:检查 Config 文件 12.1.1 URL 12.1.2 数据库 12.1.3 其它 config 文件 12.2 找出 PHP 4/5 和操作系统间的差异 12.2.1 诊断工具 12.3 应对 CI 新版本带来的变化 12.3.1 如何装载模型,以及如何调用它们 12.3.2 如何初始化你自己的类库 12.4 如果有了新版 CI,我需要更新吗? 12.5 如何修改 CI 的基础类 12.6 总结 第十三章 快捷的 CRUD 及其配合使用 13.1 CRUD 模型:设计原理 13.2 标准的控制器格式 13.3 数据库表 13.4 模型的心脏:数组 13.5 CRUD 模型 13.5.1 Showall 函数 13.5.1.1 读取数据 13.5.1.2 Delete 和 Trydelete 函数 13.5.2 Insert 函数 13.5.3 Insert2 函数 13.5.4 测试套件 13.6 总结 第十四章 审视 CI 14.1 一些代码:“do_test”模型 14.2 一个平衡表 14.2.1 CI 能提供帮助的地方:结构 14.2.2 CI 能提供帮助的地方:简化 14.2.3 CI 能提供帮助的地方:额外功能 14.3 CI 的问题 14.3.1 完整性 14.3.2 易用性 14.4 总结 第十五章 资源和扩展 15.1 CI 的用户论坛 15.2 视频教程 15.2.1 可用的插件和类库 15.2.2 AJAX/Javascript 15.2.3 身份验证 15.2.4 外部网站 15.2.5 比较:使用哪个图表类库? 15.2.6 CRUD:新领域 15.2.7 其它编程资源,例如 Xampplite、MySQL 和 PHP 15.3 总结
Platform: | Size: 1176859 | Author: 280453778@qq.com | Hits:

[SourceCode通用二维框架结构ANSYS程序

Description: 自己写的通用二维框架结构ANSYS程序,以参数形式输入属性、楼层、跨度,生成模型,计算了模态,静力响应,动力响应,并以文本格式输出数据,对于ANSYS初学者有很好的参考价值。
Platform: | Size: 4693 | Author: david_david | Hits:

[Otherinsertcode

Description: PE可执行文件的镶入式程序的编写方法及示例(镶入式后门程序&原程序) 由于Microsoft公司的Windows系统是当前大部分个人电脑所使用的操作系统 主要包括win95,98,me,nt4,2000,xp等,而这些系统所使用的可执行文件的格式基 本上是PE结构的。这里的可执行文件的镶入式程序就是针对PE结构的可执行文件。 这里先简单说一下PE文件框架结构: DOS MZ header DOS stub//在不支持 PE文件格式的操作系统中它将简单显示一个错误提示 PE header//含了许多PE装载器用到的重要信息 Section table//每个Section的信息 Section 1 Section 2 Section 3.... 由于SectionAlignment 块对齐的原因每个Section之间都会产生很多空间, 镶入式程序的代码可以放在Section之间的空位上,比较方便的方法是把代码放在 最后一个Section的末尾,然后更改Misc.VirtualSize和SizeOfRawData这两个位 于Section table的IMAGE_SECTION_HEADER结构数组的成员。如果代码十分的长, 有时候会造成镶入的代码无法被完全加载而产生错误,这时需要更改SizeOfImage 在IMAGE_NT_HEADERS 结构中。 在不同的WINDOWS版本中api调用地址也有不同,为了解决这个问题可以更改引 入表让加载器-PE executable files embedded into the formal process of the preparation methods and examples (Insert-in procedures for the back door
Platform: | Size: 78848 | Author: | Hits:

[OtherAutoboot源码分析框架版

Description: 对autoboot源代码的分析报告。分析了autoboot的原理、安装和代码的框架结构。-right Autoboot source code analysis. Autoboot analysis of the principle, the installation of the framework and code structure.
Platform: | Size: 483328 | Author: 会朋 | Hits:

[Windows Developmasm3280

Description: 结构化程序设计方法与面向对象程序设计方法的各自特点、区别和相互联系。 2.面向对象的程序设计方法中的有关概念,如类、对象、封装、继承、消息和多态性等。 3.C++程序的基本组成和框架结构。 4.掌握C++语言中的基本数据类型、各种运算符、表达式。 5.C++数据输入流对象cin和输出流对象cout的使用。 6.程序的3种基本结构 7.构造数据类型,如数组、结构体、指针等的定义方法、特点和使用方法。 7.函数的定义、调用及函数调用过程中的参数传递的机理和程序执行流程。 8.引用的概念及其定义和使用方法。 -structured programming and design of object-oriented programming design their own characteristics, different and interrelated. 2. Object-oriented program design of the concept, such as the type, target, encapsulation, inheritance, polymorphism, and other news. 3. C procedures and the basic framework of the structure. 4. C language master the basic data types, Operators, in the expression. 5. C input data stream object cin and output stream object to the use of court. 6. Proceedings of the three basic structure 7. Construction data types, such as arrays, and the structure, such as the definition of objectives, characteristics and use. 7. The definition of function, function call and called the process parameters of the transmission mechanism and procedures for the implementation process. 8.
Platform: | Size: 3130368 | Author: 好好 | Hits:

[Other systemsFDSourse

Description: 钢筋混凝土框架结构设计计算源程序,用vb开发。-reinforced concrete frame structure design source files, using Visual Basic development.
Platform: | Size: 160768 | Author: 成刚 | Hits:

[3D Graphic3Ddraw

Description: 基于Opengl三维图形显示编程基础,框架结构合理。-Opengl-based three-dimensional graphics programming foundation, the framework of rational structure.
Platform: | Size: 64512 | Author: bc | Hits:

[OS programAF_Pre-Alpha_Release-1

Description: 一个基于.Net平台下的框架结构源码。 包括离线处理、Web Service组合调用、日志记录、业务应用架构。 是大型项目应用的通用框架平台。-Based on. Net platform source code under the frame structure. Including off-line treatment, Web Service combination of call logging, business application architecture. Application of large-scale projects is a common framework for the platform.
Platform: | Size: 1252352 | Author: Danlan | Hits:

[Dialog_WindowBkgndSDI

Description: 在单文档框架结构的背景窗口上显示图案。重载视图OnEraseBkgnd函数,添加代码:if(!m_bAnimatedBkgnd) pDC->StretchBlt(0,0, rcClient.right-rcClient.left, rcClient.bottom-rcClient.top, &dcMem, 0,0, bm.bmWidth, bm.bmHeight, SRCCOPY) else { int x=0 int y=0 while(y<rcClient.bottom-rcClient.top) { while(x<rcClient.right-rcClient.left) { pDC->BitBlt(x,y, bm.bmWidth, bm.bmHeight, &dcMem, 0,0, SRCCOPY) x+=bm.bmWidth } x=0 y+=bm.bmHeight } }-Frame structure in a single document window to show the background patterns. View OnEraseBkgnd overloaded function, add the code: if (! M_bAnimatedBkgnd) pDC-
Platform: | Size: 217088 | Author: linxiuguo | Hits:

[Graph RecognizeChepai118

Description: 车牌识别系统 VC++ 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI)-License Plate Recognition System VC++ using VC++6.0 to do development tools, using a simple SDI frame structure, one dealing with a bitmap (who are interested can be made MDI)
Platform: | Size: 240640 | Author: Linan | Hits:

[assembly languagezhenxing

Description: 振型分解反应普法地震力计算程序1.0 使用MATLAB7.0编写 主程序 本程序采用振型分解反应谱法计算框架结构水平地震力-Modal Decomposition of seismic force calculation program popularizing the use of 1.0 MATLAB7.0 write the main program used in this procedure Modal response spectrum method to calculate the level of seismic force frame structure
Platform: | Size: 1024 | Author: 吴巧云 | Hits:

[VHDL-FPGA-VerilogFrame_2D

Description: 自己编写的通用2维框架结构,可以计算模态、静力、动力响应-A 2D frame building of ANSYS developed by myself, can calculate modal, static and dynamic response
Platform: | Size: 5120 | Author: Wang Yan | Hits:

[Other结构体项目

Description: 一个简单的结构体项目代码,可以以此为框架,加强对此类项目的理解(A simple structure item code)
Platform: | Size: 1024 | Author: 凌风zero | Hits:

[OtherFrameWork

Description: 一套通用的C++多线程框架,可用于多种业务功能的基础框架结构。(A generic framework for multithreaded C++ applications)
Platform: | Size: 5120 | Author: lr2000 | Hits:

[Other3 流程结构与游戏

Description: 在windows下使用eclipse软件进行相关游戏的开发,首先必须搭建一个框架,此框架为Game框架,用户可自行下载,而后导入项目,即可进行相关程序的开发,如贪吃蛇、五子棋等游戏。(The development of game using eclipse software under windows, we must first construct a framework, the framework for the Game framework, users can download, and then into the project development can be carried out relevant procedures, such as the snake, backgammon game.)
Platform: | Size: 922624 | Author: vvao2017 | Hits:

[Other框架结构ansys分析

Description: 利用ansys实现框架结构的地震有限元建模和分析(Seismic finite element modeling and analysis of frame structure by using ANSYS)
Platform: | Size: 2048 | Author: 山人君 | Hits:

[DocumentsSpaceFrameAssemble

Description: 本MATLAB程序可用于框架结构刚度矩阵的组装(Space Frame Assemble)
Platform: | Size: 1024 | Author: 大奔 | Hits:

[OtherSCBF-2D

Description: 二维的中心支撑钢框架结构OpenSees模型,及其在地震荷载作用下的非线性静力和非线性动力分析。(2D Special Concentric Braced Frame Opensees Model, and the cooresponding pushover and dynamic analysis.)
Platform: | Size: 57344 | Author: nupassin | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net