会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
风无常性 月无常圆
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
···
23
下一页
2015年1月31日
[转]在windows环境中使用varnish
摘要: varnish 的windows 版本下载地址:http://sourceforge.net/projects/cygvarnish/files/windows-zip-bundle/启动:varnish:C:\varnish\bin>varnishd -a :80 -T :3500 -f c:/v...
阅读全文
posted @ 2015-01-31 16:23 凬月
阅读(336)
评论(0)
推荐(0)
2015年1月30日
squid-nginx 基本配置
摘要: #本地绑定的IP端口 http_port 192.168.1.253:801 vhost visible_hostname test-squidcache_dir ufs c:/squid/cache 1024 16 256 cache_mem 200 MB #代理的IP地址和端口 cache_pe...
阅读全文
posted @ 2015-01-30 17:42 凬月
阅读(1409)
评论(0)
推荐(0)
2015年1月27日
redis windows下的环境搭建
摘要: 先说下安装吧!感觉这东西跟mongodb差不多,安装和布置挺简单,下载地址:https://github.com/dmajkic/redis/downloads 下载下来的包里有两个,一个是32位的,一个是64位的。根据自己的实情情况选择,我的是32bit,把这个文件夹复制到其它地方,比如D:\re...
阅读全文
posted @ 2015-01-27 10:09 凬月
阅读(220)
评论(0)
推荐(0)
显示数据库中所有表的记录数
摘要: SELECT o.name, ddps.row_count FROM sys.indexes AS i INNER JOIN sys.objects AS o ON i.OBJECT_ID = o.OBJECT_ID INNER JOIN sys.dm_db_partition_stats AS d...
阅读全文
posted @ 2015-01-27 09:01 凬月
阅读(318)
评论(0)
推荐(0)
2015年1月17日
删除MSSQL数据库中所有表
摘要: --删除所有约束 DECLARE c1 cursor for select 'alter table ['+ object_name(parent_obj) + '] drop constraint ['+name+']; ' from sysobjects wher...
阅读全文
posted @ 2015-01-17 16:30 凬月
阅读(421)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
23
下一页
CodeForge源码分享