假设sublime文件夹在C:\\Users\\T430i\\Downloads\\Sublime Text Build 3059 x64\\则:Windows
Registry Editor Version 5.00[HKEY_CLASSES_ROOT\*\shell\Sublime Text 3...
分类:
其他好文 时间:
2014-05-20 02:42:36
阅读次数:
289
第七章 循环语句1. 循环语句的老祖宗--Goto语句(可用do…while();代替) 1
//①goto语句的使用(一般情况不用,但想在多重循环中一下子跳到外面时可以用)*******************① 2 int i=0; 3
number: i++; 4...
分类:
其他好文 时间:
2014-05-19 22:45:52
阅读次数:
361
题目描述Given a number sequence whose length is n, you
can delete at most k numbers in the sequence.After that you are asked to answer
the maximum length ...
分类:
其他好文 时间:
2014-05-19 22:21:32
阅读次数:
304
数据类型:undefined、null、boolean、string、number、复杂数据类型object
共六种typeof:undefined、object、boolean、string、number、function 六种console.log(typeof
null); //objec.....
分类:
编程语言 时间:
2014-05-19 21:52:31
阅读次数:
400
Linux大棚版vimrc配置—V2.0版本,如下: [shell] $cat .vimrc “==
“Author :roc “Website:roclinux.cn “Version:2.0 “== “vim支持go语言 - 开始 “关闭文件类型检测功...
分类:
系统相关 时间:
2014-05-19 21:45:21
阅读次数:
496
简述drop table
tmp_qry_cus_186mcc_highuser_d;create global temporary table
tmp_qry_cus_186mcc_highuser_d( user_id number(15))on commit preserve rows; 这....
分类:
数据库 时间:
2014-05-19 20:57:00
阅读次数:
399
授权方式:署名,非商业用途,保持一致,转载时请务必以超链接(http://www.fwolf.com/blog/post/35)的形式标明文章原始出处和作者信息及本声明。jQuery
从 1.9 版开始,移除了 $.browser 和 $.browser.version , 取而代之的是 $.sup...
分类:
Web程序 时间:
2014-05-19 10:11:57
阅读次数:
274
转自:http://phinecos.cnblogs.com/ 1
#!/usr/bin/python 2 #coding=utf-8 3 4 #@author:dengyike 5 #@date:2010-09-28 6
#@version:1.0 7 #@description:...
分类:
编程语言 时间:
2014-05-17 15:06:38
阅读次数:
405
一、脚本的书写规范在前文中写过一个脚本first.sh,用来创建一个用户,这里新创建一个脚本useradd.sh,用来创建多个用户,用户名和密码相同:#nanouseradd.sh#!/bin/bash
#Author:Mickey//指定作者
#Date:2014-5-14//指定日期
#Version:0.0.1//指定版本
#Description:AddUse..
分类:
其他好文 时间:
2014-05-16 02:25:54
阅读次数:
334
centOS6下安装javacentOS默认有java的运行环境(gcj),安装sun的jdk前先卸载gcj。卸载gcj:#java-version<-查看当前gcjjava的版本号(我这里得到的是1.4.2)#yum-yremovejava-1.4.2-gcj-compat<-卸载gcj(y参数表示在y/n提问时均回答y)#chmoda+xjdk-6u14-linux-i586-rm..
分类:
编程语言 时间:
2014-05-16 02:17:23
阅读次数:
489