会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Beier928
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
下一页
2017年5月10日
持续集成之TeamCity 配置
摘要: xcopy /S /Y CodeFirstDemo\CodefirstDemo.Web D:\publish\welcome\Web
阅读全文
posted @ 2017-05-10 10:37 BeierWu
阅读(164)
评论(0)
推荐(0)
编辑
hadoop 环境配置
摘要: HADOOP_HOME E:\tool\eclipse\hadoop-2.7.3 HADOOP_USER_NAME ambari-qa path: %HADOOP_HOME%/bin
阅读全文
posted @ 2017-05-10 06:58 BeierWu
阅读(155)
评论(0)
推荐(0)
编辑
2016年9月21日
批量生成不同尺寸的图片
摘要: static void Main(string[] args) { var image = Image.FromFile("C:\\picture\\600.png"); var pictureSize = new List<Picture>(); pictureSize.Add(new Pictu
阅读全文
posted @ 2016-09-21 11:40 BeierWu
阅读(1114)
评论(0)
推荐(1)
编辑
2016年9月20日
如何生成publish windows app 用到的 pfx 文件
摘要: 参考文章 https://msdn.microsoft.com/en-us/library/windows/desktop/jj835832(v=vs.85).aspx 1.在项目中查找.appxmanifest 文件, 用txt文本打开 找到Publisher。 2.在C盘创建makecert 文
阅读全文
posted @ 2016-09-20 17:22 BeierWu
阅读(1220)
评论(0)
推荐(0)
编辑
2016年8月3日
Get AD user 的三种方法
摘要: 一、 通过AccountManagement 程序集(System.DirectoryServices.AccountManagement) acountManagement 包含有: 1. UserPrincipals 2. GroupPrincipal 3.ComputerPrincipals
阅读全文
posted @ 2016-08-03 16:17 BeierWu
阅读(1807)
评论(0)
推荐(0)
编辑
2016年6月29日
MVC项目用Windsor注入
摘要: 第一步创建controler 注入类 public class ApiControllersInstaller : IWindsorInstaller { public void Install(IWindsorContainer container, IConfigurationStore sto
阅读全文
posted @ 2016-06-29 18:01 BeierWu
阅读(365)
评论(0)
推荐(0)
编辑
2016年4月10日
UWP textbox 只能输入数字
摘要: private void Testbox_TextChanged(object sender, TextChangedEventArgs e) { var textbox = (TextBox)sender; if (!Regex.IsMatch(textbox.Text, "^\\d*\\.?\\
阅读全文
posted @ 2016-04-10 15:37 BeierWu
阅读(927)
评论(0)
推荐(0)
编辑
2016年1月20日
power shell upload file to azure storage
摘要: # Azure subscription-specific variables.$storageAccountName = "storage-account-name"$containerName = "container-name"# Find the local folder where thi...
阅读全文
posted @ 2016-01-20 13:28 BeierWu
阅读(300)
评论(0)
推荐(0)
编辑
2015年6月30日
Checkbox can't checked
摘要: 如果使用Attr不能checked 使用 prop
阅读全文
posted @ 2015-06-30 16:32 BeierWu
阅读(134)
评论(0)
推荐(0)
编辑
2015年6月11日
Azure cache 的配置与应用
摘要: 最近公司的项目要是用cloud Service 所以研究了下 Azure cache 的配置与使用。首先创建项目第二步 配置 cache worker role(1) 点击 cache worker role 项目的属性设置。(2)属性Caching 设置第三步 添加代码到web项目的web.con...
阅读全文
posted @ 2015-06-11 16:32 BeierWu
阅读(541)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
下一页
公告