码迷,mamicode.com
首页 >  
搜索关键字:cp mv cat head    ( 57883个结果
linux复制多个文件到文件夹
linux复制多个文件到文件夹cp file1 file2 file3 directory即将文件file1 file2 file3复制到directory
分类:系统相关   时间:2014-05-14 03:03:22    阅读次数:251
list_for_each与list_for_each_entry详解
一、list_for_each 1.list_for_each原型 #define list_for_each(pos, head)     for (pos = (head)->next, prefetch(pos->next); pos != (head);     pos = pos->next, prefetch(pos->next)) 它实际上是一个 for 循环,利用...
分类:其他好文   时间:2014-05-13 08:50:12    阅读次数:506
GIT -> git rev-parse 笔记
显示分支 $git rev-parse --symbolic --branches 显示里程碑 $git rev-parse --symbolic --tags 显示引用 $git rev-parse --symbolic --branches refs/heads/master refs/remotes/origin/HEAD refs/remotes/origin/master...
分类:其他好文   时间:2014-05-13 06:03:57    阅读次数:387
bootstrap_07_表格类
<!doctypehtml> <html> <metacharset="utf-8"/> <head> <title>益司CMS-PC与手机建站集成</title> <metaname="viewport"content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no"> <linkrel="stylesh..
分类:其他好文   时间:2014-05-13 05:03:20    阅读次数:251
bootstrap_10图片
<!doctypehtml> <html> <metacharset="utf-8"/> <head> <title>益司CMS-PC与手机建站集成</title> <metaname="viewport"content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no"> <linkrel="stylesh..
分类:其他好文   时间:2014-05-13 03:47:28    阅读次数:422
bootstrap_08_表单
<!doctypehtml> <html> <metacharset="utf-8"/> <head> <title>益司CMS-PC与手机建站集成</title> <metaname="viewport"content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no"> <linkrel="stylesh..
分类:其他好文   时间:2014-05-13 03:30:05    阅读次数:250
bootstrap_09按钮_表单
<!doctypehtml> <html> <metacharset="utf-8"/> <head> <title>益司CMS-PC与手机建站集成</title> <metaname="viewport"content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no"> <linkrel="stylesh..
分类:其他好文   时间:2014-05-13 03:13:38    阅读次数:238
数据备份与恢复
一、数据备份与恢复1.1备份数据的方式物理备份:cptarMysqlhotcopy:只能备份存储引擎是myisam的表且依赖于perl-DBD-MySQLYum-yinstallperl-DBD-MySQL备份格式:Mysqlhotcopy-uroot-p123原库名新库名;逻辑备份:用mysql自己提供的命令或第三方软件提供的备份命令,备份创建库,..
分类:其他好文   时间:2014-05-13 00:49:53    阅读次数:572
JavaScript网站设计实践(二)实现导航栏当前所选页面的菜单项高亮显示
一、(一)中的代码还可以修改的地方。在(一)中,如果是运行在服务器下,如apache等,可以把head和navigation的div抽取出来,放置在另一个html文件里,然后在页面中,include进来。这样,当要对导航栏进行修改时,只需要修改一个文件,而不用修改所有相关的页面文件。不过,我这里没有...
分类:编程语言   时间:2014-05-12 19:21:36    阅读次数:456
bootstrap_03_常用标签
<!doctypehtml> <html> <metacharset="utf-8"/> <head> <title>益司CMS-PC与手机建站集成</title> <metaname="viewport"content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no"> <linkrel="stylesh..
分类:其他好文   时间:2014-05-11 19:22:08    阅读次数:386
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!