05 2019 档案

摘要:https://docs.microsoft.com/en-us/dotnet/framework/wcf/wcf-error-handling The errors encountered by a WCF application belong to one of three groups: Co 阅读全文
posted @ 2019-05-31 18:26 ChuckLu 阅读(296) 评论(0) 推荐(0) 编辑
摘要:在右侧group by的地方,同时选中component和issue 阅读全文
posted @ 2019-05-31 16:45 ChuckLu 阅读(3092) 评论(0) 推荐(0) 编辑
摘要:“The creator of this fault did not specify a Reason” Exception 阅读全文
posted @ 2019-05-31 16:12 ChuckLu 阅读(1066) 评论(0) 推荐(0) 编辑
摘要:The Fault Contract sample demonstrates how to communicate error information from a service to a client. The sample is based on the Getting Started, wi 阅读全文
posted @ 2019-05-31 15:57 ChuckLu 阅读(265) 评论(0) 推荐(0) 编辑
摘要:Why Response.Redirect causes System.Threading.ThreadAbortException? The correct pattern is to call the Redirect overload with endResponse=false and ma 阅读全文
posted @ 2019-05-31 14:37 ChuckLu 阅读(148) 评论(0) 推荐(0) 编辑
摘要:How-To-Ask-Questions-The-Smart-Way https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/master/README-zh_CN.md 阅读全文
posted @ 2019-05-31 11:41 ChuckLu 阅读(659) 评论(0) 推荐(0) 编辑
摘要:Why is HttpContext.Current null during the Session_End event? On Session_End there is no communication necessarily involved with the browser so there 阅读全文
posted @ 2019-05-30 15:55 ChuckLu 阅读(276) 评论(0) 推荐(0) 编辑
摘要:https://github.com/git-for-windows/git/issues/2206 https://git-scm.com/docs/git-filter-branch The --env-filter option can be used to modify committer 阅读全文
posted @ 2019-05-29 10:17 ChuckLu 阅读(736) 评论(0) 推荐(0) 编辑
摘要:https://docs.microsoft.com/en-us/dotnet/api/system.activator.createinstance?view=netframework-4.8#System_Activator_CreateInstance_System_Type_System_O 阅读全文
posted @ 2019-05-28 14:01 ChuckLu 阅读(454) 评论(0) 推荐(0) 编辑
摘要:Reply with inline comments within the original message text When you reply to email messages in Outlook, sometimes it's faster and clearer to type you 阅读全文
posted @ 2019-05-28 13:31 ChuckLu 阅读(875) 评论(0) 推荐(0) 编辑
摘要:比如回复这封邮件 https://public-inbox.org/git/db2dcf54-8b1c-39b1-579c-425ef158c6a1@kdbg.org/ Reply instructions: You may reply publically to this message via 阅读全文
posted @ 2019-05-28 09:14 ChuckLu 阅读(665) 评论(0) 推荐(0) 编辑
摘要:This is VGER.KERNEL.ORG Majordomo Info Sections: Subscription/Unsubscription A very short Majordomo introduction Taboo/forbidden things As of now, sub 阅读全文
posted @ 2019-05-28 08:56 ChuckLu 阅读(311) 评论(0) 推荐(0) 编辑
摘要:https://stackoverflow.com/questions/12422986/sql-query-to-get-the-deadlocks-in-sql-server-2008 You can use a deadlock graph and gather the information 阅读全文
posted @ 2019-05-27 16:40 ChuckLu 阅读(283) 评论(0) 推荐(0) 编辑
摘要:C:\Windows\System32\inetsrv\Config\applicationHost.config 阅读全文
posted @ 2019-05-27 14:09 ChuckLu 阅读(924) 评论(0) 推荐(0) 编辑
摘要:What are the differences between double-dot “..” and triple-dot “…” in Git commit ranges? Using Commit Ranges with Git Log When you're using commit ra 阅读全文
posted @ 2019-05-27 12:59 ChuckLu 阅读(600) 评论(0) 推荐(0) 编辑
摘要:You are given a binary tree in which each node contains an integer value. Find the number of paths that sum to a given value. The path does not need t 阅读全文
posted @ 2019-05-26 13:12 ChuckLu 阅读(201) 评论(0) 推荐(0) 编辑
摘要:Given a binary tree and a sum, find all root-to-leaf paths where each path's sum equals the given sum. Note: A leaf is a node with no children. Exampl 阅读全文
posted @ 2019-05-26 11:41 ChuckLu 阅读(144) 评论(0) 推荐(0) 编辑
摘要:查看git status,发现所有文件都被修改。 git diff文件查看,发现是行尾的问题导致的。 https://github.com/Microsoft/WSL/issues/184 在wsl里面执行git config --global core.autocrlf true 然后再git s 阅读全文
posted @ 2019-05-26 09:31 ChuckLu 阅读(960) 评论(0) 推荐(0) 编辑
摘要:How to access Windows folders from Bash on Ubuntu on Windows You'll find the Windows C:\ structure at /mnt/c/ in the Bash environment. Therefore, my D 阅读全文
posted @ 2019-05-26 09:22 ChuckLu 阅读(13864) 评论(0) 推荐(0) 编辑
摘要:https://docs.microsoft.com/en-us/windows/wsl/about https://docs.microsoft.com/en-us/windows/wsl/install-win10 Windows Subsystem for Linux Installation 阅读全文
posted @ 2019-05-26 08:46 ChuckLu 阅读(1032) 评论(0) 推荐(0) 编辑
摘要:国家企业信用信息公示系统 (gsxt.gov.cn) ICP/IP地址/域名信息备案管理系统 (miit.gov.cn) 现在需要输入网站首页网址来查询百度的备案信息 评论区出现的是假的,个人网站 阅读全文
posted @ 2019-05-25 22:51 ChuckLu 阅读(374) 评论(1) 推荐(0) 编辑
摘要:Find the sum of all left leaves in a given binary tree. Example: Runtime: 92 ms, faster than 98.11% of C# online submissions for Sum of Left Leaves. M 阅读全文
posted @ 2019-05-25 15:41 ChuckLu 阅读(130) 评论(0) 推荐(0) 编辑
摘要:GIT: change commit date to author date git filter-branch --env-filter 'export GIT_COMMITTER_DATE="$GIT_AUTHOR_DATE"' Short Answer: Explanation: filter 阅读全文
posted @ 2019-05-25 10:53 ChuckLu 阅读(1680) 评论(0) 推荐(0) 编辑
摘要:分支回退 git checkout - 目录回退 cd - 阅读全文
posted @ 2019-05-24 16:14 ChuckLu 阅读(749) 评论(0) 推荐(0) 编辑
摘要:wifi无法连接公司的网络 Warning Error in Event Log - deauth after EAPOL key exchange sequence https://forums.intel.com/s/question/0D50P0000490TN9SAM/warning-err 阅读全文
posted @ 2019-05-24 11:38 ChuckLu 阅读(1385) 评论(0) 推荐(0) 编辑
摘要:下面的place solution and project in the same directory 不需要勾选 阅读全文
posted @ 2019-05-21 11:04 ChuckLu 阅读(2974) 评论(0) 推荐(0) 编辑
摘要:Aspect-Oriented Programming : Aspect-Oriented Programming with the RealProxy Class A well-architected application has separate layers so different con 阅读全文
posted @ 2019-05-21 10:39 ChuckLu 阅读(355) 评论(0) 推荐(0) 编辑
摘要:https://en.wikipedia.org/wiki/Aspect-oriented_programming#Terminology Terminology Standard terminology used in Aspect-oriented programming may include 阅读全文
posted @ 2019-05-21 10:28 ChuckLu 阅读(266) 评论(0) 推荐(0) 编辑
摘要:问题: 用户已经移动到team里面,team有对应repository的push权限。 does not have push permissions for 解决方案: 发现这个用户以前单独配置了这个repository的clone权限。 直接删除掉在用户个人页面配置的权限,这样team的权限就生效 阅读全文
posted @ 2019-05-21 10:25 ChuckLu 阅读(1153) 评论(0) 推荐(0) 编辑
摘要:How to make a simple dynamic proxy in C# You could do this with a combination of System.Dynamic.DynamicObject and ImpromptuInterface but you will have 阅读全文
posted @ 2019-05-20 17:02 ChuckLu 阅读(335) 评论(0) 推荐(0) 编辑
摘要:https://github.com/castleproject/Core/blob/master/docs/dynamicproxy.md DynamicProxy generates proxies for your objects that you can use to transparent 阅读全文
posted @ 2019-05-20 16:21 ChuckLu 阅读(578) 评论(0) 推荐(0) 编辑
摘要:! [remote rejected] master -> master (shallow update not allowed) https://stackoverflow.com/questions/28983842/remote-rejected-shallow-update-not-allo 阅读全文
posted @ 2019-05-17 21:51 ChuckLu 阅读(4203) 评论(0) 推荐(0) 编辑
摘要:remote: warning: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com.remote: warning: See http://git. 阅读全文
posted @ 2019-05-17 21:43 ChuckLu 阅读(421) 评论(0) 推荐(0) 编辑
摘要:比如现在有一个方法,进行积分奖励 PointAdd 在不改变原来方法的基础上,增加积分奖励的日志 Castle~动态代理实现对方法的拦截 阅读全文
posted @ 2019-05-17 20:40 ChuckLu 阅读(372) 评论(0) 推荐(0) 编辑
摘要:高效能人士的七个习惯 六项思考帽 番茄工作法 阅读全文
posted @ 2019-05-17 14:33 ChuckLu 阅读(128) 评论(0) 推荐(0) 编辑
摘要:VMware 虚拟机NAT模式如何设置网络连接,从头到尾全过程~!! 阅读全文
posted @ 2019-05-16 18:50 ChuckLu 阅读(222) 评论(0) 推荐(0) 编辑
摘要:https://gitlab.com/gitlab-org/gitlab-runner/issues/4185 https://github.com/containers/libpod https://podman.readthedocs.io/en/latest/Introduction.html 阅读全文
posted @ 2019-05-16 18:20 ChuckLu 阅读(386) 评论(0) 推荐(0) 编辑
摘要:https://technodrone.blogspot.com/2019/02/goodbye-docker-and-thanks-for-all-fish.html http://developer.51cto.com/art/201904/595007.htm 阅读全文
posted @ 2019-05-16 18:07 ChuckLu 阅读(226) 评论(0) 推荐(0) 编辑
摘要:Ubuntu的基本操作 查看操作系统版本 https://www.hostingadvice.com/how-to/ubuntu-show-version/ clu@sha01vmdev08:~/source/github$ lsb_release -aNo LSB modules are avai 阅读全文
posted @ 2019-05-16 16:12 ChuckLu 阅读(312) 评论(0) 推荐(0) 编辑
摘要:https://stackoverflow.com/questions/25245839/align-a-label-to-the-right-using-asp-net Try something like this: <div style="text-align:right"> <asp:Lab 阅读全文
posted @ 2019-05-16 14:52 ChuckLu 阅读(1432) 评论(0) 推荐(0) 编辑
摘要:去control panel,找到sound 在playback的tab上,重新设置default 阅读全文
posted @ 2019-05-16 13:22 ChuckLu 阅读(1290) 评论(0) 推荐(0) 编辑
摘要:弹窗 Open a user control in a pop up 阅读全文
posted @ 2019-05-16 11:01 ChuckLu 阅读(530) 评论(0) 推荐(0) 编辑
摘要:<label id="lblWhiteIp_Text_Info" runat="server"></label> 后台对应的类型是 protected global::System.Web.UI.HtmlControls.HtmlGenericControl lblWhiteIp_Text_Info 阅读全文
posted @ 2019-05-15 18:20 ChuckLu 阅读(370) 评论(0) 推荐(0) 编辑
摘要:Where should I put <script> tags in HTML markup? When embedding JavaScript in an HTML document, where is the proper place to put the <script> tags and 阅读全文
posted @ 2019-05-14 16:24 ChuckLu 阅读(248) 评论(0) 推荐(0) 编辑
摘要:https://help.github.com/en/articles/checking-out-pull-requests-locally https://github.com/betaflight/betaflight/pull/8112/ git fetch origin pull/ID/he 阅读全文
posted @ 2019-05-14 13:37 ChuckLu 阅读(174) 评论(0) 推荐(0) 编辑
摘要:https://blog.richardszalay.com/2007/03/08/dealing-with-exceptions-thrown-in-application_start/ One annoying problem I've noticed in the past is that i 阅读全文
posted @ 2019-05-13 16:06 ChuckLu 阅读(224) 评论(0) 推荐(0) 编辑
摘要:Understanding identities in IIS https://support.microsoft.com/en-my/help/4466942/understanding-identities-in-iis Introduction This article provides ba 阅读全文
posted @ 2019-05-13 14:55 ChuckLu 阅读(400) 评论(0) 推荐(0) 编辑
摘要:https://docs.microsoft.com/en-us/azure/devops/repos/git/git-branching-guidance?view=azure-devops Name your feature branches by convention Use a consis 阅读全文
posted @ 2019-05-13 13:48 ChuckLu 阅读(236) 评论(0) 推荐(0) 编辑
摘要:Pull Requests with Rebase Edward Thomson https://docs.microsoft.com/en-us/azure/devops/repos/git/branch-policies-overview?view=azure-devops Branch pol 阅读全文
posted @ 2019-05-13 13:39 ChuckLu 阅读(326) 评论(0) 推荐(0) 编辑
摘要:https://docs.microsoft.com/en-us/azure/devops/repos/git/set-up-credential-managers?view=azure-devops Install the Git Credential Manager Windows Downlo 阅读全文
posted @ 2019-05-13 13:31 ChuckLu 阅读(317) 评论(0) 推荐(0) 编辑
摘要:How do I force my .NET application to run as administrator? You'll want to modify the manifest that gets embedded in the program. This works on Visual 阅读全文
posted @ 2019-05-13 10:00 ChuckLu 阅读(255) 评论(0) 推荐(0) 编辑
摘要:分类 UML从考虑系统的不同角度出发,定义了用例图、类图、对象图、包图、状态图、活动图、序列图、协作图、构件图、部署图等10种图。 常见的UML图有用例图(Use Case Diagram)、类图(Class Diagram)和序列图(Sequence Diagram)。下面也将主要阐述这三种UML 阅读全文
posted @ 2019-05-12 22:57 ChuckLu 阅读(980) 评论(0) 推荐(0) 编辑
摘要:https://docs.microsoft.com/en-us/aspnet/web-forms/overview/getting-started/getting-started-with-aspnet-45-web-forms/aspnet-error-handling Overview ASP 阅读全文
posted @ 2019-05-10 18:20 ChuckLu 阅读(328) 评论(0) 推荐(0) 编辑
摘要:Generic TryParse You should use the TypeDescriptor class: public static T Convert<T>(this string input) { try { var converter = TypeDescriptor.GetConv 阅读全文
posted @ 2019-05-10 17:35 ChuckLu 阅读(4113) 评论(0) 推荐(0) 编辑
摘要:https://www.zhihu.com/question/24723688/answer/160252724 反向代理在计算机世界里,由于单个服务器的处理客户端(用户)请求能力有一个极限,当用户的接入请求蜂拥而入时,会造成服务器忙不过来的局面,可以使用多个服务器来共同分担成千上万的用户请求,这些 阅读全文
posted @ 2019-05-10 14:58 ChuckLu 阅读(350) 评论(0) 推荐(0) 编辑
摘要:Where's the package location in aspnet core For project.json the nuget directory is in the user profile folder (%UserProfile%\.nuget\packages) 阅读全文
posted @ 2019-05-10 14:05 ChuckLu 阅读(1375) 评论(0) 推荐(0) 编辑
摘要:https://aspnetboilerplate.com/Pages/Documents/Data-Transfer-Objects Data Transfer Objects are used to transfer data between the Application Layer and 阅读全文
posted @ 2019-05-10 13:37 ChuckLu 阅读(145) 评论(0) 推荐(0) 编辑
摘要:https://aspnetboilerplate.com/Pages/Documents/NLayer-Architecture Introduction The layering of an application's codebase is a widely accepted techniqu 阅读全文
posted @ 2019-05-10 13:37 ChuckLu 阅读(248) 评论(0) 推荐(0) 编辑
摘要:新版本 https://abp.io/documents/abp/latest/Index https://github.com/abpframework/abp ABP is an open source application framework focused on ASP.NET Core 阅读全文
posted @ 2019-05-10 13:35 ChuckLu 阅读(1880) 评论(0) 推荐(0) 编辑
摘要:开源项目 https://github.com/tanveery/recaptcha-net 这个的NuGet下载量最高 https://github.com/PaulMiami/reCAPTCHA asp.net core https://github.com/dotnetvn/GoogleRec 阅读全文
posted @ 2019-05-09 09:56 ChuckLu 阅读(501) 评论(0) 推荐(0) 编辑
摘要:User control's property loses value after a postback All variables (and controls) are disposed at the end of the page's lifecycle. So you need a way t 阅读全文
posted @ 2019-05-08 18:31 ChuckLu 阅读(131) 评论(0) 推荐(0) 编辑
摘要:Single instance of a MemoryCache across multiple application pools on the same server [duplicate] You could create a separate Web Api project and host 阅读全文
posted @ 2019-05-08 17:22 ChuckLu 阅读(542) 评论(0) 推荐(0) 编辑
摘要:Losing session data in ASP.NET By default Response.Redirect terminates thread execution and there might be a race conditions in setting session variab 阅读全文
posted @ 2019-05-08 17:14 ChuckLu 阅读(189) 评论(0) 推荐(0) 编辑
摘要:What is the difference between UserControl, WebControl, RenderedControl and CompositeControl? UserControl: A custom control, ending in .ascx, that is 阅读全文
posted @ 2019-05-08 16:11 ChuckLu 阅读(184) 评论(0) 推荐(0) 编辑
摘要:how to get the next autoincrement value in sql 回答1 To get the next auto-increment value from SQLServer : This will fetch the present auto-increment va 阅读全文
posted @ 2019-05-08 14:57 ChuckLu 阅读(409) 评论(0) 推荐(0) 编辑
摘要:安装界面,点击左上角的log open log file C:\Users\clu\AppData\Local\Temp\{69EEB6B0-A9AD-4BD4-8231-92C992F1FF05}\RedGate.Logfile.txt use verbose logging 应该是会提供更详细的 阅读全文
posted @ 2019-05-08 10:03 ChuckLu 阅读(268) 评论(0) 推荐(0) 编辑
摘要:Which is preferred: Nullable<T>.HasValue or Nullable<T> != null? The compiler replaces null comparisons with a call to HasValue, so there is no real d 阅读全文
posted @ 2019-05-07 18:48 ChuckLu 阅读(651) 评论(0) 推荐(0) 编辑
摘要:遇到这个问题,是因为存储过程的参数,设置默认值写错了。 错误写法 @WhiteIp NVARCHAR(MAX) NULL, Stored procedure with default parameters I wrote with parameters that are predefined The 阅读全文
posted @ 2019-05-07 11:11 ChuckLu 阅读(553) 评论(0) 推荐(0) 编辑
摘要:What size do you use for varchar(MAX) in your parameter declaration? In this case you use -1. See also MSDN docs: msdn.microsoft.com/en-us/library/bb3 阅读全文
posted @ 2019-05-06 17:43 ChuckLu 阅读(371) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示