1、类SQL PLUS窗口:File->New->Command Window,这个类似于oracle的客户端工具sql plus,但比它好用多了。2、设置关键字自动大写:Tools->Preferences->Editor,将Keyword case选择Uppercase。这样在窗口中输入sql语...
分类:
数据库 时间:
2014-09-22 22:17:33
阅读次数:
264
1.安装与配置 Setup oh-my-zshshould work with any recent release of Zsh. The minimum recommended version is 4.3.9. If not already installed, you can install Zsh using the command-line. The automatic...
分类:
其他好文 时间:
2014-09-22 16:22:53
阅读次数:
301
Pssession,Pssession是Windows Powershell会话的意思,一个会话,可以共享数据,提供交互式的对话,我们可以为某些命令例如Invoke-Command 制定会话来远程作业。当然我们还能利用Enter-Pssession来直接和远程计算机连接,直接建立一个持续安全的远程对...
分类:
其他好文 时间:
2014-09-22 15:57:22
阅读次数:
368
概述 所有的Hadoop命令都是通过bin/hadoop目录下的脚本所执行,在没有任何参数的情况下运行Hadoop脚本将打印该命令描述。 Usage:Hadoop? [--config confdir] [COMMAND] [GENERIC_OPTIONS] [COMMAND_OPTIONS] h...
分类:
其他好文 时间:
2014-09-22 15:32:13
阅读次数:
326
1,在项目列表中按右键,选择Export(导出),然后在Export(导出)对话框中选择java下的javadoc,提交到下一步。在Javadoc Generation对话框中有两个地方要注意的:javadoc command:应该选择jdk的bin/javadoc.exedestination:为...
分类:
编程语言 时间:
2014-09-22 13:11:02
阅读次数:
204
python执行shell命令#!/usr/bin/python2.7#coding=utf-8 import shleximport datetimeimport subprocessimport timedef execute_command(cmdstring, cw...
分类:
编程语言 时间:
2014-09-22 00:53:31
阅读次数:
434
转自:http://blog.csdn.net/wang02011/article/details/8205903环境: wampserver-2.1a系统 : win8错误 : 500 -Invalid command RewriteEngine日志 : [Tue Nov 20 22:52:24 ...
分类:
Web程序 时间:
2014-09-22 00:52:51
阅读次数:
220
1, Insert
MongoDB is database storing document object, the type of which is called Bson.(like JSON);
Example: // document defination
Now after using command[db.posts.insert(doc)], you will...
分类:
数据库 时间:
2014-09-21 01:19:39
阅读次数:
380
本人邮箱:JohnTsai.Work@gmail.com,欢迎交流讨论。 欢迎转载,转载请注明网址:http://www.cnblogs.com/JohnTsai/p/3983936.html。知识点 1.log无法输出的解决方法 2.通过命令行(command line)查看Android调...
分类:
移动开发 时间:
2014-09-21 00:59:09
阅读次数:
410
对于习惯了Windows 操作的开发者来说, 初次接触Xcode时,你会感到有种种不适,其中一个重要的原因就是, 相比Windows X86 电脑, Mac 多出了两个物理键: Fn 和 Command。 尤其是 Command键,在 Mac 上大行其道,真可谓神通广大。 如果你想提供高开发效率,尤...
分类:
移动开发 时间:
2014-09-21 00:16:09
阅读次数:
321