Compare commits

...

No commits in common. 'master' and 'xyh' have entirely different histories.
master ... xyh

@ -1,3 +0,0 @@
1、查看IP地址ipconfig
2、查看端口使用信息netstat -nao
3、检查网络端口是否连通 ping IP地址

@ -0,0 +1,11 @@
public double mysin(double x) {
return Math.sin(x);
}
public double mycos(double x) {
return Math.cos(x);
}
public double mytan(double x) {
return Math.tan(x);
}

@ -0,0 +1 @@
hello,how was it going
Loading…
Cancel
Save