/*
Write a program that prints the numbers from 1 to 100,but for multiples of three print “Fizz” instead of the number and for the multiples of five print "Buzz". For numbers which are multiples of...
分类:
其他好文 时间:
2014-09-03 11:19:16
阅读次数:
221
BuiltWithResolution TestcolorPickerPalette for ChromeChrome SnifferJS Library DetectorGoogle Font PreviewerWhatFontWeb DeveloperCSSViewerIE Tab MultiV...
分类:
Web程序 时间:
2014-09-03 09:39:06
阅读次数:
192
~/.bash_profile export ORACLE_HOME=/opt/oracle/instantclient_11_2/
export DYLD_LIBRARY_PATH=$ORACLE_HOME
export SQLPATH=$ORACLE_HOME
export TNS_ADMIN=$ORACLE_HOME/network/admin
export LANG=en_US.U...
分类:
数据库 时间:
2014-09-02 23:01:06
阅读次数:
438
libpcap详解2010-12-01 22:07libpcap(Packet Capture Library),即数据包捕获函数库,是Unix/Linux平台下的网络数据包捕获函数库。它是一个独立于系统的用户层包捕获的API接口,为底层网络监测提供了一个可移植的框架。一、libpcap工作原理li...
分类:
其他好文 时间:
2014-09-02 21:19:25
阅读次数:
229
在javaScript中变量使用var声明的变量是当前作用域的变量,不使用var声明的则肯定是全局变量。http://msdn.microsoft.com/zh-cn/library/dn645450.aspx
分类:
编程语言 时间:
2014-09-02 21:15:15
阅读次数:
166
MySQL启动错误ERROR! MySQL server PID file could not be found的解决办法...
分类:
数据库 时间:
2014-09-02 19:57:15
阅读次数:
283
题目链接Some scientists are working on protein recombination, and during their research, they have found a remarkable fact: there are 4 proteins in the pr...
分类:
其他好文 时间:
2014-09-02 19:49:05
阅读次数:
254
在这个选项上什么时候选哪个?如果选择use MFC in a Shared DLL 的话,你编译后的程序中不包含MFC库,所以文件会比较小,但是如果你的程序直接移到一个没有安装过MFC的机器上时,可能会导致找不到MFC的DLL。如果选择Use MFC in a Static Library ,那你编...
分类:
其他好文 时间:
2014-09-02 19:22:45
阅读次数:
163
1、 DLL的概念DLL(Dynamic Linkable Library),动态链接库,可以向程序提供一些函数、变量或类。这些可以直接拿来使用。静态链接库与动态链接库的区别:(1)静态链接库与动态链接库都是共享代码的方式。静态链接库把最后的指令都包含在最终生成的EXE文件中了;动态链接库不必被包含...
分类:
其他好文 时间:
2014-09-02 17:33:55
阅读次数:
250
把下载好的ubuntu安装包放在C盘根目录下,利用Daemon Tools 将安装包下casper文件夹的vmlinuz.efi和initrd.lz拷贝到C盘根目录下,紧接着打开easybcd,在配置文件里输入如下配置信息,重启后即可进行后续安装步骤了。之前一直报file not found的原因就是把vmlinuz.efi的后缀忘了,导致找不到文件。
title Install Ubuntu ...