phric

phric

  博客园 :: 首页 :: 联系 :: 订阅 订阅 :: 管理
  3 Posts :: 0 Stories :: 2 Comments :: 0 Trackbacks

公告

2008年1月4日 #

输入法热键CTRL+SPACE的问题
2007年10月02日 星期二 下午 03:42

方法1:如何解决ctrl+space切换输入法设置问题

前两天不知道不小心改了什么东西,ctrl+space 和ctrl+shift都不能用了,找了下,终于找到这个东西,问题解决

首先任务栏上的输入法图标上点右键选择设置。

然后选择键设置,第一个“在不同的输入语言之间切换”先勾选“切换输入语言”下面选择左手ALT。取消右边“切换键盘布局”前的勾。

然后进入“中文(简体)输入法 - 输入法/非输入法切换”,取消“启用按键顺序”前的勾。一路都确定后推出设置。

再次进入设置,进入“在不同的输入语言之间切换”,把右边那个打上勾。确定后退出。

完美解决了无法使用ctrl+shift以及ctrl+space切换输入法的问题。


方法2:还原ctrl+space开启/关闭输入法

朋友的机器无法使用ctrl+space来开启/关闭输入法了, 只能使用ctrl+shift+space,觉得很不方便。求救于我,我试了一下,在输入法设置面板中,默认是使用ctrl+space的,但设置的对话 框中无论怎么做都会多出一个shift来,所以上网search了一下,呵呵~有幸找到解决方法了:

更改热键前系统默认的注册表中相关键值为:
HKEY_USERS\S-1-5-21-3384431287-1875203719-1061035024-1005\Control Panel\Input Method\Hot Keys\00000010
下的
Key Modifiers子键
此键值为02C00000代表ctrl+space,如果为06C00000则为ctrl+shift+space。

posted @ 2008-01-04 13:02 phric 阅读(3433) 评论(1) 编辑

2007年12月10日 #

摘要: 最近在做了几个vmware虚似机,想偷个懒,就复制了几份,结果在加入域的时候出错,提示 在域中有重复的sid 经过查找,找到两种解决方法,写出来,希望能帮到遇到和我一样问题的朋友1,有一个修改sid的软件,名字叫 NEWSID,使用简单,不会上传,文件很小 找到了 :http://www.cnblogs.com/Files/phric/NEWSID.rar2,这种方法是在windows的安装盘上有...阅读全文
posted @ 2007-12-10 20:43 phric 阅读(1213) 评论(0) 编辑

2007年11月15日 #

Certain types of artifacts in a BizTalk group or application must be unique, as follows:

  • Both BizTalk assemblies and non-BizTalk .NET assemblies must have a unique full name in the group. The full name consists of a file name, public key token, culture, and version.

  • Rules and policies must have a unique name and version number in the group.

  • Send ports, send port groups, receive ports, and receive locations must have a unique name in the group.

  • Web sites must have a unique virtual directory name in the group.

  • BAM resources must have a unique file name in the group.

  • BAS resources must have unique names in the group, as follows: Any self profile, partner profile, group profile name must be unique in a BizTalk group across all types of profiles (self, partner, group). The agreement name must be unique within a BizTalk group.

  • Certificates must have a unique thumbprint in the group.

  • COM components must have a unique file name in the group.

  • File-based artifacts, such as scripts and other flat files, must have unique file names in the application, but not in the group.

You can specify the overwrite option to import or add an artifact to an application if the artifact already exists in the application and it is of a type that must be unique in an application. If the artifact already exists in another application in the group, and it is a type that must be unique in the group, you can neither add nor import it.

posted @ 2007-11-15 17:50 phric 阅读(27) 评论(1) 编辑