会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
土豆烧牛肉
导航
博客园
首页
新随笔
联系
订阅
管理
公告
1
2
3
下一页
2017年10月25日
Cannot find one or more components. Please reinstall the application ssms2014
摘要: 1. Start regedit.exe 2. Go to HKEY_CURRENT_USER\Software\Microsoft\SQL Server Management Studio 3. Delete 12.0_Config 4. Restart ssms.exe
阅读全文
posted @ 2017-10-25 19:57 土豆烧牛肉
阅读(133)
评论(0)
推荐(0)
编辑
2017年1月8日
ionic2 start错误
摘要: 错误 There was an error with the spawned command: npminstall 安装cnpm 1.npm install -g cnpm --registry=https://registry.npm.taobao.org 进入创建的目录,删除node_modu
阅读全文
posted @ 2017-01-08 00:05 土豆烧牛肉
阅读(167)
评论(0)
推荐(0)
编辑
2017年1月7日
express 不是内部命令
摘要: express4.0版本以后需要再安装一下工具,命令如下: npm install -g express-generator
阅读全文
posted @ 2017-01-07 13:31 土豆烧牛肉
阅读(77)
评论(0)
推荐(0)
编辑
npm 换源
摘要: npm config set registry https://registry.npm.taobao.org
阅读全文
posted @ 2017-01-07 11:25 土豆烧牛肉
阅读(112)
评论(0)
推荐(0)
编辑
2017年1月5日
npm 查看全局安装包
摘要: npm list -g --depth 0
阅读全文
posted @ 2017-01-05 21:21 土豆烧牛肉
阅读(184)
评论(0)
推荐(0)
编辑
2017年1月1日
搭建angular2环境(1)
摘要: 1.安装node(windows环境) 进入node官网https://nodejs.org/en/下载好后直接安装就可以了。安装完成之后可以在命令窗口查看安装的版本 2.安装npm express 因为某种不可抗拒的原因,npm安装会很慢,所以我们需要通过下面命令配置一下淘宝镜像 接下来执行 3.
阅读全文
posted @ 2017-01-01 21:44 土豆烧牛肉
阅读(121)
评论(0)
推荐(0)
编辑
2016年10月28日
百度贴吧错误代码大全
摘要: 2 密码错误(客户端)/帐号不存在4 帐号密码错误/帐号已掉线/帐号需要验证邮箱5 需要验证码(客户端)6 验证码错误7 密码错误 (V3登录接口)8 你在全吧被封禁,暂时不能进行操作。9 你在本吧被封禁,暂时不能进行操作。10 贴子内容包含太少的文字11 贴子标题和内容太长12 操作失败,您的账号
阅读全文
posted @ 2016-10-28 16:57 土豆烧牛肉
阅读(1137)
评论(0)
推荐(0)
编辑
2016年9月8日
linq andregex
摘要:
阅读全文
posted @ 2016-09-08 11:08 土豆烧牛肉
阅读(108)
评论(0)
推荐(0)
编辑
2016年7月27日
sql group by datetime on day
摘要: SELECT DATEADD(dd, DATEDIFF(dd, 0, postDate), 0)FROM tableWHERE (postDate >= @StartDate) AND (postDate < DATEADD(day, 1, @EndDate))GROUP BY DATEADD(dd
阅读全文
posted @ 2016-07-27 15:42 土豆烧牛肉
阅读(241)
评论(0)
推荐(0)
编辑
2015年7月8日
jquery radio
摘要: 取radio的值:JS代码$("input[name='radioName'][checked]").val();给radio 赋值, 选中值为2的radio:JS代码$("input[name='radioName'][value=2]").attr("checked",true);
阅读全文
posted @ 2015-07-08 14:18 土豆烧牛肉
阅读(104)
评论(0)
推荐(0)
编辑
1
2
3
下一页