标签:服务 版本控制 右键 iat nbsp rom 问题 括号 update
1、问题责任人,
2、可以版本分支
3、如果出现了红色感叹号,要check modification,
再先update,再上传commit,要先下载svn的代码
版本控制器的好处?
showlog
4、要在服务器删除文件,选中文件,然后右键delete,然后commit
5、svn怎样去掉红色叹号,怎么把分支文档下载下来
6、匹配要找唯一的来匹配,比如说卡号
7、oracle没有==,只有=做判断?赋值为:=
8、难道存储过程中参数定义的时候只能指定类型,不能指定长度?
9、存储过程缺失左括号:
10、多表链接?
11、如何查找表中是否存在某条数据:declare
cnt number;
begin
select count(1) into cnt from tab where a=1001;
if cnt =0 then
execute immediate ‘insert into tab values(1001)‘;
end if;
end;
用一个变量把它存储起来
12、
标签:服务 版本控制 右键 iat nbsp rom 问题 括号 update
原文地址:http://www.cnblogs.com/ailsalin/p/6556916.html