码迷,mamicode.com
首页 >  
搜索关键字:dem    ( 3822个结果
Creating Excel File in Oracle Forms
Below is the example to create an excel file in Oracle Forms.Pass the Sql query string to the below procedure to generate an Excel file using Ole2 pac... ...
分类:数据库   时间:2016-12-25 18:11:20    阅读次数:215
ssl客户端与服务端通信的demo
服务端程序流程 客户端编写流程 编译程序用如下命令: 证书 privkey.pem 和 cacert.pem 生成使用如下命令(具体请参考 “OpenSSL体系下使用密钥数字证书等”): 运行程序使用如下命令: 运行截图如下: 服务端: 客户端: 参考资料: 1、http://blog.csdn.n ...
分类:其他好文   时间:2016-12-25 17:44:16    阅读次数:227
angularJS中directive与directive 之间的通信
上一篇讲了directive与controller之间的通信;但是我们directive与directive之间的通信呢? 当我们两个directive嵌套使用的时候怎么保证子directive不会被父directive替换覆盖;及当子directive需要用到父directive中controll ...
分类:Web程序   时间:2016-12-25 13:57:08    阅读次数:235
fatal error C1061: 编译器限制 : 块嵌套太深
VisualStudio开发过程中碰到C1061报错,查了MSDN,文档说明如下 从说明中我们明白这是由于我们的代码块嵌套太深,超过了编译器的限制。但我理解为应该是同一个域内块的数量太多,超过了编译器限制。示例代码如下: Demo1 编译报错。 Demo2 编译报错。 Demo3 编译通过。 Dem ...
分类:其他好文   时间:2016-12-25 02:13:48    阅读次数:959
上传图片HTML <form> 标签的 method 属性
<!DOCTYPE HTML><html><body> <form action="/example/html5/demo_form.asp" method="get">选择图片:<input type="file" name="img" multiple="multiple" /><input t ...
分类:Web程序   时间:2016-12-25 01:36:36    阅读次数:661
Using Single Alert For Messages And Confirmation Messages In Oracle Forms With Set_Alert_Button_Property
Learn how to use single Oracle Form's Alert object for warning/information messages and confirmation messages such as asking for delete confirmation e... ...
分类:数据库   时间:2016-12-25 01:32:14    阅读次数:336
php单链表实现的代码
<?php/*** 单链表*/ class Demo{private $id;public $name;public $next;public function __construct ($id = '', $name = ''){$this->id = $id;$this->name = $nam ...
分类:Web程序   时间:2016-12-24 20:33:31    阅读次数:132
编辑器
Sublime Text 2 TextMate 1.x Eclipse/Aptana Coda 1.6 and 2.x Espresso Chocolat (通过“Install Mixin”对话框添加) Komodo Edit/IDE (通过Tools → Add-ons菜单添加) Notepad ...
分类:其他好文   时间:2016-12-24 19:34:02    阅读次数:138
结构化方法与面向对象方法的比较
摘要: 结构化方法在软件工程中得到广泛接受和使用,而面向对象方法提出后,当代软件工程的发展面临着从传统的结构化方法到面向对象方法的转变,本文剖析了结构化方法和面向对象方法这两种软件开发方法具体的分析设计过程,讨论了各自在不同软件开发中的应用及局限性,提出了在选用面向对象方法开发大型软件系统的同时可结 ...
分类:其他好文   时间:2016-12-23 22:25:49    阅读次数:194
css实现分割线
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <style> .demo { width: 600px; } .line_01 { padding: 0 20px 0; margi ...
分类:Web程序   时间:2016-12-23 19:24:43    阅读次数:290
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!