@#¥%……

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2017年6月9日

摘要: 读访问者模式资料:http://blog.csdn.net/chenssy/article/details/12029633 直觉这写法有问题。访问的应该是药单,而不是药,特改写如下: 阅读全文
posted @ 2017-06-09 17:09 yufan27209 阅读(157) 评论(0) 推荐(0)

2017年6月5日

该文被密码保护。 阅读全文
posted @ 2017-06-05 14:47 yufan27209 阅读(2) 评论(0) 推荐(0)

2017年5月5日

摘要: public override void OnException(HttpActionExecutedContext actionExecutedContext) { //加LOG actionExecutedContext.Exception //2.返回调用方具体的异常信息 if (action 阅读全文
posted @ 2017-05-05 09:46 yufan27209 阅读(332) 评论(0) 推荐(0)

2016年8月18日

摘要: select id from ( select *, (@i:=@i+1) as rownum from pre_bet_zhibo,(select @i:=0) as it where link_conent like '%足%' order by title) as t1 where rownu 阅读全文
posted @ 2016-08-18 20:12 yufan27209 阅读(1220) 评论(0) 推荐(0)

2015年12月29日

摘要: SVN基本配置文件,可以在本地打开SVN的设置界面如下: 点击Edit按钮,在弹出来的文本编辑器中把附件的内容全部复制并覆盖原本内容。 ### This file configures various client-side behaviors. ### ### The commented-out examples below are intended to demonstra... 阅读全文
posted @ 2015-12-29 13:53 yufan27209 阅读(3608) 评论(0) 推荐(0)

2015年11月27日

摘要: 前言 MySQL数据库大家应该都很熟悉,而且随着前几年的阿里的去IOE,MySQL逐渐引起更多人的重视。 MySQL历史 1979年,Monty Widenius写了最初的版本,96年发布1.0 1995-2000年,MySQL AB成立,引入BDB 2000年4月,集成MyISAM和replication 2001年,Heikki Tuuri向MySQL建议集成InnoDB... 阅读全文
posted @ 2015-11-27 11:01 yufan27209 阅读(963) 评论(0) 推荐(0)

2015年11月12日

摘要: 镜像服务器(***.88.55.224) 主体服务器(***.88.55.223) 1.迁移数据库备份(***.88.55.168) use master GO backup DATABASE db_mydb To Disk = 'D:\portalBak\portal0902.bak' WITH FORMAT; --2s go 2.把备份拷贝到要恢复的机器中 3.服务器... 阅读全文
posted @ 2015-11-12 14:43 yufan27209 阅读(292) 评论(0) 推荐(0)

2015年10月29日

摘要: 最近1 ~2年电商行业飞速发展,各种创业公司犹如雨后春笋大量涌现,商家通过各种活动形式的补贴来获取用户、培养用户的消费习惯;但任何一件事情都具有两面性,高额的补贴、优惠同时了也催生了"羊毛党"。"羊毛党"的行为距离欺诈只有一步之遥,他们的存在严重破环了活动的目的,侵占了活动的资源,使得正常的用户享受... 阅读全文
posted @ 2015-10-29 15:52 yufan27209 阅读(3859) 评论(0) 推荐(0)

2015年10月12日

摘要: 开发中两款工具Remote Desktop Organizer v1.4.4Remote Desktop Organizer 是一款 Windows 远程桌面管理软件,让你在同一个窗口内浏览到多个远程桌面的信息,方便 Windows 远程管理。zabbixzabbix(音同 zæbix)是一个基于W... 阅读全文
posted @ 2015-10-12 14:15 yufan27209 阅读(495) 评论(0) 推荐(0)

2015年8月31日

摘要: onClickRow : function(rowIndex, rowData){ var editor = $('#datagrid').datagrid('getEditor', {index:rowIndex,field:"buyNum"}); editor.target.focus();... 阅读全文
posted @ 2015-08-31 09:47 yufan27209 阅读(998) 评论(0) 推荐(0)