using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Reflection; namespace... ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Fleck; using System.Threadin... ...
#top输出:c:切换显示命令名称和完整命令行。显示完整的命令。这个功能很有用。M:根据驻留内存大小进行排序。P:根据CPU使用百分比大小进行排序。[root@TG1704log]#top
top-14:06:23up70days,16:44,2users,loadaverage:1.25,1.32,1.35
Tasks:206total,1running,205sleeping,0..
分类:
系统相关 时间:
2017-02-24 01:00:37
阅读次数:
234
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Web; namespace System... ...
分类:
其他好文 时间:
2017-02-23 22:43:49
阅读次数:
169
背景 近期为了修改系统中issue数据字段,没有插件直接支持,准备采用rake任务来完成。 错误代码 设置断点调试后发现,在Query:statement函数里有以下代码: valid为ActiveRecord的方法,生成context进行验证,这里验证会失败。 解决 1、看了网上rake任务代码, ...
分类:
其他好文 时间:
2017-02-23 11:15:44
阅读次数:
196
需求: 最近喜欢折腾各种编辑器。 用了vscode官方的c/c++插件,配好launch.json和tasks.json之后用debug还是感觉很不错的。 但是感觉对于acm有些用不上,反而不太灵敏,用起来也不太方便。 就想配成像subliime自带的那样: 1、编译之后直接运行 2、可以把输出显示 ...
分类:
编程语言 时间:
2017-02-17 23:05:01
阅读次数:
388
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Reflection; namespace... ...
Code A program, often referred to source code or just code , is a set of special instructions to tell the computer what tasks to perform. Usually, the ...
分类:
Web程序 时间:
2017-02-15 14:39:51
阅读次数:
306
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 using System.Xml; 7 8 ... ...
在对Gulp有了一个初步的了解之后,我们开始构建一个较为完整的Gulp开发环境。 本文主要分为6个段落: 1. 构建项目目录结构(Directory Structure Build) 2. 插件介绍及使用方法(Tasks and dependencies) 3. 扩展优化(Extend & Opti ...
分类:
其他好文 时间:
2017-02-11 15:41:44
阅读次数:
329