-
65zw
【美国】65zw全文字过滤干净 采集规则([U.S.] 65zw full text filter clean and acquisition rules)
- 2013-08-20 11:25:26下载
- 积分:1
-
医院管理系统(PHP+MYSQL)
医院管理系统,个人开发仅供测试,不得用于商业用途(hospital management system)
- 2020-12-14 23:49:16下载
- 积分:1
-
mybbs3beta
一款优秀简洁的小型论坛程序.程序加入了后台管理功能,对会员的资料可以任意进行编辑,修改,添加,删除.以及加入会员搜索等功能
用户名:admin和密码:admin(An excellent forum simple small programs adding a background management functions of any member s information can be edited, modify, add, delete. Register and search functions
Username: admin and password: admin)
- 2016-03-08 21:26:24下载
- 积分:1
-
地图边界工具
说明: 运行后F12后,输入想要知道的地方,点击查询,可以获取查询区块的详细资料,经纬度等。(F12 can directly view map boundary details after operation)
- 2020-06-29 11:20:02下载
- 积分:1
-
mypetshop
简单的宠物商店管理系统,可以对商品的浏览,增删改查,加入购物车。后台对用户和商品的管理。(Simple pet stores management system, you can browse the merchandise, CRUD, cart. Manage users and goods.)
- 2020-12-16 16:29:12下载
- 积分:1
-
Onvif-deve_-framework
说明: Onvif开发框架,包含需要的wsdl文件已经通过goasp生成的头文件和源文件.没有包含鉴权(Onvif development framework, including the need for the WSDL file has been generated by the goasp header files and source files.)
- 2016-07-27 09:46:38下载
- 积分:1
-
caiji
提别人网站内容,通过模拟打开别人的网站,然后获取源码,从源码中剖析你想要的那段内容。(Others mention website content, by simulating open someone else s site, and then get source code, source code analysis from that part of the content you want.)
- 2013-11-21 21:34:32下载
- 积分:1
-
zblogphp_v1.1.beta.1221
PHP博客程序,同时支持MySQL和SQLite双数据库(PHP blog system)
- 2013-12-23 08:53:10下载
- 积分:1
-
西风投票系统
资源描述简介:
一個可以防止灌票的投票系统,可以运用于大多数网站,想学的同学就学学吧。
- 2023-03-11 14:45:03下载
- 积分:1
-
C# 获得系统所有用户和当前登录用户(当前进程的)
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Security.Principal;
using System.Text;
namespace SystemUsers
{
class Program
{
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)]
public struct USER_INFO_0
{
public string UserName;
}
[DllImport("Netapi32.dll")]
extern static int NetUserEnum(
[MarshalAs(UnmanagedType.LPWStr)]
- 2022-02-21 16:29:09下载
- 积分:1