ddSlick是一个轻量级的jQuery插件用来实现定制的下拉组件。主要特点:Addsimagesanddescriptiontootherwiseboringdropdowns.UsesJSONtopopulatethedropdownoptions.UsesMinimumcssandnoexternalstylesheetstodownload.Supportscallbackfunctionsonselection.Worksasgoodevenwi
系统 2019-08-29 22:29:47 3250
Redis是一种高级key-value数据库。它跟memcached类似,不过数据可以持久化,而且支持的数据类型很丰富。有字符串,链表,集合和有序集合。支持在服务器端计算集合的并,交和补集(difference)等,还支持多种排序功能。所以Redis也可以被看成是一个数据结构服务器。Redis的所有数据都是保存在内存中,然后不定期的通过异步方式保存到磁盘上(这称为“半持久化模式”);也可以把每一次数据变化都写入到一个appendonlyfile(aof)里
系统 2019-08-12 01:54:53 3250
初学MySQL,记录一下MySQL用c语言编程时遇到的问题。这是我的源程序:1intmain(void)2{3MYSQL*mysql=NULL;456if((mysql=mysql_init(mysql))==NULL)7{8fprintf(stderr,"CannotinitializeMySQL");9return1;10}11if(mysql_real_connect(mysql,"localhost","kerry","beck123",NULL,
系统 2019-08-12 01:51:54 3250
利用SQLServerReportingServices从应用程序生成用户友好的报表发布日期:09/03/2004|更新日期:09/03/2004JohnC.Hancockhttp://www.microsoft.com/china/msdn/library/data/sqlserver/SQLServerReportServ.mspx本文讨论:•Reporting•设计和部署报表•使用ReportingServices的Web服务•保证报表的安全本文使用
系统 2019-08-12 01:32:36 3250
该类在他人编写的几个类基础上扩展完善而来,主要功能有:(1)插入文本(2)插入图片(3)插入表格(4)载入模版(5)编辑模版,利用标签等(6)插入页眉页脚/****************************************************************************word辅助类*作者:chengfellow*日期:2008.8.18*注意事项:*1、开发环境居于office2003;*2、需要添加Com引用:Mi
系统 2019-08-12 01:32:08 3250
我第一次接触爬虫这东西是在今年的5月份,当时写了一个博客搜索引擎,所用到的爬虫也挺智能的,起码比电影来了这个站用到的爬虫水平高多了!回到用Python写爬虫的话题。Python一直是我主要使用的脚本语言,没有之一。Python的语言简洁灵活,标准库功能强大,平常可以用作计算器,文本编码转换,图片处理,批量下载,批量处理文本等。总之我很喜欢,也越用越上手,这么好用的一个工具,一般人我不告诉他。。。因为其强大的字符串处理能力,以及urllib2,cookiel
系统 2019-09-27 17:46:00 3249
overviewawiseprogrammeroncesaid,"theoneconstantincomputingischange."therecouldn'tbeatruerstatement.thisarticleisaboutsuchchange,specificallymovingfromhtmltothenextgeneration,xhtml(extensiblehypertextmarkuplanguage).thisarticleincl
系统 2019-08-29 23:17:26 3249
windows环境:添加服务.sccreateMemcachedserver11212binpath="C:\memcache\memcached.exe-drunservice-m500-p11212"start=autodisplayname="Memcachedserver(11212)"要是一台机有多个,那就改下端口再搞一次撒~php使用Memcache函数库是在PECL(PHPExtensionCommunityLibrary)中,主要作用是搭建
系统 2019-08-12 09:26:49 3249
http://rimuhosting.com/howto/mysqlbackup.jspAutomatedMySQLDatabaseBackupVersion1WanttobackupyourMySQLdatabasestoanothermachineonanightlybasis?Thencreatea/etc/cron.daily/mysqlbackup.shjoblikethis:mysqldump--compress-uroot-p$pw-h$cu
系统 2019-08-12 01:51:41 3249
redis源码笔记-刘浩de技术博客-博客园redis源码笔记记录发现的一个hiredis的bug摘要:hiredis是redis官方提供的c客户端库。在读代码的过程中,发现了一个bug,记录一下。hiredis里定义了一个上下文结构(structredisContext),代码如下(deps/hiredis/hiredis.h):https://github.com/antirez/hiredis/blob/master/hiredis.h157/*Co
系统 2019-08-12 01:33:33 3249