码迷,mamicode.com
首页 >  
搜索关键字:basic compress    ( 5468个结果
Basic Calculator 基本计算器-Leetcode
1.题目:Implement a basic calculator to evaluate a simple expression string.The expression string may contain open(and closing parentheses), the plus+or ...
分类:其他好文   时间:2015-07-28 00:26:48    阅读次数:142
Office2007设置无格式粘贴
打开Word 2007,按Alt+F11。这时会出现一个Visual Basic编辑窗口。如图所示: 上图中左上方,鼠标右击Normal→插入→模块,出现下图: 双击“模块1”→在右侧出现的窗口中填写以下代码: Sub 无格式粘贴() Selection.PasteSpecial Link:=Fal...
分类:其他好文   时间:2015-07-27 22:27:32    阅读次数:122
android studio 下错误提示的解决办法
android studio下提示gradle project sync failed.Basic functionality will not work-----》》我是通过androidstudio下,点击tools->Android->syncprojectwithgradlesfiles.解...
分类:移动开发   时间:2015-07-27 22:27:17    阅读次数:142
PL/SQL Developer 和 instantclient客户端安装配置
PL/SQL Developer 和 instantclient客户端安装配置   1)安装Oracle 11g 64位   2)安装32位的Oracle客户端( instantclient-basic-win32-11.2.0.1.0)   下载 instantclient-basic-win32-11.2.0.1.0.zip (一定得是32位的,不要下错了版本,Oracle官...
分类:数据库   时间:2015-07-27 21:03:36    阅读次数:163
git remote branch操作
将本地branch basic提交到remote的basic上:git push origin basic:basic将remote的 basic branch更新到本地的 basic branch上:git fetchgit merge basic(尽量不要用 git pull,会隐藏很多细节)
分类:其他好文   时间:2015-07-27 12:25:03    阅读次数:99
32位plsql连接64位oracle解决办法
1.下载instantclient-basic-win32;2.解压,放到本机数据库oracle安装目录的product文件夹下,比如本人的目录:3.配置环境变量:在系统变量中增加这几个系统变量:ORACLE_HOME=E:\app\loach\product\instantclient_11_2T...
分类:数据库   时间:2015-07-26 13:54:57    阅读次数:163
C语言教程:第二讲-C语言的发展历史
上一讲:计算机语言概述 1967年,英国剑桥大学的Martin Richards对CPL(Combined Programming Language)语言进行了简化,于是产生了BCPL(Basic Combined Programming Language)语言。 1970年,美国贝尔实验室的Ken...
分类:编程语言   时间:2015-07-25 21:16:44    阅读次数:209
1057. Stack (30) - 树状数组
题目如下: Stack is one of the most fundamental data structures, which is based on the principle of Last In First Out (LIFO). The basic operations include Push (inserting an element onto the top pos...
分类:编程语言   时间:2015-07-25 12:20:26    阅读次数:115
ISLR chapter 2, R 基础
2.3.1 Basic Commandscreate an arrayx = c(1,6,2)create a matrix>x=matrix (data=c(1,2,3,4) , nrow=2, ncol =2)> x=matrix (c(1,2,3,4) ,2,2)> x[1,2][1] 3> ...
分类:其他好文   时间:2015-07-25 07:08:35    阅读次数:226
Project Euler:Problem 89 Roman numerals
For a number written in Roman numerals to be considered valid there are basic rules which must be followed. Even though the rules allow some numbers to be expressed in more than one way there is alw...
分类:其他好文   时间:2015-07-24 22:42:34    阅读次数:290
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!