搜索资源列表
ip
- 限制IP访问系统 限制连续或单个ip访问 添加单个就只填起始IP就可以了 一: 在数据库中添加一个“ip”表 id-自动编号 IP_start-数字-双精度型 IP_end-数字-双精度型 二: 修改一下admin_ip.asp文件 这个是管理页面 打开后修改一下数据库链接地址和加入身份验证就可以了 三: 根据conn.asp修改你自己的conn.asp
VC-Ado-Oracle
- 本例子是在VC下用ADO链接ORacle数据库的一个实例,在界面中通过输入数据源名,用户名,密码,点击链接之后,若是成功,则会在listbox里显示所有的表,当双击某一个表时,则会在右边的listcontrol 中显示相应的表中数据。-this application is a good example to connect Oracle with ADO under the enviroment of visual C++ 6.0.After entering your datasource
lianbiao
- 用C描述的单双链表的创建,插入,删除等操作的详细代码-Described the creation of the single and double linked list in C, insert, or delete operation code