secureCRT上传下载sz下载,下载可以指定目录rz上传压缩tartar -czf a.tar.gz atar -xzf pig.tar.gz -C ./t/Linux下创建一个任意大小文件创建文件名"test",文件大小1000MB:dd if=/dev/zero of=test bs=1M ...
分类:
系统相关 时间:
2015-12-04 18:06:04
阅读次数:
135
Clipboard control (default) Ctrl+Ins Edit|Copy Shift+Del Edit|Cut Shift+Ins Edit|Paste Ctrl+C Edit|Copy Ctrl+V Edit|Paste Ctrl+X Edit|Cut ...
分类:
编程语言 时间:
2015-11-29 00:48:17
阅读次数:
306
描述给定一个整数N,判断其正负。输入一个整数N(-109 0, 输出positive;如果N = 0, 输出zero;如果N int main(){ int n; scanf("%d",&n); if(n>=0) if(n==0) printf(...
分类:
其他好文 时间:
2015-11-28 18:12:43
阅读次数:
1715
bool MenuMove::init(){ if (!Layer::init()) { return false; } menu=Sprite::create("CloseSelected.png"); menu->setPosition(Vec2::ZERO); menu->se...
分类:
其他好文 时间:
2015-11-26 20:58:37
阅读次数:
165
一、头文件 #ifndef _PIT_H_ #define _PIT_H_ extern uint32_t zero; //定义定时器 typedef enum PITn { PIT0, PIT1, PIT2, PIT3 } PITn; void pit_init(PITn, u32 cnt); ....
分类:
其他好文 时间:
2015-11-25 21:52:55
阅读次数:
848
一、头文件: #ifndef _EXTI_H_ #define _EXTI_H_ typedef enum exti_cfg { zero_down = 0x08u, //低电平触发,内部下拉 rising_down = 0x09u, //上升沿触发,内部下拉 falling_down = 0x0A...
分类:
其他好文 时间:
2015-11-25 11:26:05
阅读次数:
648
首先是系统剪切板的调用服务:ClipboardManager ClipboardManager=getSystemService(Context.CLIPBOARD_SERVICE);然后是写入,取出。这里需要注意的是,在android版本11之前,利用剪切板传递数据是使用setText和getTe...
分类:
移动开发 时间:
2015-11-24 12:48:43
阅读次数:
463
老李分享:《Linux Shell脚本攻略》 要点(三)1、生产任意大小的文件[root@localhost dd_test]#[root@localhost dd_test]# dd if=/dev/zero of=junk.data bs=1k count=1010+0 records in10...
分类:
系统相关 时间:
2015-11-23 18:14:08
阅读次数:
202
1].[代码] [HTML]代码 跳至 [1] [2] [3] [4] [5] [6]?1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575...
分类:
其他好文 时间:
2015-11-19 18:50:53
阅读次数:
266
今天在用Android studio开发过程中遇到这样一个错误,贴一下错误Log:Error:Executionfailedfortask':myapp:dexDebug'.com.android.ide.common.process.ProcessException:org.gradle.proc...
分类:
其他好文 时间:
2015-11-18 16:32:16
阅读次数:
165