-
ZD-BS是一个基于asp+access的个人blog系统
程序特点:
1.数据结构合理,执行效率高
2.缓存优化,在资源和效率上充分考虑平衡
3.可定制能力强,并不是傻瓜式系统,如果需要,用户应当修改源码(参考下面使用说明)
4.开源,免费
用户admin密码admin
编辑注:这个版本是无数据库的,所以只能升级不能重新安装,(为方便新使用朋友在data目录下的数据库为1.2的可以正常使用.)只需要把原来zd-bs的数据库复制进去就可以了,链接参数等请修改config.asp。在IE6下后台的表格可能会出现width100%的bug-ZD-BS is based on asp+ Access personal blog system program characteristics: 1. A reasonable data structure to implement high efficiency 2. Cache optimization, efficiency in terms of resources and take full account of the balance 3. Customizable ability, not a fool system, if required, the user should modify source code (refer to the following instructions) 4. open source, free user admin password admin edit note: this version is no database, we can only upgrade can not be re-installed, (For the convenience of the new use friends in the data directory of the database for normal use can be 1.2.) only to the original database zd-bs copy into it, modify the link parameters config.asp. In IE6 the backgrou
- 2023-07-14 03:15:03下载
- 积分:1
-
这是一个intel网络处理器ixp24xx系列中微码例子。用汇编写的。可以参考一下。...
这是一个intel网络处理器ixp24xx系列中微码例子。用汇编写的。可以参考一下。-This is an intel network processor ixp24xx series micro-code examples. With the compilation was made. Can be examined.
- 2022-11-28 11:25:08下载
- 积分:1
-
华为技术手册
华为工程师手册,在软硬件方面都有开发规范说明,是一份相当好的开发参考手册(Huawei engineers manual, in the development of both hardware and software specification, is a very good reference manual development)
- 2020-06-26 07:40:02下载
- 积分:1
-
Option pricing package
期权定价包 简易的期权定价工具,只需输入几个参数,即可确定期权价格(Option Pricing Package is a simple option pricing tool, which can determine the option price only by inputting several parameters.)
- 2021-04-24 21:08:47下载
- 积分:1
-
index
这是一个最基础的php程序,适合新手练习学习之用(This is the most basic PHP program)
- 2020-06-20 17:20:02下载
- 积分:1
-
C# 取消磁盘共享功能的实例
Visual C# 取消Windows 磁盘共享源代码,在Widnwos7也可设置某一磁盘共享和不共享,本程序只是模拟实现的功能,可取消已被共享的磁盘,在文本框中输入盘符即可取消该盘的共享属性。编写思路,单击一个按钮,创建一个事件,将整个需要实现的功能都写进按钮事件中,事件的代码如下:
System.Diagnostics.Process myProcess = new System.Diagnostics.Process();
myProcess.StartInfo.FileName = "cmd.exe";//启动cmd命令
myProcess.StartInfo.UseShellExecute = false;//是否使用系统外壳程序启动进程
myProcess.StartInfo.RedirectStandardInput = true;//是否从流中读取
myProcess.StartInfo.RedirectStandardOutput = true;//是否写入流
myProcess.StartInfo.RedirectStandardError = true;//是否将错误信息写入流
myProcess.StartInfo.CreateNoWindow = true;//是否在新窗口中启动进程
myProcess.Start();//启动进程
//执行取消磁盘共享命令
myProcess.StandardInput.WriteLine("NET SHARE " + textBox1.Text + "$ /DEL");
MessageBox.Show("执行成功", "信息", MessageBoxButtons.OK, MessageBoxIcon.Information);
- 2023-05-13 16:00:03下载
- 积分:1
-
DSP
说明: 吴镇扬老师的数字信号处理教材,内容简介明了,是东大考研的必备材料。也是技术人员学习的重要参考资料。(Zhen-Yang Wu teacher' s digital signal processing textbook, Introduction to understand, is the essential material of Tokyo Entrance Examination. Technical staff is also an important reference for learning.)
- 2010-04-01 23:05:47下载
- 积分:1
-
Abaqus非线性教程
说明: 十分有利于求解非线性问题,尤其是在土木工程等工程类领域(It is very helpful to solve nonlinear problems)
- 2020-12-30 15:58:19下载
- 积分:1
-
24点的程序,用vc写的,很好的 !
24点的程序,用vc写的,很好的 !-24 point program that will vc write good!
- 2022-07-09 15:48:26下载
- 积分:1
-
Flat Plate Flow
说明: this ducument is about flow over flat plate.
- 2020-06-24 04:40:02下载
- 积分:1