码迷,mamicode.com
首页 >  
搜索关键字:registry    ( 2386个结果
批量清除.svn 或 _svn
Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\DeleteSVN]@="Delete SVN Folders"[HKEY_LOCAL_MACHINE\SOFTWARE\Cla...
分类:其他好文   时间:2014-12-25 01:28:00    阅读次数:257
HibernateUtil
1 package com.ssh.util; 2 3 import org.hibernate.SessionFactory; 4 import org.hibernate.boot.registry.StandardServiceRegistryBuilder; 5 import org.h.....
分类:Web程序   时间:2014-12-24 20:11:00    阅读次数:210
REMOVE A WINDOWS SERVICE
You can easily remove a Windows service from the Windows registry using a simple command prompt command called SC. SC is the command line utility whic...
分类:Windows程序   时间:2014-12-24 13:27:19    阅读次数:217
在chromium中加入默认的启动页
启动页的配置选项如图所示: 启动页的默认配置由src\chrome\browser\prefs\session_startup_pref.cc生成 在RegisterProfilePrefs函数中,可以看到配置的选项。 registry->RegisterIntegerPref( prefs::kRestoreOnStartup, TypeToPrefVa...
分类:其他好文   时间:2014-12-23 15:44:15    阅读次数:220
ASP.NET中如何读取和写入注册表
直接给源码:读取注册表内容:1 RegistryKey regkey=Registry.LocalMachine.OpenSubKey(@"SOFTWARE\Microsoft\Windows\CurrentVersion\Run");2 string[] n=regkey.GetValueName...
分类:Web程序   时间:2014-12-22 15:54:54    阅读次数:157
Hibernate4 下的hibernateUtil
import org.hibernate.SessionFactory;import org.hibernate.boot.registry.StandardServiceRegistryBuilder;import org.hibernate.cfg.Configuration;import or...
分类:Web程序   时间:2014-12-22 14:18:53    阅读次数:199
安装node.js webkit环境[一]
1、 安装node,设置代理npm config set registry https://registry.npm.taobao.org【cmd运行】2、 安装grunt-cli: npm install -g grunt-cli 【 cmd命令行运行】3、 安装grunt模块,在Growth.....
分类:Web程序   时间:2014-12-18 20:33:02    阅读次数:190
[工作积累] OpenGL ES3.0: glInvalidateFramebuffer
https://www.khronos.org/opengles/sdk/docs/man3/html/glInvalidateFramebuffer.xhtml这个在GLES2.0上只有Extension:https://www.khronos.org/registry/gles/extensio...
分类:其他好文   时间:2014-12-16 14:52:30    阅读次数:384
【C#】 URL Protocol
【C#】 URL Protocol网页调用本地程序, 支持 Windows 下所有浏览器, 与浏览器插件对比实现简单,但判断是否调用成功时, 只有ie10以上有函数,其他浏览器得自己实现(用 iframe)实现 :1. 写入注册表,格式如下 Windows Registry Editor Vers....
分类:Windows程序   时间:2014-12-15 17:14:41    阅读次数:297
设置IE8 多个Table只产生一个进程
//设置IE8 多个Table只产生一个进程 using Microsoft.Win32; RegistryKey key = Registry.LocalMachine; RegistryKey software = key.OpenSu...
分类:系统相关   时间:2014-12-13 06:15:00    阅读次数:190
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!