git 使用技巧总结说明: 本地repo已经有啦,对应的远程repo 为tiger, 本地分支为master。问题一:当拉取代码的remote repo仓库为tiger, 而现在要将修改push到remote repo的 develop分支该如何?思路:拉取新的remote_develop_repo...
分类:
其他好文 时间:
2014-08-26 11:20:36
阅读次数:
203
使用Oracle自带的Universal Installer卸载存在问题: 不干净,不完全,还有一些注册表残留,会影响到后来的安装。 所以,推荐使用手工卸载Oracle。1.【win+R】->【services.msc】,关闭oracle所有的服务。 使用OUI(Oracle Universal I...
分类:
数据库 时间:
2014-08-26 08:31:55
阅读次数:
236
1.Start and stop the windows servicesnet stop net start net pause net continue A full list of the exact services is found in the registry (run regedit...
分类:
其他好文 时间:
2014-08-25 20:53:04
阅读次数:
203
Redis 服务器Remote Dictionay Server Redis是一个key-value持久化产品,通常被称为数据结构服务器。Redis的key是string类型;value可以是string、hash、list、set、sorted set等类型;实际上,Redis内部会将key和va...
分类:
其他好文 时间:
2014-08-25 20:46:54
阅读次数:
673
The .Net framework has a number of technologies that allow you to create HTTP services such as Web Service, WCF and now Web API. There are a lot of ar...
出现这种情况一般是因为 通过使用new关键字实例化Activity类,这样是错误的。因为Activity是系统通过ActivityManagerService创建管理的。 new之后,创建了对象,但没有创建这个Activity,要知道Activity的对象和在Android中真正表示的东西,不是.....
分类:
其他好文 时间:
2014-08-25 19:11:34
阅读次数:
235
在Mac上,共有4钟后台进程类型,可以参考Designing Daemons and Services。要实现启动服务,又不依赖于用户,可以使用Launch Daemon。 创建Launch Daemon 运行Xcode,创建一个简单的命令行应用WebTwainService。 ...
分类:
其他好文 时间:
2014-08-25 15:14:34
阅读次数:
192
Services 文件列出了服务使用的标准端口号。可以向表中添加自己定义的项,来给自己的服务选择。(安装在Windows目录下的一个子目录中,取决于Windows版本)# Copyright (c) 1993-1999 Microsoft Corp.## This file contains por...
分类:
其他好文 时间:
2014-08-25 11:36:24
阅读次数:
212
使用scp命令可以实现两台Linux主机之间的文件复制,基本格式是:scp [可选参数] file_source file_target1. 复制文件命令格式:scp local_file remote_username@remote_ip:remote_folderscp local_file r...
分类:
系统相关 时间:
2014-08-25 09:51:04
阅读次数:
247
使用Oracle自带的Universal Installer卸载存在问题: 不干净,不完全,还有一些注册表残留,会影响到后来的安装。 所以,推荐使用手工卸载Oracle。
1.【win+R】->【services.msc】,关闭oracle所有的服务。 使用OUI(Oracle Universal Installer)卸载Oracle软件。
“开始”->“程序”->“Oracle-Ora...
分类:
数据库 时间:
2014-08-25 08:46:24
阅读次数:
261