2017年4月3日

linux用户及文件权限管理

摘要: who -a 打印能打印的全部-d 打印死掉的进程-m 同am i,mom likes-q 打印当前登录用户数及用户名-u 打印当前登录用户登录信息-r 打印运行等级 su,su- 与 sudo su <user> 可以切换到用户 user,执行时需要输入目标用户的密码,sudo <cmd> 可以以 阅读全文

posted @ 2017-04-03 15:39 大山下的树 阅读(118) 评论(0) 推荐(0) 编辑

linux 通配符

摘要: * 匹配 0 或多个字符? 匹配任意一个字符[list] 匹配 list 中的任意单一字符[!list] 匹配 除list 中的任意单一字符以外的字符[c1-c2] 匹配 c1-c2 中的任意单一字符 如:[0-9] [a-z]{string1,string2,...} 匹配 string1 或 s 阅读全文

posted @ 2017-04-03 14:46 大山下的树 阅读(113) 评论(0) 推荐(0) 编辑

linux 常用快捷键

摘要: Ctrl+c 强行终止当前程序 Ctrl+d 键盘输入结束或退出终端 Ctrl+s 暂停当前程序,暂停后按下任意键恢复运行 Ctrl+z 将当前程序放到后台运行,恢复到前台为命令fg Ctrl+a 将光标移至输入行头,相当于Home键 Ctrl+e 将光标移至输入行末,相当于End键 Ctrl+k 阅读全文

posted @ 2017-04-03 14:42 大山下的树 阅读(92) 评论(0) 推荐(0) 编辑

2016年10月20日

datatables-2

摘要: <table id="gridtable" class="gridtable">//声明jquery datatables <thead> <tr> <th>Name </th> <th>Value </th> <th>DisplayOrder </th> </tr> </thead> <tbody 阅读全文

posted @ 2016-10-20 20:22 大山下的树 阅读(104) 评论(0) 推荐(0) 编辑

2016年10月1日

datables

摘要: https://editor.datatables.net/examples/styling/bootstrap.html https://datatables.net/forums/discussion/29319/new-rowsgroup-plugin-merge-cells-vertical 阅读全文

posted @ 2016-10-01 10:29 大山下的树 阅读(472) 评论(0) 推荐(0) 编辑

2016年9月4日

UML 类图和时序图

该文被密码保护。 阅读全文

posted @ 2016-09-04 13:03 大山下的树 阅读(1) 评论(0) 推荐(0) 编辑

2016年8月31日

datatables

摘要: Name StudentID ... 阅读全文

posted @ 2016-08-31 21:02 大山下的树 阅读(258) 评论(0) 推荐(0) 编辑

2016年8月11日

http://blog.csdn.net/heqingsong1/article/details/8540665

摘要: http://blog.csdn.net/heqingsong1/article/details/8540665 阅读全文

posted @ 2016-08-11 08:07 大山下的树 阅读(107) 评论(0) 推荐(0) 编辑

导航