码迷,mamicode.com
首页 >  
搜索关键字:active object    ( 41769个结果
存储过程更新
USE [NLISSST]GO/****** Object: StoredProcedure [SST].[sp_ArbitrationUpdateByID] Script Date: 05/08/2014 10:29:59 ******/SET ANSI_NULLS ONGOSET QUO...
分类:其他好文   时间:2014-05-08 18:50:01    阅读次数:275
存储过程删除举例
USE [NLISSST]GO/****** Object: StoredProcedure [SST].[sp_ArbitrationDeleteByID] Script Date: 05/08/2014 10:26:49 ******/SET ANSI_NULLS ONGOSET QUO...
分类:其他好文   时间:2014-05-08 18:46:50    阅读次数:226
MFC通过ADO操作Access数据库
我在《VC知识库在线杂志》第十四期和第十五期上曾发表了两篇文章——“直接通过ODBC读、写Excel表格文件”和“直接通过DAO读、写Access文件”,先后给大家介绍了ODBC和DAO两种数据库访问技术的基本使用方法,这次要给大家介绍的是ADO数据库访问技术的使用方法。ADO(Active Dat...
分类:数据库   时间:2014-05-08 18:07:34    阅读次数:563
U3D关于message的使用
Message相关有3条指令:SendMessage ("函数名",参数,SendMessageOptions) //GameObject自身的ScriptBroadcastMessage ("函数名",参数,SendMessageOptions) //自身和子Object的ScriptSendMe...
分类:其他好文   时间:2014-05-08 17:33:35    阅读次数:302
sahrepoint 上次数据到文档库
sharepoint学习笔记汇总 http://blog.csdn.net/qq873113580/article/details/20390149    protected void Button1_Click(object sender, EventArgs e)         {             using (SPSite site = new SPSite("http:...
分类:其他好文   时间:2014-05-08 17:13:44    阅读次数:254
C#下点击右键之后自动选择为当前选中的节点
private void treeView1_MouseDown(object sender, System.Windows.Forms.MouseEventArgs e) { if(e.Button==MouseButtons.Right) { TreeNode tn=treeView1.GetNodeAt(e.X,e.Y); if(tn!=null)treeView1.SelectedNode...
分类:其他好文   时间:2014-05-08 16:24:44    阅读次数:308
linux概念之IPC
man netstat所看到的Active Internet connections (TCP, UDP, raw)The protocol (tcp, udp, raw) used by the socket.Active UNIX domain SocketsThe protocol (usua...
分类:系统相关   时间:2014-05-08 15:38:42    阅读次数:381
Java随笔
Java String 字符串的HashCode值 public int hashCode() Returns a hash code for this string. The hash code for a String object is computed as  s[0]*31^(n-1) + s[1]*31^(n-2) + ... + s[n-1]   using int ari...
分类:编程语言   时间:2014-05-08 10:44:53    阅读次数:533
Lua(1)
1.the use of functions in table fields is a key ingredient for some advanceduses of Lua, such as modules and object-oriented programming.
分类:其他好文   时间:2014-05-08 10:24:51    阅读次数:302
设计模式之美:Role Object(角色对象)
本文介绍一种设计模式 Role Object(角色对象)模式。
分类:其他好文   时间:2014-05-08 07:20:47    阅读次数:389
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!