摘要: xcopy /S /Y CodeFirstDemo\CodefirstDemo.Web D:\publish\welcome\Web 阅读全文
posted @ 2017-05-10 10:37 BeierWu 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(1110) 评论(0) 推荐(1) 编辑
摘要: 参考文章 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 阅读(1215) 评论(0) 推荐(0) 编辑
摘要: 一、 通过AccountManagement 程序集(System.DirectoryServices.AccountManagement) acountManagement 包含有: 1. UserPrincipals 2. GroupPrincipal 3.ComputerPrincipals 阅读全文
posted @ 2016-08-03 16:17 BeierWu 阅读(1784) 评论(0) 推荐(0) 编辑
摘要: 第一步创建controler 注入类 public class ApiControllersInstaller : IWindsorInstaller { public void Install(IWindsorContainer container, IConfigurationStore sto 阅读全文
posted @ 2016-06-29 18:01 BeierWu 阅读(363) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(924) 评论(0) 推荐(0) 编辑
摘要: # 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) 编辑
摘要: 如果使用Attr不能checked 使用 prop 阅读全文
posted @ 2015-06-30 16:32 BeierWu 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 最近公司的项目要是用cloud Service 所以研究了下 Azure cache 的配置与使用。首先创建项目第二步 配置 cache worker role(1) 点击 cache worker role 项目的属性设置。(2)属性Caching 设置第三步 添加代码到web项目的web.con... 阅读全文
posted @ 2015-06-11 16:32 BeierWu 阅读(539) 评论(0) 推荐(0) 编辑