ChinaUnix.net
相关文章推荐:

beacon interval wiki

今天看到了一些关于wiki的内容,我们专业实践有一个小组就是用这个技术实现他们的项目的,当时虽然是听,但是不知道具体什么,并且一直忘了去找,今天又突然碰到,觉得很好,贴在这,一起共享: 以下内容来自赛迪网IT技术 wiki--一种多人协作的写作工具。wiki站点可以有多人(甚至任何访问者)维护,每个人都可以发表自己的意见,或者对共同的主题进行扩展或者探讨。   wiki指一种超文本系统。这种超文本系统支持面向社群的协...

by Dove_Fly - 网络技术文档中心 - 2007-06-03 20:56:01 阅读(574) 回复(0)

相关讨论

技术无限好。。。。可惜。。。 在网上淘到一个上wiki的方法。纪录下来。 改动hosts文件: C:WINDOWSSYSTEM32DRIVERSETC (windows被安装在C盘时) 用记事本或写字板打开hosts无扩展名文件 加入 145.97.39.132 en.wikipedia.org 145.97.39.132 zh.wikipedia.org 145.97.39.132 jp.wikipedia.org 145.97.39.132 upload.wikimedia.org 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/11799/showart_62188.h...

by gvim - BSD文档中心 - 2005-12-18 23:14:12 阅读(1104) 回复(0)

非常不错 推荐使用moinmoin [此贴为回复下面询问用什么做个人/小组知识积累的问题,由于在点回复时提示登录,但是登录完再写东西直接成为发新帖了.] [ 本帖最后由 riverfor 于 2005-11-3 21:39 编辑 ]

by riverfor - IT职业生涯 - 2005-11-03 21:37:01 阅读(1185) 回复(0)

DECLARE aaa date; ssql varchar2(1); BEGIN ssql:='1'; execute immediate 'select sysdate-interval :ssql YEAR from dual' into aaa using ssql; dbms_output.put_line(aaa); END; 有什么办法能实现动态的调用interval函数,现在这样写总报错: ora-00923:from keyword not found where expected ora-06512:at line 7

by 火子花 - Oracle - 2007-01-12 14:04:04 阅读(1013) 回复(2)

在一sql语句中发现:interval(0 00:05) day to minute,请问interval 代表什么意思呀?该如何用呢?谢谢

by 95518 - Informix - 2004-06-17 14:44:48 阅读(1497) 回复(1)

create table test_interval(id interval day to day ); insert into test_interval values(interval(99) day to day ); select * from test_interval; id 99 问题是我在php使用select * from test_interval 得到的结果是9是第一位 所以我想问问 能不能把interval 类型 转换成字符类型然后在读取出来 比如使用 select to_char(id) from test_interva ; 9700: Routine (to_char) ambiguous - more than one routine resolves ...

by aicement - Informix - 2008-07-17 16:17:59 阅读(3729) 回复(3)

http://wiki.freebsdchina.org/ 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/17366/showart_1799874.html

by sypergood - BSD文档中心 - 2009-01-16 13:53:47 阅读(1625) 回复(0)

UTRAN, short for UMTS Terrestrial Radio Access Network, is a collective term for the Node B 's and Radio Network Controllers which make up the UMTS radio access network . This communications network, commonly referred to as 3G (for 3rd Generation Wireless Mobile Communication Technology), can carry many traffic types from real-time Circuit Switched to IP based Packet Switched . The UTR...

by sodeberge - 网络技术文档中心 - 2008-05-06 23:14:07 阅读(1005) 回复(0)

OpenBSD wiki开始编写 OpenBSD FAQ OpenBSD Mail Server: Postfix, OpenLDAP, Courier, Cyrus-SASL, Maildrop, Clamav 原文作者:Michaelbibby 目前已经可以实现脚本自动安装OpenBSD Mail Server 使用说明:http://www.openbsdonly.org/viewtopic.php?f=6&t=352 [ 本帖最后由 atyu30 于 2007-11-28 11:53 编辑 ]

by atyu30 - BSD - 2007-11-28 11:24:21 阅读(1828) 回复(0)

Mediawiki-1.9.3 Download 工作环境:OpenBSD+Apche+PHP5+MySQL5 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/28922/showart_388649.html

by atyu30 - BSD文档中心 - 2007-09-23 23:22:27 阅读(885) 回复(0)