码迷,mamicode.com
首页 >  
搜索关键字:basic calculator    ( 5003个结果
11.2 固定宽度圆角框
因为不必考虑宽度变化带来的麻烦,所以制作宽度固定的圆角框比制作适应宽度的圆角框要简单很多。关键在于如何合理地使用背景图像。一、两背景图像法本例制作如图1所示的圆角框,使用两个背景图像文件,宽度固定。这种方法只适用于制作单色圆角框。本实例文件位于网页学习网CSS教程资源中“第11章\01\basic....
分类:其他好文   时间:2014-06-28 19:38:12    阅读次数:549
Oracle RAC 常用维护工具和命令
Oracle RAC 常用维护工具和命令分类:Oracle Basic KnowledgeOracle RAC2010-03-09 01:0213987人阅读评论(6)收藏举报oracle工具数据库集群moduleoracle10gOracle的管理可以通过OEM或者命令行接口。OracleClus...
分类:数据库   时间:2014-06-25 20:55:31    阅读次数:313
boost::asio async_write也不能保证一次发完所有数据 一
你要是看过basic_stream_socket的文档,里面提到async_write_some不能保证将所有要发送的数据都发出去。并且提到如果想这样做,需要使用boost asio的async_writehttp://www.boost.org/doc/libs/1_53_0/doc/html/b...
分类:其他好文   时间:2014-06-24 09:22:01    阅读次数:282
Linux下ORACLE客户端安装详解
1、首先去oracle官网下载以下安装包(http://www.oracle.com/technetwork/topics/linuxsoft-082809.html) instantclient-basic-linux.x64-11.2.0.3.0.zip instantclient-odbc.....
分类:数据库   时间:2014-06-23 06:08:47    阅读次数:248
项目构建之maven篇:5.仓库及nexus创建私服-2
下载安装 下载地址 修改默认端口: home\conf\nexus.properties # Sonatype Nexus # ============== # This is the most basic configuration of Nexus. # Jetty section application-port=9080 applica...
分类:其他好文   时间:2014-06-22 19:28:44    阅读次数:275
C++ basic - numeric type conversation数值类型转换
What?在计算中涉及不同数值类型的computation,这时候,C++会按照以下顺序进行转换order:long double>double>float>unsigned long>long>unsigned int>integ. (1) 1/2=0(当1和2都是int时),结果也肯定是int;...
分类:编程语言   时间:2014-06-21 10:09:58    阅读次数:240
C++ basic - Switch statement
WHAT?在写程序的时候我们会遇到很多种根据得出的数值就行不同处理的conditional statements,我们可以选用switch写法,以免使用太多的nested if会让程序difficult to read.syntax:switch(value){ case value1: ...;....
分类:编程语言   时间:2014-06-21 09:30:28    阅读次数:252
basic command
1,su - db2inst2,db2 connect to ids3,db2stop force4,db2 list db directory5,db2 list tables for all6,db2 describe table tablename7,db2 "restore db JVC f...
分类:其他好文   时间:2014-06-21 09:29:14    阅读次数:247
CCNA 6.9
page 201show ip routeCorrection(05-4)Basic configuration of R1:enableconfigure terminalhostname R1no ip domain-lookup (Disable DNS lookup)enable secre...
分类:其他好文   时间:2014-06-21 00:04:24    阅读次数:332
sublime text 编译时提示[WinError 2] 系统找不到指定的文件。
[WinError 2] 系统找不到指定的文件。 [cmd: ['g++', 'D:\\source-code\\sublime\\test.cpp', '-o', 'D:\\source-code\\sublime/test']] [dir: D:\source-code\sublime] [path: D:\program\basic\python3.4.0;C:\Windows\sys...
分类:Windows程序   时间:2014-06-18 00:56:24    阅读次数:7280
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!