自信银耳汤

文章
8
资源
0
加入时间
2年10月17天

caret_使Windows文本光标(Caret)更宽

caretIf you like your things large, mouse cursors or otherwise, like I do, you can make the Windows Caret (the little text flashy inserty thing) wider with this Registry Key on XP:如果像我一样喜欢大的东西,鼠标光标或其他...

Java基础——由出生年份推出生肖

题目要求:在类中定义一个静态方法根据所输入的某个人的出生年份(整形值)来返回这个人的生肖(字符串类型)。这道题目需要注意的是生肖的记法是从1900年开始的,所以当输入的年份小于1900年的时候,就需要提示输入的年份有误!我采用的数组来存储生肖。代码展示public class test2 { public static void main(String[] args){ test2.getShengxiao(1999);//直接调用静态方法 } public static S

php array的学习笔记

技术不精,要有错误,还请指出,我会改正。 复制代码 代码如下: header( Content-Type: text html; charset