搜索资源列表
W2kSqlextendedproc
- BCB 编写的一些简单函数用于SQL的扩展存储过程. -检查文件是否存在Select dbo.FileExist( c:\\boot.ini ) --删除文件Select dbo.FileDelete( C:\\X.txt ) --服务状态Select dbo.ServerStat( awhost32 ,1) --建立目录Select dbo.MKDIR( C:\\Test\\test ,1) --文件复制Select dbo.FileCopy( C:\\boot.ini , c
Oracle9i-SGA
- Oracle 在启动的时候指定SGA使用多少虚拟内存,并且在运行时允许实例通过调整buffer cache, shared pool, large pool和PGA的大小动态的调整SGA。-Oracle boot time designated SGA amount of virtual memory, and at runtime allowing example by adjusting the buffer cache, shared pool, large pool and the si
602DB
- 天堂伺服器端DB 利用MSQL匯入資料庫 在啟動BAT開啟伺服器-Paradise Import server-side DB using MSQL database server to open the boot BAT
hantopiny
- VFP引导码过程->将汉字串自动转换为汉语拼音首字母.用途:用于快速检索,例如:进销存商品名的快速检索,数据库类开发不可缺少的功能块.我这里定义为[引导码]-Boot code process-> Chinese character string is automatically converted to Hanyu Pinyin first letter. Purposes: for fast retrieval, for example: Invoicing trade name
demo-jpa-spring-boot2-mysql
- 使用Spring boot开发简单的查询功能(Develop simple query functionality with spring boot)