1、 document.write("hello"); 打印输出 document.write(mystr+"I love JavaScript"); document.write(mystr+"<br>");//输出hello后,输出一个换行符document.getElementById("p1 ...
分类:
编程语言 时间:
2016-10-12 10:56:02
阅读次数:
187
package com.lzw; import java.awt.*;import java.awt.event.*; import javax.swing.*; public class UseCase3 extends JFrame{ /** * */ private static final ...
分类:
编程语言 时间:
2016-10-09 17:31:19
阅读次数:
537
When to use Interface and when to use Class. Let's see one example: We have an Interface 'Lesson' and a Class 'Lesson'. At this point, I would love to ...
分类:
其他好文 时间:
2016-10-07 07:47:20
阅读次数:
132
昨天晚上的rank彻底废了。。一个星期没敲代码完全没手感。作为总结,贴一道昨天浪费了我两小时的dp。http://acm.dirring.com/problem.php?cid=1003&pid=3 问题 D: Dirring love 音乐 题目描述 上个学期,Dirring给自己的手机升级了安卓 ...
分类:
其他好文 时间:
2016-10-05 13:12:06
阅读次数:
184
英语原版 You say that you love rain, but you open your umbrella when it rains... You say that you love the sun, but you find a shadow spot when the sun sh ...
分类:
其他好文 时间:
2016-10-03 16:45:14
阅读次数:
120
http://love.shiningchen.cc/
分类:
其他好文 时间:
2016-10-03 00:44:17
阅读次数:
141
NanoApe Loves Sequence Ⅱ Accepts: 374 Submissions: 946 Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 262144/131072 K (Java/Others) NanoApe Love ...
在c语言中读取字符串有多种方法,比如scanf() 配合%s使用,但是这种方法只能获取一个单词,即遇到空格等空字符就会返回。如果要读取一行字符串,比如: I love BIT 这种情况,scanf()就无能为力了。这时我们最先想到的是用gets()读取. gets()函数从标准输入(键盘)读入一行数 ...
分类:
编程语言 时间:
2016-10-01 15:05:34
阅读次数:
231
在搞笑一家人里面有一集,朴海美和一个炸鸡外送员之前产生了莫名其妙的情愫。 当时播放的歌曲为Yumeji's Theme,该歌曲同时也是梁朝伟和张曼玉主演的花样年华里面的歌曲。 《花样年华》电影的原声碟In The Mood For Love收录了这首歌曲。 梅林茂:为该曲的原作者。 起初这曲是梅林茂 ...
分类:
其他好文 时间:
2016-09-23 19:43:03
阅读次数:
125
php 基本函数explode(" ",$str) 字符串转数组 implode(" ",$arr) 数组转字符串strrchr("I love Shanghai!","Shanghai") 查找子串最后出现的位置,返回该位置到字符串结尾的所有字符strstr("I love Shanghai!", ...
分类:
Web程序 时间:
2016-09-21 18:42:42
阅读次数:
182