昨天晚上第一次翻译了《20 Command Line Tools to Monitor Linux Performance》中的前十个命令,翻译得不是很好,今天晚上继续把后面的十个也翻译给大家吧,第一次写博客,写的不是特别的好,希望大家不要介意,也希望大家觉得有什么不对的地方能够多多指教,毕竟小弟还...
分类:
系统相关 时间:
2014-08-24 00:13:11
阅读次数:
506
昨天写的关于解决JavaWeb: 报错信息The superclass "javax.servlet.http.HttpServlet" was not found on the Java的方案非常好的攻克了这个错误,可是它没有全然的解决我的问题,Maven项目依旧有一个红色叹号存在。红色叹号存在的...
分类:
编程语言 时间:
2014-08-23 22:49:11
阅读次数:
286
转载自CSDN --andyweike1. 编译iPad真机时,选择了 Architetures:Standard(armv6) BaseSDK:iPhoneDevice3.2 TargetDeviceFamily:iPad.若编译出现如下错误:Command /Developer/Platform...
分类:
其他好文 时间:
2014-08-23 21:28:31
阅读次数:
220
NAME popen, pclose - pipe stream to or from a processSYNOPSIS #include FILE *popen(const char *command, const char *type); int pclose(FILE *stream);DE...
分类:
其他好文 时间:
2014-08-23 13:54:00
阅读次数:
227
各位大神,急求,目前apache已经运行成功,用localhost:8080,可以看到it works;但是用localhost会出现The requested URL / was not found on this server.的404错误,香格里拉娱乐城这是为什么呢,然后在httpd.conf...
分类:
其他好文 时间:
2014-08-23 13:51:40
阅读次数:
189
Android adb setup for ubuntu connect the device to ubuntu, use command $sudo lsusb will display like: mean: Spreadtrum device idVendor 1782 ?idProduct 5d24 1, touch the file: ~/.android/adb_usb.in...
分类:
移动开发 时间:
2014-08-23 03:36:20
阅读次数:
249
发布闲云控制台连载系列,会不定期加入新功能~
先发一个命令解析的框架
/**************************************************
*******************闲云万能控制台*********************
*********
********* 作者: 闲云野鹤
********* QQ: 836663997...
分类:
其他好文 时间:
2014-08-22 23:53:29
阅读次数:
441
more 命令有三种用法:
1.more filename
2.command | more
3.more
本例中在使用时要用./more执行
more.c
#include
#include
#include
#define LINE_LENGTH 512
#define PAGE_LENGTH 24
int see_more(FILE* fp_cmd)
{...
分类:
系统相关 时间:
2014-08-22 17:55:59
阅读次数:
306
画了一个模块比较杂的原理图,为了省事,就从官方评估板上复制过来一部分原理图,将里面的电容改成了自己想要的名字。然后又从自己原来画过的原理图中复制了一部分电路,然后是根据需求使用自己的库里的元件新画了一部分电路。今天在成生Netlist的时候发现报错:
如图选中该错误,按F1键查看帮助,得到内容如下:
This situation should only occur if y...
分类:
其他好文 时间:
2014-08-22 16:25:22
阅读次数:
631
HTTP 错误 404.2 - Not Found由于 Web 服务器上的“ISAPI 和 CGI 限制”列表设置,无法提供您请求的页面。解决办法:设置为允许HTTP 错误 404.17 - Not Found"HTTP 错误 404.17 - Not Found 请求的内容似乎是脚本,因而将无法由...