-创建 CREATE public database link test_link CONNECT TO scott IDENTIFIED BY tiger using '(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521)) ) (CONNECT_DATA = (SERV...
分类:
数据库 时间:
2014-09-13 22:53:06
阅读次数:
363
官网简介:The CCNx architecture is based on three basic tenets:Content is accessed by name, not machine address.Security is applied directly to the content...
分类:
其他好文 时间:
2014-09-13 12:01:55
阅读次数:
445
一、概述Linux radix树最广泛的用途是用于内存管理,结构address_space通过radix树跟踪绑定到地址映射上的核心页,该radix树允许内存管理代码快速查找标识为dirty或writeback的页。Linux radix树的API函数在lib/radix-tree.c中实现。Lin...
分类:
系统相关 时间:
2014-09-12 23:21:14
阅读次数:
390
ubuntu下mysql默认只能从本地连接的解决方法sudo gedit /etc/mysql/my.cnf修改一个字段bind-address = 127.0.0.1—>bind-address=xxx.xxx.xxx.xxx(你的IP)(From: http://hi.baidu.com/vin...
分类:
数据库 时间:
2014-09-12 14:58:23
阅读次数:
322
基于 MongoDB 2.6
GeoJSON 格式
{ "type": "Point", "coordinates": [lon(经度),lat(纬度)]}
测试数据
db.point.test.insert({"address" : "南京 禄口国际机场","loc" : { "type": "Point", "coordinates": [118.783799,31.97923...
分类:
数据库 时间:
2014-09-11 19:30:02
阅读次数:
314
在写项目的时候遇到一个问题,sql 语句进行 like in 参数化,按照正常的方式是无法实现的我们一般的思维是:Like 参数:string strSql = "select * from Person.Address where City like '%@add%'";SqlParameter[...
分类:
数据库 时间:
2014-09-11 19:06:52
阅读次数:
353
【问题现象】cf组件ccng启动失败,提示如下信息: ------------ STARTING cloud_controller_ng_ctl at Thu Sep 11 07:33:05 UTC 2014 -------------- restart: Unknown instance: mount.nfs: DNS resolution fail...
分类:
其他好文 时间:
2014-09-11 17:35:52
阅读次数:
254
原来用别的工具,
一个盆友推荐我用这个,发现确实很方便,
比如插入语句
INSERT INTO DEPARTTABLE ("D_ID", "D_NAME", "D_LEADERDEPART", "D_ADMINISTERAREA", "D_ORDER", "D_ADDRESS" ) VALUES ( 7, '辽南', 1, '东北区域', NULL, NULL),( 8, '辽西', 1, '东北区域', NULL, NULL);...
分类:
移动开发 时间:
2014-09-11 11:11:01
阅读次数:
214
如TEST表有3表字段 id name address如下:id name address1 小二 北京2 小二 东京3 小二 北京4 小刘 南京如要查出name 和 address 重复的数据。select * from ( select name,address,count(0)...
分类:
数据库 时间:
2014-09-10 17:41:30
阅读次数:
183
In one embodiment of the present invention, a method includes switching between a first address space and a second address space, determining if the s...
分类:
其他好文 时间:
2014-09-10 01:35:59
阅读次数:
222