会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
MrYong
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
8
9
10
11
12
13
14
15
16
···
25
下一页
2015年4月15日
union遇上ntext数据类型
摘要: http://www.myhack58.com/Article/html/3/7/2011/31392.htm
阅读全文
posted @ 2015-04-15 14:14 Coding_Yong
阅读(258)
评论(0)
推荐(0)
2015年4月14日
js获取当前年月日
摘要: function timenow() { var d = new Date(), str = ''; str += d.getFullYear() + '-'; ...
阅读全文
posted @ 2015-04-14 09:36 Coding_Yong
阅读(1217)
评论(0)
推荐(0)
2015年4月7日
java 与C# 时间格式 交互
摘要: 方法一C#端代码IsoDateTimeConverter convert = new IsoDateTimeConverter(); string ret = JsonConvert.SerializeObject(bean, Formatting.None, convert); 方法二...
阅读全文
posted @ 2015-04-07 19:18 Coding_Yong
阅读(602)
评论(0)
推荐(0)
2015年4月3日
生成菜单序列号
摘要: /// /// 根据日期和随机码生成订单号 /// /// public string GetOrderNumber() { string num = DateTime.Now.ToString("y...
阅读全文
posted @ 2015-04-03 09:07 Coding_Yong
阅读(241)
评论(0)
推荐(0)
2015年4月1日
ashx 方法模板
摘要: int count = 0; this.page = DTRequest.GetQueryInt("page", 1); //查询字符串拼接 string searchparams = DTRequest.GetQue...
阅读全文
posted @ 2015-04-01 17:52 Coding_Yong
阅读(344)
评论(0)
推荐(0)
2015年3月27日
webservice使用方法
摘要: 1,右击项目选择-->添加服务引用; 填写一个 命名空间名称;2, 实例化 命名空间名称 ; 选择 带client的服务名称进行初始化3,开始调用方法// 带参数的webservice ////loginverify 添加服务过来 自定义的名字loginverify.SsoAuthUserR...
阅读全文
posted @ 2015-03-27 17:33 Coding_Yong
阅读(492)
评论(0)
推荐(0)
2015年3月9日
如何配置IIS服务器?
摘要: 1, 先安装IIS 然后安装vs; 注: 顺序颠倒则执行cmd命令: 1,cd \ 2,cd Windows 3, cd Microsoft.NET 4, dir 5,cd Framework 6,dir 7,cd v4.0.30319 8,aspnet_regiis -i 点击回车执行 ,将添加F
阅读全文
posted @ 2015-03-09 17:27 Coding_Yong
阅读(1260)
评论(0)
推荐(0)
2015年3月6日
高版本浏览器 拥有 纠错功能,会解决部分兼容性问题; 低版本浏览器 则 不具备 改功能
摘要: 高版本浏览器 拥有 纠错功能,会解决部分兼容性问题; 低版本浏览器 则 不具备 改功能
阅读全文
posted @ 2015-03-06 17:04 Coding_Yong
阅读(156)
评论(0)
推荐(0)
时间查询
摘要: SELECT * FROM `subject` WHERE `postdate` >= '2015-03-06 ' AND `postdate` = '2015-03-06 00:00:00 ' AND `postdate` < '2015-03-0700:00:00'
阅读全文
posted @ 2015-03-06 16:42 Coding_Yong
阅读(160)
评论(0)
推荐(0)
PHP SQL写法 积累(注:PHPSQL与LINQ SQL相似)
摘要: 1: $data ['parentid'] = $pid;M('menu')->where($data)->order(' id asc ')-> select(); // select 是选择多条数据M('menu')->where($data)-> find(); // find 是选择一条...
阅读全文
posted @ 2015-03-06 16:38 Coding_Yong
阅读(341)
评论(0)
推荐(0)
上一页
1
···
8
9
10
11
12
13
14
15
16
···
25
下一页
公告