如果本地的tnsnames.ora中未建立数据库连接,那么就是用1,否则就是用21:create database link geelyin96 connect to geelyin identified by geelyinpassword using '(DESCRIPTION = ...
分类:
数据库 时间:
2014-09-16 10:31:50
阅读次数:
237
"Help" -> "Install New Software..." -> "Add..."Location:http://download.eclipse.org/technology/m2e/releases/1.2/1.2.0.20120903-1050该link获得方法:浏览网址http:...
分类:
系统相关 时间:
2014-09-16 10:31:20
阅读次数:
275
事件缘起:discuz后台开启中文验证码提示说不支持freetype,但freetype貌似是需要gd2调用生效的。于是安装gd2,安装gd2的时候顺带安装了jpeg,png,zlib所需要的安装包都已经放置在百度云盘,下载链接http://pan.baidu.com/share/link?shar...
分类:
Web程序 时间:
2014-09-16 10:27:30
阅读次数:
336
一.NGINX和模块LuaJIT-2.0.3.tar.gzlua-nginx-module-0.9.12.tar.gznginx-1.6.1.tar.gzngx_devel_kit-0.2.19.tar.gzpcre-8.30.tar.gz二.安装LuaJITcdLuaJIT-2.0.3make&&makeinstallPREFIX=/opt/soft/luajitexportLUAJIT_INC=/opt/soft/luajit/include/luajit-2.0export..
分类:
其他好文 时间:
2014-09-15 19:47:50
阅读次数:
277
每个数想要得到最大的异或值,就肯定是在二进制上是互补的,所以暴力找出互补的数。
#include
#include
#include
#include
#include
#include
#define LL long long
using namespace std;
int a[110000];
int n;
int link[110000];
int bit(int n)
{
...
分类:
其他好文 时间:
2014-09-15 17:45:49
阅读次数:
197
Quick Start
Interactive Analysis with the Spark Shell
BasicsMore on RDD OperationsCaching
Standalone ApplicationsWhere to Go from Here
This tutorial provides a quick introduction to using Sp...
分类:
其他好文 时间:
2014-09-15 12:57:48
阅读次数:
258
JAVA_HOME:D:\soft\study\jdk1.7.0_01JAVA_HOME里配置的是我们jdk安装的路径,这样配置就好。如果你是要用到JAVA_HOME的话,那就不要在JAVA_HOME的后面再添加分号(;),这样反而出问题。如下:Path:.;%JAVA_HOME%\bin;此处的这...
分类:
编程语言 时间:
2014-09-15 00:59:17
阅读次数:
264
How to Add custom html to Header in WebGrid MyEvernote Link Posted on March 30, 2013by mtryambake How to make a MVC 3 Webgrid with checkbox column?Thi...
分类:
Web程序 时间:
2014-09-14 23:28:17
阅读次数:
273
WebGrid Helper with Check All Checkboxes myEvernote Link Tuesday, September 13, 2011ASP.NET ASP.NET MVC Html Helper jQuery WebMatrix Introduction: Web...
分类:
Web程序 时间:
2014-09-14 23:26:47
阅读次数:
433
默认用qtcreator5.2.0创建了一个quick项目,却报如下错误:error:cstdlib.h no such file or directory解决方法:打开项目文件untitled4.pro,加上INCLUDEPATH = d:/Soft/cygwin/usr/local/androi...
分类:
移动开发 时间:
2014-09-14 17:49:57
阅读次数:
281