会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
b̶i̶n̶g̶.̶
只要心中有景、何处不是花香满径。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
24
25
26
27
28
29
30
31
32
···
40
下一页
2015年3月12日
C# 获取时间差(几天前,几小时前,几分钟前,几秒前)
摘要: 1 #region 获取时间差string GetTime(BsonString getTime) 2 /// 3 /// 获取时间差 4 /// 5 /// 数据库时间 6 /// 时间差 7 ...
阅读全文
posted @ 2015-03-12 09:53 b̶i̶n̶g̶.̶
阅读(1870)
评论(0)
推荐(0)
2015年2月13日
JavaScrip操作Cookie
摘要: //生成cookiefunction addCookie(sName, sValue, day) { var expireDate = new Date(); expireDate.setDate(expireDate.getDate() + day); //设置失效时间 ...
阅读全文
posted @ 2015-02-13 16:09 b̶i̶n̶g̶.̶
阅读(164)
评论(0)
推荐(0)
JS生成GUID算法
摘要: //算法1//Js代码 function uuid() { var s = []; var hexDigits = "0123456789abcdef"; for (var i = 0; i < 36; i++) { s[i] = hexDigits.s...
阅读全文
posted @ 2015-02-13 15:36 b̶i̶n̶g̶.̶
阅读(419)
评论(0)
推荐(0)
网站的PV,UV,IP名词解释
摘要: PV:PV 是Page Views的缩写,即页面浏览量,用户每一次对网站中的每个网页访问均被记录一次。注意,访客每刷新一次页面,pv就增加一次。UV:UV是Unique Visitor的缩写,即独立访客数。指访问某个站点的不同IP地址的人数。在同一天的00:00-24:00内,uv只记录第一次进入网...
阅读全文
posted @ 2015-02-13 15:31 b̶i̶n̶g̶.̶
阅读(1020)
评论(0)
推荐(0)
2015年2月12日
bootstrap
摘要: http://bootstrap.kinghack.com/getting-started.html
阅读全文
posted @ 2015-02-12 10:08 b̶i̶n̶g̶.̶
阅读(166)
评论(0)
推荐(0)
Fiddler 教程
摘要: 原文地址:http://www.cnblogs.com/TankXiao/archive/2012/02/06/2337728.html
阅读全文
posted @ 2015-02-12 09:44 b̶i̶n̶g̶.̶
阅读(140)
评论(0)
推荐(0)
2015年2月6日
Mongodb for C# 分组查询
摘要: #region 排序获取集合 static List GetPagerWithGroup(string connectionString, string databaseName, string collectionName, IMongoQuery param, GroupByBuild...
阅读全文
posted @ 2015-02-06 14:20 b̶i̶n̶g̶.̶
阅读(595)
评论(1)
推荐(0)
2015年2月4日
C# CryptoStream
摘要: using System;using System.IO;using System.Security.Cryptography;namespace RijndaelManaged_Example{ class RijndaelExample { public static ...
阅读全文
posted @ 2015-02-04 11:29 b̶i̶n̶g̶.̶
阅读(784)
评论(0)
推荐(0)
2015年2月3日
ECharts 纯Javascript图表库
摘要: http://echarts.baidu.com/doc/example.html
阅读全文
posted @ 2015-02-03 17:34 b̶i̶n̶g̶.̶
阅读(118)
评论(0)
推荐(0)
Mongodb For C# "Query" 对象常用的方法
摘要: Query.All("name", "a", "b");//通过多个元素来匹配数组 Query.In("name", "a", "b");//包括指定的所有值,可以指定不同类型的条件和值 Query.And(Query.EQ("na...
阅读全文
posted @ 2015-02-03 15:46 b̶i̶n̶g̶.̶
阅读(352)
评论(0)
推荐(0)
上一页
1
···
24
25
26
27
28
29
30
31
32
···
40
下一页
公告