Win7 bit64,安装的是64位的客户端。1、PLSql连接数据库(1)下载 instantclient-basic-win32-11.2.0.1.0.zip解压到Oracle要目当下,并新建network/admin/tnsnames.ora(2)配置plsql的oracle目录,如下图:OK...
分类:
数据库 时间:
2014-09-28 20:35:35
阅读次数:
189
导入一个静态库的时候,发现一系列错误Undefined symbols for architecture armv7: "std::string::resize(unsigned long, char)", referenced from:类似这样的 最后在网上找了好多文章 有这篇http://st...
分类:
其他好文 时间:
2014-09-28 18:51:33
阅读次数:
188
1、简介:Razor 是一种标记语法,可以让您将基于服务器的代码(Visual Basic 和 C#)嵌入到网页中。基于服务器的代码可以在网页传送给浏览器时,创建动态 Web 内容。当一个网页被请求时,服务器在返回页面给浏览器之前先执行页面中的基于服务器的代码。通过服务器的运行,代码能执行复杂的任务...
分类:
其他好文 时间:
2014-09-28 17:43:13
阅读次数:
531
typedef std::basic_string tstring;inline static void trim(tstring& s){ s.erase(0, s.find_first_not_of(_T("\r\t\n "))); s.erase(s.find_last_not_of(_T("...
分类:
编程语言 时间:
2014-09-28 14:27:52
阅读次数:
222
Basic Knowlege points:1: it's necessary that there is only one public class in per .java file2: .java file name should better to same as class name3: ...
分类:
编程语言 时间:
2014-09-28 13:23:52
阅读次数:
313
ns2-tcp-tcp.cc 1 /* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*- */ 2 /* 3 * Copyright (c) 1991-1997 Regents of the U...
分类:
其他好文 时间:
2014-09-28 13:22:43
阅读次数:
301
我翻译仅仅是因为我自己看起来很不方便,了解到大家肯定也有不方便的地方,但是翻译过程中肯定有很多不合适的地方,希望大家多多指正,谢谢大家了...
分类:
系统相关 时间:
2014-09-28 11:59:11
阅读次数:
212
1、首先说一下canvas类: Class OverviewThe Canvas class holds the "draw" calls. To draw something, you need 4 basic components: A Bitmap to hold the pixels, a ...
分类:
移动开发 时间:
2014-09-28 11:11:01
阅读次数:
288
1.vim /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth1 //更改网卡设备 默认eth0HWADDR=00:0C:29:3D:5B:E3 //网卡mac地址TYPE=EthernetUUID=c3420d55-d2ae-46dc-...
分类:
其他好文 时间:
2014-09-28 02:57:10
阅读次数:
191
代码如下: 下面举几个比较简单的例子。 1、Basic text html如下所示: 代码如下: Basic text JS代码: 复制代码 代码如下: 效果如图所示: 2、Title attribute html如下所示: 代码如下: Title attribute JS...
分类:
移动开发 时间:
2014-09-27 20:32:20
阅读次数:
247