-
程序后台与编辑器台后用户名为:j111 密码:j111admin 图片程序数据库:/data/j111mm.asp 已经更必为ASP 编辑器数据库:/uploa...
程序后台与编辑器台后用户名为:j111 密码:j111admin 图片程序数据库:/data/j111mm.asp 已经更必为ASP 编辑器数据库:/uploadfile/DB/uploadfile.asp 已经更必为ASP 生成html分页,速度更快!!! 支持自动上传图片,分页模板:mb.html-background and editing procedures for Taiwan user name : j111 Password : j111admin photo database :/data/j111mm.asp certainly has more of ASP database Editor :/uploadfile/DB/uploadfile.asp has more to the ASP will generate html page, faster! ! ! Support automatically upload pictures, page templates : mb.html
- 2022-02-12 10:31:10下载
- 积分:1
-
一个留言本程序代码。它是有用的,好的设计和具有多种功能…
一个留言本的源码,比较有用, 设计得还是比较详细,实现了多种功能-code for a guestbook program .It s useful, well designed and has various functions.
- 2022-03-16 06:26:02下载
- 积分:1
-
MySQL数据库存取例子代码
MySQL数据库存取例子代码 -MySQL database access code examples
- 2022-02-03 02:47:39下载
- 积分:1
-
微软的SQL SERVER数据库的Image、text等字段都属于二进制的大对象。这些对象的存取和其他轻型对象略有不同。
微软.NET Framewor...
微软的SQL SERVER数据库的Image、text等字段都属于二进制的大对象。这些对象的存取和其他轻型对象略有不同。
微软.NET Framework的System.IO命名空间下给我们提供了一个FileStream文件流类。我们可以使用这个文件流对二进制大对象轻松进行读写。
我实现了一个简单的WinForm程序,这个程序通过点击“Open”按钮选择一个bmp或者jpg文件,并显示在图形控件PictureBox中。通过“Save”按钮存入数据库。点击“View”CheckBox可以切换到浏览状态,观看存入数据库的图片。
由于对二进制大对象使用的流操作,所以对于任何文件都具有通用性。读写文本文件也可以这么做。
-Microsoft s field and so on SQL SERVER database Image, text all
belongs to binary the big object. These objects deposits and
withdrawals and other light objects have the difference slightly.
MicrosoftNET Framework System.Under the IO naming space provided a FileStream document to us to flow
the kind. We may use this document to flow to the binary big object
with ease carry on read-write. I have realized a simple WinForm
procedure, this procedure through clicks on "Open" the button to
choose bmp or the jpg document, and the demonstration controls in
PictureBox in the graph. The button stores the database through
"Save". Clicks on "View" CheckBox to b
- 2022-07-19 07:21:16下载
- 积分:1
-
locked in the database table that expression = False True decentralized form Val...
锁住数据库中的表 把表达式 True=False 放到表的 ValidationRule 属性就能锁上。 HardLockTable?实现了该功能。声明Public MyDB As DatabaseDim Dummy As Integer函数Function HardLockTable -locked in the database table that expression = False True decentralized form ValidationRule attributes can be locked. HardLockTable realization of the function. Public statements MyDB As DatabaseDim Dummy As Integer Function Function HardLockTable
- 2022-01-30 20:22:37下载
- 积分:1
-
Examples of a ADO database development, including database connectivity, databas...
一个ADO数据库开发实例,包括数据库的连接,数据库数据的读取与写入等。-Examples of a ADO database development, including database connectivity, database data, such as reading and writing.
- 2022-05-21 16:41:34下载
- 积分:1
-
功能强大的图表控件,方便的绑定与非绑定编程,并附有一个OUTLOOK样式的控件,可以方便数据库编程...
功能强大的图表控件,方便的绑定与非绑定编程,并附有一个OUTLOOK样式的控件,可以方便数据库编程-powerful graphics controls to facilitate the binding and non-binding programming, together with a form of OUTLOOK controls, to facilitate Database Programming
- 2023-05-26 11:55:03下载
- 积分:1
-
暗影行者看到黑帽子和Phrack 63。
Shadow Walker as seen at Black Hat and Phrack 63.
Shadow Walker as seen at Black Hat and Phrack 63.
Shadow Walker as seen at Black Hat and Phrack 63.-Shadow Walker as seen at Black Hat and Phrack 63.
Shadow Walker as seen at Black Hat and Phrack 63.
Shadow Walker as seen at Black Hat and Phrack 63.
Shadow Walker as seen at Black Hat and Phrack 63.
- 2022-02-06 05:06:18下载
- 积分:1
-
一个小型的数据库软件,用VC编写,数据库用ACCESS,数据源用ODBC,程序可直接创建数据源,使用时,只需把数据库文件jxc.mdb拷入C:Program F...
一个小型的数据库软件,用VC编写,数据库用ACCESS,数据源用ODBC,程序可直接创建数据源,使用时,只需把数据库文件jxc.mdb拷入C:Program Filesdatabase即可,数据处理功能齐全,而且在视图列表中,双击某一条记录即可进行修改,非常方便。而且界面按钮都是经过处理的特别漂亮。-A small database software used to prepare VC, databases with ACCESS, the data source using ODBC, the procedure can directly create a data source, use, simply jxc.mdb copyed into the database file C: Program Filesdatabase can, data-processing functions , but also in the list view, double-click a record can be modified very convenient. And the interface buttons are treated pretty special.
- 2022-03-13 17:15:14下载
- 积分:1
-
Excel表格是输入输出经常需要涉及到的。操作Excel表格的方式也多种多样。比如,通过调用Excel程序的COM组件对Excel进行操作。但是,这种方式限制较...
Excel表格是输入输出经常需要涉及到的。操作Excel表格的方式也多种多样。比如,通过调用Excel程序的COM组件对Excel进行操作。但是,这种方式限制较多,且实现难度比较大。但是,用于访问数据库的组件ADO,是支持多种数据源的,其中就包括Excel文件。我们可以通过ADO组件对Excel文件进行读写访问。当然,在.NET平台上对应ADO数据访问组件的是ADO.NET组件。我编写的这个类就是通过ADO.NET实现了Excel文件的读写。由于时间仓促,功能还不是很完善,会在以后有时间的时候进行版本升级。也请各位高手多多批评指正。
-Excel spreadsheet input and output is often of the need to address. Operation Excel variety of ways. For example, by calling the Excel COM procedures for the operation of Excel. However, this approach is more limited and more difficult to achieve. However, for access to the database components ADO, is to support multiple data sources, including Excel file. We can ADO components to read and write Excel files visit. Of course,.NET platform counterparts ADO data access components of ADO.NET components. I prepared this category is achieved through ADO.NET read and write Excel files. Because time is so short, the function is still not perfect, will in future have the time for version upgrades. Members also criticized many
- 2022-03-25 07:30:37下载
- 积分:1