Write a program that outputs the string representation of numbers from 1 to n. But for multiples of three it should output “Fizz” instead of the numbe ...
分类:
其他好文 时间:
2019-06-21 22:22:33
阅读次数:
119
What is Delegation? Just like the name. Delegation is that a server pretend to behalf a user and to authenticate with kerberos protocol.There are thre ...
分类:
其他好文 时间:
2019-06-17 18:57:46
阅读次数:
101
package three; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; public class IO { public static void main(String[... ...
分类:
其他好文 时间:
2019-06-16 17:31:15
阅读次数:
89
Introduction about React component lifecycle. 1 Lifecycle A React component in browser can be any of the following three statuses: mounted, update and ...
分类:
Web程序 时间:
2019-06-14 20:07:30
阅读次数:
97
Bootstrap 实例 - 基本的胶囊式导航菜单 基本的胶囊式导航菜单 Home SVN iOS 胶囊1对应的内容: one 胶囊2对应的内容:two 胶囊3对应的内容:three ... ...
分类:
其他好文 时间:
2019-06-13 15:41:26
阅读次数:
101
一、团队信息 团队名称:Three cobblers 项目名称:教师实验室自主排课系统 队员信息: 二、SCRUM部分 1.各成员情况 201731081105 今日进展 存在问题 明日安排 当天截图 201731072424 今日进展 存在问题 明日安排 当天截图 201731041314 今日进 ...
分类:
其他好文 时间:
2019-06-12 21:33:09
阅读次数:
154
传送门 D. Divide by three, multiply by two ?题意 给你一个数 x,x 可以执行以下两种操作中的一种得到数 y: y 再执行上述两种操作的一种得到数 z; 接着对 z 得到...... 这样依次执行了 n-1 次会得到 n 个数; 现在给你这 n 个数,让你按照上 ...
分类:
其他好文 时间:
2019-06-11 22:10:48
阅读次数:
125
1、vim /etc/selinux/config Selinux的配置文件 \ This file controls the state of SELinux on the system. \ SELINUX= can take one of these three values: \ enfor ...
分类:
系统相关 时间:
2019-06-08 16:24:34
阅读次数:
646
python中的enumerate()函数的用法enumerate()函数用于将一个可遍历的数据对象(如列表、元组或字符串)组合为一个索引序列,同时列出数据和数据下标,一般用在for循环当中,可以接手一到两个参数。ex:seq=[‘one‘,‘three‘,‘four‘]循环列表时:普通循环:为foriinseq:print(i)效果为:onethr
分类:
编程语言 时间:
2019-06-08 14:59:13
阅读次数:
124
附带three.js代码,点击下载 上面代码是透视投影摄像机的效果,如下图所示: 正投影摄像机 它基本上各个方向大小都相同,没有透视的效果。如下图所示: ...
分类:
Web程序 时间:
2019-06-06 12:12:05
阅读次数:
116