用命令 df 即可# df /var/lib/Filesystem 1K-blocks Used Available Use% Mounted on/dev/sda3 135979984 66905292 62055896 52% /加上-k...
分类:
系统相关 时间:
2015-07-17 15:43:07
阅读次数:
129
参考资料:http://my.oschina.net/wugaoxing/blog/121281环境配置:ubuntu 14.101.保存下述代码为 sublime_imfix.c 文件 1 /* 2 sublime-imfix.c 3 Use LD_PRELOAD to interpose som...
分类:
系统相关 时间:
2015-07-17 13:24:54
阅读次数:
178
In this Document Goal Fix Downloading Files Uploading Files References Applies to: BI Publisher (formerly XML Publisher) - Version 5.6.3 to 5.6.3 [Rel...
分类:
其他好文 时间:
2015-07-17 11:54:25
阅读次数:
186
不啰嗦,直接上图,大概实现效果如下:有上面这样一份数据,将他们按照userAccount和submitTime进行分组,然后提前每组数据的前两条记录提取后数据如下:实现的SQL如下:select t.* from(select *,row_number() over(partition by use...
分类:
数据库 时间:
2015-07-17 11:42:59
阅读次数:
162
json对象的排序代码test.js 第一版 1 //使用严格模式 2 "use stricts"; 3 //需要排序json对象格式 4 var moudles = {"share-map":{orderindex:2},"share-file":{orderindex:1}}; 5 6 var....
分类:
编程语言 时间:
2015-07-17 11:38:19
阅读次数:
136
use mydb--增insert into Fruit(Ids,Name,Price) values('k008','榴莲',9.9)--增加时 主键不能为空,其他项系统默认为 NULLinsert into Fruit values('k009','甜瓜',4.8,'淄博',80,'image/...
分类:
数据库 时间:
2015-07-16 23:55:39
阅读次数:
227
1 添加mysql\bin 到path 2 启动cmd 登陆 :mysql -hlocalhost -uroot -pxxxx 3退出 exit 在mysql》提示符下命令 show databases; 显示数据库 use world; 打开world数据库 show tables; 显示表 cr...
分类:
数据库 时间:
2015-07-16 23:52:13
阅读次数:
218
首先在监控服务器上创建一个数据库monitor:mysql -h172.16.150.23 -uroot -proot
create database monitor;
use monitor;
mysql> create table servers (
id int not null primary key auto_increment,
hostname...
分类:
Web程序 时间:
2015-07-16 20:03:54
阅读次数:
241
create database bank;use bank;/* begin table creation */create table department (dept_id smallint unsigned not null auto_increment, name varchar(20) ....
分类:
数据库 时间:
2015-07-16 19:28:25
阅读次数:
123
xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist, use xcode-select to change执行 sudo xcode-select -swi...
分类:
其他好文 时间:
2015-07-16 19:10:36
阅读次数:
89