码迷,mamicode.com
首页 >  
搜索关键字:basic    ( 4666个结果
oracle 11G RAC客户端安装和PLSQL连接配置
为方便项目组开发人员使用oracle11g RAC数据库,安装个客户端并配置PLSQL访问数据库服务器. ?从oracle官方下载如下三个包:? instantclient-basic-win32-11.2.0.1.0.zip   这是最核心的包 instantclient-...
分类:数据库   时间:2014-10-17 15:47:04    阅读次数:253
http://www.gasi.ch/blog/inside-deep-zoom-2/
Inside Deep Zoom –Part II: Mathematical AnalysisWelcome to part two ofInside Deep Zoom. Inpart one, I talked about the very basic ideas behind Deep Zo...
分类:Web程序   时间:2014-10-17 13:45:51    阅读次数:263
MVC Chapter 12 Overview of MVC Projects
MVC Projects TemplatesEmpty一个空 ASP.NET MVC 4 项目。Basic基本 ASP.NET MVC 4 项目。Internet Application带有使用窗体身份验证的帐户控制器的默认 ASP.NET MVC 4 项目。Intranet Application...
分类:Web程序   时间:2014-10-17 00:18:03    阅读次数:255
Linux系统开机过程详解
从按下电源键开始,到登录成功,计算机都做了哪些事儿呢?且听我细细道来。 其过程可以总结如下: 一 BIOS 当按下计算机电源键时,计算机便会读取主板的BIOS(Basic Input/Output System)中存储的程序, BIOS允许你从软盘、光盘或者硬盘中选择一个来“存储设备”启动计算机。 二 MBR 当你选择“存储设备”后,计算机便读取其起始的512 bytes数...
分类:系统相关   时间:2014-10-16 16:33:52    阅读次数:238
oracle 11G RAC客户端安装和PLSQL连接配置
为方便项目组开发人员使用oracle11gRAC数据库,安装个客户端并配置PLSQL访问数据库服务器.从oracle官方下载如下三个包:instantclient-basic-win32-11.2.0.1.0.zip这是最核心的包instantclient-jdbc-win32-11.2.0.1.0.zip包含JDBCDriver的包instantclient-sqlplus-win32-11.2.0.1..
分类:数据库   时间:2014-10-15 20:45:22    阅读次数:294
Linux学习笔记(十四)--命令学习(vi的基本使用)
本博客中linux大部分内容是参考:鸟哥的私房菜如各位有需要的,请参考:http://vbird.dic.ksu.edu.tw/linux_basic/linux_basic.php上面我们已经知道了大部分Linux基本内容1、查看系统信息2、文件与目录查看3、文件创建4、文件权限属性5、用户创建与删除6、压缩包的打包与解包现..
分类:系统相关   时间:2014-10-15 14:42:03    阅读次数:324
Extension Methods
Oftentimes you’ll find yourself using classes you can’t modify. Whether they’re basic data types or part of an existing framework, you’re stuck with t...
分类:其他好文   时间:2014-10-15 01:10:59    阅读次数:285
Driver 初始化顺序
Linux系统使用两种方式去加载系统中的模块:动态和静态。静态加载:将所有模块的程序编译到Linux内核中,由do_initcall函数加载核心进程(/init/main.c)kernel_init do_basic_setup() do_initcalls()该函数中会将在__initcall_s...
分类:其他好文   时间:2014-10-14 20:58:59    阅读次数:141
at91编译错误之semihosting
MDK编译at91sam9261-ek的basic-fatfs-project,出现错误:.\at91sam9261-sdram\at91sam9261-sdram.axf: Error: L6915E: Library reports error: __use_no_semihosting_swi...
分类:其他好文   时间:2014-10-12 16:12:08    阅读次数:262
Leetcode - Insertion Sort List
It is quite a basic problem.  However I spent half an hour solving it and made two mistakes. Guess it's because I haven't written some fundamental data structures like linked list for a while and kind...
分类:其他好文   时间:2014-10-12 09:08:27    阅读次数:176
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!