ERROR: could not load library "D:/Program
Files/PostgreSQL/9.3/lib/postgis-2.1.dll": Invalid access to memory
location.这个错误,参照:http://trac.osgeo.org/p...
分类:
数据库 时间:
2014-05-19 23:52:29
阅读次数:
1776
原文链接:http://www.5idev.com/p-thinkphp_validate_auto_Invalid.shtml自动验证与自动填充是在使用ThinkPHP时经常用到的功能,但偶尔会遇到自动验证与自动填充无效的情况,本文就ThinkPHP
自动验证与自动填充无效可能的原因做一些分析。c...
分类:
Web程序 时间:
2014-05-19 21:14:01
阅读次数:
406
h1 - h6 并告诉搜索引擎 这里是标题p 用于正文段落多img 图片 替换元素
自闭合标签自闭合标签:hr/ br/ area/ img/ input/替换元素: img input textarea select
objectimg初始化成 display:block;无序编号 ul list...
分类:
Web程序 时间:
2014-05-19 10:53:11
阅读次数:
332
分类:
LINUX在TCP连接中,recv等函数默认为阻塞模式(block),即直到有数据到来之前函数不会返回,而我们有时则需要一种超时机制使其在一定时间后返回而不管是否有数据到来,这里我们就会用到setsockopt()函数:
int setsockopt(int s, int leve...
分类:
其他好文 时间:
2014-05-17 15:19:50
阅读次数:
230
css样式 .remind span
{display:block;margin-top:-22px;} .remind a:hover {padding-top:22px;}.remind a
{float:left;overflow:hidden;}.remind{height:22px;lin...
分类:
Web程序 时间:
2014-05-16 00:28:02
阅读次数:
417
一般给一个元素设置背景:.lcProIcon { background:
url("images/lcProIcon.png") no-repeat; display: inline-block; height: 56px;
left: 0; position: abs...
分类:
其他好文 时间:
2014-05-15 21:19:44
阅读次数:
333
当使用CSS开发站点布局时,浮动(float)总是做最繁重的工作。我们为大块譬如主要内容(main content)和侧边栏(sidebar)以及其内部小一些的块使用浮动(float)。浮动总是解决问题的答案吗?
通常它们都工作得很好,但是有时候却很难使用。特别是涉及到内部块,比如一个图像网格,它们不会如预期的那样排成一条线。Inline-block是另一个选择。它们会模仿一些我们所希望的浮动表现,并且消除float带来的一些问题。...
分类:
其他好文 时间:
2014-05-15 18:25:31
阅读次数:
292
display: block;inline;none;inline-block;段落缩进
text-indent:20pxfont: font-style font-weight font-size line-height
font-familyfamily: "xxx","xxxx","xxxxx...
分类:
Web程序 时间:
2014-05-15 17:52:29
阅读次数:
380
一、简介
Samba是一个能让Linux系统应用Microsoft网络通讯协议的软件,而SMB是Server Message Block的缩写,即为服务器消息块
,SMB主要是作为Microsoft的网络通讯协议,后来Samba将SMB通信协议应用到了Linux系统上,就形成了现在的Samba软件....
分类:
其他好文 时间:
2014-05-15 09:44:29
阅读次数:
292
平台:VS2010版本:1.04我们先看看消息队列的数据结构:typedefstructRAW_QUEUE
{
RAW_COMMON_BLOCK_OBJECTcommon_block_obj;
RAW_MSG_Qmsg_q;
RAW_VOID(*queue_send_notify)(structRAW_QUEUE*queue_ptr);
}RAW_QUEUE;RAW_MSG_Q:typedefstructRAW_MSG_Q{
RAW_VOID**queue_sta..
分类:
其他好文 时间:
2014-05-15 08:35:51
阅读次数:
318