-
文件上传SmartUpload
资源描述此代码是基于oracle数据库的文件上传功能实现,实现的是雇员信息功能,因为雇员信息有图片显示功能要求,通过文件上传功能实现信息录入功能。代码包含sql语句和具体实现代码,个人也是刚学,如有不对的地方大家指出。
- 2022-10-21 14:05:04下载
- 积分:1
-
文本编辑器
基于命令行的文本编辑器
功能:1、 打开文件
2、 保存文件
3、 能够对文件进行查找
4、 能够对文件进行替换
5、 能够对文件进行删除
- 2022-04-12 23:30:30下载
- 积分:1
-
分析PE可执行文件,可以查看任意exe文件的DLL连接使用…
分析PE可执行文件,并可查看任意EXE文件所使用的DLL文件及包函的
涵数名或序数号,初学者程序打包时可以查看需要的DLL文件-analysis PE executable files and can check arbitrary EXE file used by the DLL files and 9.1.2 of the culvert, or several ordinal number, beginners process can be wrapped up View of DLL files
- 2022-06-11 20:50:29下载
- 积分:1
-
该软件实现指定文件下的文件的定时拷贝,效果好,方便实用,行业内号...
该软件实现指定文件下的文件的定时拷贝,效果好,方便实用,行业内号-the software under the specified file regular copy paper, effective, convenient and practical, industry,
- 2022-11-08 21:15:02下载
- 积分:1
-
浏览fastdb数据文件(*.fdb)源码
浏览fastdb数据文件(*.fdb)源码-browse file of fasbdb
- 2022-08-03 14:08:00下载
- 积分:1
-
原始数据划分为train.dat和test.dat
应用背景开始是做movielense的数据,可以把原始数据任意划分为train.dat和test.dat,主要是为了做验证实验。非常简单明了,适合初学者看看,如果不喜欢,请轻喷。关键技术# -*- coding: cp936 -*-
from sklearn import cross_validation
c = []
filename = r"Raw.data" #原始数据
out_train = open(r"train.txt","w") #训练集
out_test = open(r"test.txt","w") #测试集
for line in open(filename):
items = line.strip().split(",")
c.append(items)
c_train,c_test = cross_validation.train_test_split(c,test_size=0.1)#size =你需要的比例
for i in c_train:
out_train.write(",".join(i)+"
")
for i in c_test:
out_test.write(",".join(i)+"
")
- 2022-01-25 21:21:56下载
- 积分:1
-
this document file contain articles about machine diagnostics
this document file contain articles about machine diagnostics
- 2022-07-21 19:39:24下载
- 积分:1
-
打开一个8位图像得文件并且,显示一个8位图像,
打开一个8位图像得文件并且,显示一个8位图像,-opened an eight images in the document and, showing an eight images,
- 2022-02-02 09:16:51下载
- 积分:1
-
文件资源管理器通过使用 Microsoft Visual Studio C# 的复制和粘贴函数
该代码是创建简单的文件资源管理器中使用 Microsoft Visual Studio 的 GUI。文件资源管理器使用的 Visual studio 的固有类和执行简单的文件管理操作,如复制、 粘贴、 重命名和删除功能。
- 2022-01-25 19:39:36下载
- 积分:1
-
Realize a very sound operation of the XML document type, and provides both MFC a...
一个很完善的实现对XML文件操作的类,并提供了MFC和ATL两种方式-Realize a very sound operation of the XML document type, and provides both MFC and ATL
- 2022-03-10 20:17:14下载
- 积分:1