码迷,mamicode.com
首页 >  
搜索关键字:components    ( 1669个结果
Some cool FireMonkey multi-device components
http://blogs.embarcadero.com/davidi/2014/01/16/43281There are many available Delphi and C++Builder components that will let you build cool desktop and...
分类:其他好文   时间:2015-10-28 01:19:16    阅读次数:349
(转)CheckBox inside a DBGrid
This is the first article, in the series of articles named "Adding components to a DBGrid". The idea is to show how to place just about any Delphi con...
分类:数据库   时间:2015-10-27 23:25:01    阅读次数:268
DHTMLEdit
DHTMLEditPOP3研究了一会,发现如果要写一个类似FOXMAIL的东西,还需要解决一个编辑的问题。以为邮件是支持HTML编辑的。网上查了一会发现可以使用WINDOWS自带的控件:DHTML EDIT,解决了大问题。使用方法:Components->Import ActiveX Control...
分类:Web程序   时间:2015-10-27 22:00:31    阅读次数:440
安装Oracle数据库和PLSQL连接数据库
首先在Oracle官网上下载:安装前要注意:将win64_11gR2_database_2of2中的\win64_11gR2_database_2of2\database\stage\Components\* 拷到\win64_11gR2_database_1of2\database\sta...
分类:数据库   时间:2015-10-27 16:43:46    阅读次数:262
Angular引入百分比过滤器
Installation Install with?Bower: $?bower?install?angular-percentage-filter Usage Include the library: <script?src="/bower_components/angular-percentage-directive/percentage.js"></script> Impo...
分类:其他好文   时间:2015-10-26 12:21:48    阅读次数:200
dev 注册方法 z
工具栏注册方法:1、将下面的内容保存为bat文件,放到 Components\Tools\ 目录下,然后双击执行。注意,可能需要管理员权限。忘了一点,components.xml 文件中的 PublicKeyToken 值没改, 在执行下一步操作时,请用记事本打开, 把里面的 b88d1754d70...
分类:其他好文   时间:2015-10-25 17:40:13    阅读次数:184
Yii2 操作不同的数据库
1,配置文件web.php ‘components‘?=>?[ ????????‘db‘?=>?require(__DIR__?.?‘/db.php‘), ????????‘db1‘?=>?require(__DIR__?.?‘/db1.php‘), ????????] 2,db,db1配置 -- 可以根...
分类:数据库   时间:2015-10-21 19:32:50    阅读次数:261
理解Fragment生命周期
官网帮助文档链接: ?http://developer.android.com/guide/components/fragments.html 主要看两张图,和跑代码 一,Fragment的生命周? ? ? ? ? ?? 二,与Activity生命周期的对比 ? ? ? 场景演示 : 切换...
分类:其他好文   时间:2015-10-20 10:36:37    阅读次数:230
Flex元素布局规则总结,以及布局和容器
一、Flex中的元素分类从功能层面可以把Flex中的元素分为组件(Components)和容器(Containers)两大类:组件- 是指那类具有明确交互或数据展示功能的元素,例如Button、Checkbox、Datagrid、List等。容器- 是指那类用来放置其他元素的元素,容器往往不具有特定...
分类:其他好文   时间:2015-10-19 19:07:45    阅读次数:3697
ocp-505
QUESTION NO: 505 Which three components does the Scheduler use for managing tasks within the Oracle environment? (Choose three.) A. a job B. a program C. a schedule D. a PL/SQL procedure Answer:...
分类:其他好文   时间:2015-10-19 09:28:11    阅读次数:178
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!