This blog post introduces the problem with
Globals, Side Effect when Forgetting var, Access the Global Object, Single var
Pattern and Hoisting: A prob...
分类:
编程语言 时间:
2014-05-20 01:30:31
阅读次数:
404
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
1.Access数据库的DSN-less连接方法:set
adocon=Server.Createobject("adodb.connection")adoconn.Open"Driver={Microsoft
Access Driver(*.mdb)};DBQ="& _Server.MapPath...
分类:
数据库 时间:
2014-05-19 21:25:01
阅读次数:
392
分类:
LINUX在TCP连接中,recv等函数默认为阻塞模式(block),即直到有数据到来之前函数不会返回,而我们有时则需要一种超时机制使其在一定时间后返回而不管是否有数据到来,这里我们就会用到setsockopt()函数:
int setsockopt(int s, int leve...
分类:
其他好文 时间:
2014-05-17 15:19:50
阅读次数:
230
前一直用MDT部署64位系统,今有需要需要一台32位的,发现在部署时出同了这个错误,网上查了下资料一般都是说U盘问题,但我是用PXE启动的,上图FAILURE(5456):UnabletodetermineDestinationDisk,Partition,and/orDrive.SeeBDD.LOG百思不得其解时,晚上睡觉想起一事,第二天查了..
分类:
其他好文 时间:
2014-05-16 02:07:02
阅读次数:
392
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
Row_number配合over(partition by xx order by xx) 与
Group by 的区别, = order + group?SqlBulkCopyGuidance Automation Toolkit 2010
Reference
分类:
其他好文 时间:
2014-05-15 20:39:55
阅读次数:
249
#!/bin/bash
#function:cutnginxlogfilesshell
#cp/usr/local/nginx/logs/access.log/usr/local/nginx/logs/access.log.bak
log_cut_path="/var/log/nginx"
log_files_path="/usr/local/nginx/logs/"
log_files_dir=${log_cut_path}$(date-d"yesterday"+"%Y")/$(date-d"yesterd..
分类:
其他好文 时间:
2014-05-15 18:49:50
阅读次数:
244
当使用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