- 博客(3)
- 收藏
- 关注
转载 1字符串-1.1字符串的旋转
问题: 给定一个字符串,将字符串前面几个字符移动字符串的末尾 解法一:蛮力位移 将需要移动的字符一个一个移到字符串尾部,设字符串的长度为n 原字符串:abchro java代码如下: public class ForceMove { //字符串的长度为n publ...
2019-05-12 17:00:00
120
转载 Oracle字符串的拼接符
--查询中四则运算 select 1+1 from dual; --查询员工年薪 = 月薪 * 12 select sal*12 from emp; --查询员工年薪+奖金 select sal*12 + comm from emp; /* 注意:null值,代表不确定的 不可能...
2018-12-07 15:39:00
605
转载 getElementsByName() 方法
HTML DOM getElementsByName() 方法 HTML DOM Document 对象 定义和用法 getElementsByName() 方法可返回带有指定名称的对象的集合。 语法 document.getElementsByName(name) 该方法与 getEle...
2018-11-27 20:44:00
475
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人