win +
rregeditHKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.*(想要改变打开方式的文件格式,也就是文件扩展名。如/.7z/.bat等)\OpenWithList。在右边的对话...
分类:
其他好文 时间:
2014-06-13 00:05:34
阅读次数:
258
.destination1 .current{ display:block;
animation:danru 2s linear infinite; -webkit-animation:danru 2s linear alternate
; ...
分类:
其他好文 时间:
2014-06-12 21:47:05
阅读次数:
344
Update July 2011:This list has been reviewed and
made current with the most recent Eclipse 3.7 release.If you are a Java
developer and use the new @Su...
分类:
其他好文 时间:
2014-06-12 17:10:17
阅读次数:
278
如上面讲到的,Windows
XP/2003的文件内容搜索并不是不能用,只是被关闭了而已,我们只要打开XP/2003的文件内容搜索的功能就可以了。1、点击"开始" ->
"运行"。2、输入"regedit",打开注册表编辑器。3、找到HKEY_LOCAL_MACHINE\SYSTEM\Current...
分类:
其他好文 时间:
2014-06-12 17:09:00
阅读次数:
259
Execute shell commandsThere are a number of
different ways to run shell commands from Ruby.TheexeccommandKernel#execreplaces
the current process and r...
分类:
其他好文 时间:
2014-06-12 06:50:15
阅读次数:
281
c# 获取相对路径,操作环境变量.
一、获取当前文件的路径
1. System.Diagnostics.Process.GetCurrentProcess().MainModule.FileName
// Get the current directory.
string path = Directory.GetCurrentDirectory();
获取模块的完整...
分类:
其他好文 时间:
2014-06-10 15:07:12
阅读次数:
288
brk(addr)直接修改堆的大小。addr指定current->mm->brk的新值,返回值是线性区新的结束地址,这是一个系统调用。当用户态的进程调用brk()系统调用时,内核执行sys_brk(addr)函数。下面分析这个函数的执行流程:
1:检测addr参数是否位于进程代码段所在的线性区,如果是直接返回,因为堆不能与进程代码段所在的线性区重合。
mm=current->mm;
down_...
分类:
其他好文 时间:
2014-06-10 11:06:20
阅读次数:
284
1. MySQL 获得当前时间戳函数:current_timestamp,
current_timestamp()mysql> select current_timestamp,
current_timestamp();+---------------------+-----------------...
分类:
数据库 时间:
2014-06-09 17:04:45
阅读次数:
248