- 博客(5)
- 收藏
- 关注
原创 PHP环境搭建
一、下载工具 1、下载windows更新软件vc_redist_x64.exe 2、下载php-7.0.1(php-7.0.1-Win32-VC14-x64.zip) 3、下载Apache 2.4.18 Win64(httpd-2.4.18-win64-VC14.zip) 4、下载MySQL 注意:软件版本保持一致VC14、X64。 二、安装 1、安装vc_redist_x6
2015-12-24 15:06:23
400
原创 encodeURIComponent
encodeURIComponent function show(){ var f="#wer中文测试"; f = encodeURIComponent(encodeURIComponent(f)); test.value = f; var url = "servlet/Test?f="+f; var rtv =
2015-12-11 15:01:09
368
原创 Oracle表空间文件迁移
set ORACLE_SID = ORCL; sqlplus /nolog connect sys/1234 as sysdba; alter tablespace tablespace_name offline; alter database rename file '......\tablespace_name.dbf' to '......\tablespace_name.dbf'
2015-12-11 14:58:06
420
原创 PL SQL游标
将hregright表中不存在hrno的记录,用house表中的hrno填充(house唯一的时候) declare cursor house_cur is select h.regno,h.hrno from house h where h.hrno is not null group by h.regno,h.hrno having count(h.r
2015-12-11 14:55:39
308
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅