/** * Loading JavaScript code - uncomment the one you want. * * OPTION 1 * Load from development server. Start the server from the repository root: *
分类:
Web程序 时间:
2016-02-01 15:45:40
阅读次数:
178
2016-01-30 mount失败问题解决
[root@mofficedb2 ~]# mount /dev/sdc /dta
mount: you must specify the filesystem type
[root@mofficedb2 ~]#
[root@mofficedb1 ~]# mount -t ext4 /dev/sdc1 /data...
分类:
其他好文 时间:
2016-02-01 02:18:54
阅读次数:
348
Command+W 键 关闭窗口(网页或非网页) Option+Command+W 键 关闭所有窗口 同时按住“command+Optionion+esc”键可以强行退出死机程序; safari快捷键----- 切换到下一个标签页 – Control+Tab切换到上一个标签页 – Control+S
分类:
系统相关 时间:
2016-01-31 21:48:20
阅读次数:
223
DNS中的协议字段定义 Table of Contents 1 概述 2 DNS Classes 3 DNS OpCodes 4 DNS RCODEs 5 DNS Label Types 6 DNS资源记录 7 EDNS Version 8 DNS EDNS0 Option Codes (OPT)
分类:
其他好文 时间:
2016-01-31 03:08:53
阅读次数:
249
$.fn.extend({ SetDict: function (option) { var txtControl = $(this); if (!txtControl.hasClass("combo-text")) { // var width = txtControl.width(); //tx
分类:
Web程序 时间:
2016-01-31 03:05:24
阅读次数:
266
$.fn.extend({ SetDict: function (option) { var txtControl = $(this); if (!txtControl.hasClass("combo-text")) { // var width = txtControl.width(); //tx
分类:
Web程序 时间:
2016-01-31 02:58:14
阅读次数:
284
Mac中主要有四个修饰键,分别是Command,Control,Option和Shift。 1. ? + L 搜索行数,输入行数,调到指定行数 2.? + shift + O 查询flie 3.? + F 搜索文件里面的内容,直接跳转。可以切换repalce进行替换 ? + G 寻找下一个 ? +
分类:
其他好文 时间:
2016-01-30 17:41:09
阅读次数:
141
vs 删除行尾空格vs2010:Enter: Ctrl+HFind what: :b*$Replace with: [Empty]Look in: Current DocumentFind Option: Use Regular ExpressionsClick: Replace All解释一下正则表达式::b*$$表示一行的结束,:b表示空格或tab,*表示0个或多个在 Find What 编辑...
分类:
其他好文 时间:
2016-01-30 13:58:35
阅读次数:
249
团队开发中,版本回退是老生常谈了。通常版本回退的原因是代码中出现重大错误了,要回退到上一个可运行的版本。
这是一个很危险的动作,而我们使用revert命令来做这个危险动作。$ hg revert --help
hg revert [OPTION]... [-r REV] [NAME]...restore files to their checkout state Note:
T...
分类:
其他好文 时间:
2016-01-30 02:54:47
阅读次数:
214
chown [OPTION]... [OWNER][:[GROUP]] FILE... chown mail:mail log2012.log chown [OPTION]... --reference=RFILE FILE... 把指定的目录/文件作为参考,把操作的文件/目录设置成参考文件/目录相
分类:
其他好文 时间:
2016-01-30 02:28:13
阅读次数:
128