ps由于历史的原因,所以很奇特,有些命令必须加"-",比如:ps A上面的写法是错误的********* simple selection ********* ********* selection by list *********-A all processes ...
分类:
系统相关 时间:
2014-10-16 00:27:51
阅读次数:
402
开发板:FL2440内核版本:linux-2.4.3先附上最终源码show_font.c 还需要一个文件HZK16随便百度下一份就行。 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 ...
分类:
其他好文 时间:
2014-10-15 20:42:32
阅读次数:
309
//创建本地仓库
mkdir git_root;cd git_root;git init //
//查看
git status .
git log
git log ./kernel/driver/
git show 17228ec1630f6b47983870b3eddc90d4088dcc88 --name-only
//下载
git clone https://github....
分类:
其他好文 时间:
2014-10-15 18:15:01
阅读次数:
225
1.列出MYSQL支持的所有字符集:SHOW CHARACTER SET;2.当前MYSQL服务器字符集设置SHOW VARIABLES LIKE 'character_set_%';3.当前MYSQL服务器字符集校验设置SHOW VARIABLES LIKE 'collation_%';4.显示某...
分类:
数据库 时间:
2014-10-15 17:59:41
阅读次数:
207
linux下ls命令(支持-R参数)的c语言实现:
#include
#include
#include
#include
#include
#include
#include
void do_ls(char *);
void do_stat(char *,char *);
void show_file_info(char *,struct stat *,char *);
voi...
分类:
系统相关 时间:
2014-10-15 16:03:20
阅读次数:
305
1. 通过 show status和应用特点了解各种 SQL的执行频率 通过 SHOW STATUS 可以提供服务器状态信息,也可以使用 mysqladmin extende d-status 命令获得。 SHOW STATUS 可以根据需要显示 session 级别的统计结果和 global级.....
分类:
数据库 时间:
2014-10-15 14:00:40
阅读次数:
295
Eclipse中tomcat service设置 选择window ----show view---services可以看到服务的面板 双击tomcat进入配置界面Service Locations(Specify the server path (i.e. catalina.base) and deploy path. Server mu...
分类:
系统相关 时间:
2014-10-15 13:44:41
阅读次数:
245
前言:此文章主要记录主要的 MongoDB Collection 的部分 DDL 操作。db 查看当前所在的数据库(默认 test)> dbtest>show dbs 查看当前数据库服务器上的数据库名字> show dbsadmin (empty)local 0.078GBmydb 0.07...
分类:
数据库 时间:
2014-10-15 13:41:40
阅读次数:
293
??
1
连接MYSQL服务器:mysql–uroot –p123456
查看中文问题
show variables like 'character%';
2
修改mysql的字符集,退出mysql提示符界面:
mysql -uroot -p--default_character_set=gbk;
3
数据库的操作...
分类:
数据库 时间:
2014-10-15 12:41:11
阅读次数:
305
??
第一层因素:
mysql的自身的设置
mysql有六处使用了字符集,分别为:client
、connection、database、results、server
、system。
mysql>show variables like 'character%';
+-------------------...
分类:
数据库 时间:
2014-10-15 12:41:05
阅读次数:
256