09 2017 档案

摘要:使用上面的工具,进行网页访问,设置为AutoSwitch模式,遇到不能访问的域名会进行提示 有了域名之后,进行备案查询 http://www.miitbeian.gov.cn/publish/query/indexFirst.action 北京百度网讯科技有限公司 网站名称:百度网页检索静态内容服务 阅读全文
posted @ 2017-09-28 18:07 ChuckLu 阅读(495) 评论(0) 推荐(0) 编辑
摘要:https://stackoverflow.com/questions/3951722/whats-the-difference-between-unicode-and-utf-8 If asked the question, "What is the difference between UTF- 阅读全文
posted @ 2017-09-28 10:10 ChuckLu 阅读(262) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/caolisong/archive/2007/04/25/726896.html nohup /mnt/Nand3/H2000G >/dev/null 2>&1 & 对于& 1 更准确的说应该是文件描述符 1,而1 一般代表的就是STDOUT_FILEN 阅读全文
posted @ 2017-09-27 17:46 ChuckLu 阅读(327) 评论(0) 推荐(0) 编辑
摘要:https://stackoverflow.com/questions/8925323/redirection-of-standard-and-error-output-appending-to-the-same-log-file The second way would look like thi 阅读全文
posted @ 2017-09-27 17:23 ChuckLu 阅读(1301) 评论(0) 推荐(0) 编辑
摘要:排查后,发现是因为使用了代理导致的。 需要设置 Don't use the proxy server for local addresses. 阅读全文
posted @ 2017-09-26 14:00 ChuckLu 阅读(1014) 评论(0) 推荐(0) 编辑
摘要:SubClass https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes Sub classing with extendsEdit The extends keyword is used in class 阅读全文
posted @ 2017-09-25 18:05 ChuckLu 阅读(500) 评论(0) 推荐(0) 编辑
摘要:菜鸟教程 阅读全文
posted @ 2017-09-25 17:29 ChuckLu 阅读(146) 评论(0) 推荐(0) 编辑
摘要:https://docs.kentico.com/k10tutorial 主面板按照功能分成两行排版 https://docs.kentico.com/k10tutorial/getting-started-with-kentico Tutorial sequence To get the best 阅读全文
posted @ 2017-09-25 09:56 ChuckLu 阅读(529) 评论(0) 推荐(0) 编辑
摘要:ASP.NET Application Life Cycle Overview for IIS 7.0 https://msdn.microsoft.com/en-us/library/bb470252.aspx This topic describes the application life c 阅读全文
posted @ 2017-09-21 17:09 ChuckLu 阅读(202) 评论(0) 推荐(0) 编辑
摘要:https://docs.microsoft.com/en-us/dotnet/framework/configure-apps/file-schema/index Runtime Settings Schema Describes the elements that configure assem 阅读全文
posted @ 2017-09-21 16:20 ChuckLu 阅读(413) 评论(0) 推荐(0) 编辑
摘要:https://docs.microsoft.com/en-us/visualstudio/msbuild/msbuild-command-line-reference 查看版本 PS C:\Program Files\PowerShell\6.0.0-beta.6> msbuild /versio 阅读全文
posted @ 2017-09-21 10:45 ChuckLu 阅读(377) 评论(0) 推荐(0) 编辑
摘要:https://docs.microsoft.com/en-us/dotnet/framework/wcf/feature-details/data-member-order In some applications, it is useful to know the order in which 阅读全文
posted @ 2017-09-20 13:46 ChuckLu 阅读(260) 评论(0) 推荐(0) 编辑
摘要:类型映射 https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/sql-server-data-type-mappings C#关键字 decimal https://docs.microsoft.com/en-us/dotnet 阅读全文
posted @ 2017-09-19 16:59 ChuckLu 阅读(565) 评论(0) 推荐(0) 编辑
摘要:https://msdn.microsoft.com/en-us/library/ms366723.aspx Compilation Output When your code is compiled, the resulting assemblies are cached in a folder 阅读全文
posted @ 2017-09-15 11:43 ChuckLu 阅读(1175) 评论(0) 推荐(0) 编辑
摘要:第一次编译非常慢 如果遇到错误,中途中断的话。 下一次编译的时候,上一次已经编译过的文件,会非常快的略过。很快就会到上一次遇到错误的地方,继续往下进行编译。 阅读全文
posted @ 2017-09-15 11:10 ChuckLu 阅读(236) 评论(0) 推荐(0) 编辑
摘要:被谁锁住了 tbm_cih_CustomTableItemHistory_Product 是数据表的表名 如何解锁 http://www.cnblogs.com/shy1766IT/p/6225694.html 扩展 从sys.dm_tran_locks筛选的时候,主要是匹配resource_typ 阅读全文
posted @ 2017-09-08 13:36 ChuckLu 阅读(4585) 评论(0) 推荐(0) 编辑
摘要:By default, WinRar uses the RAR archive format for compressing files. You may prefer using the more popular ZIP archive format instead. Here’s how to 阅读全文
posted @ 2017-09-08 10:04 ChuckLu 阅读(3067) 评论(0) 推荐(0) 编辑
摘要:1 PS C:\Program Files\PowerShell\6.0.0-beta.6> Stop-ComputerStop-Computer : Failed to stop the computer WASYGSHA01-1020 with the following error messa 阅读全文
posted @ 2017-09-07 21:07 ChuckLu 阅读(739) 评论(0) 推荐(0) 编辑
摘要:因为处理管理员模式下,所以无法拖动。 先执行命令,确保命令会记录到history里。 然后,需要另外开一个不是管理权权限的窗口来拖动, [注意,下面的操作仅仅在powershell6.0里面才可以,之前的版本是记不住命令的History的] 首先键盘上的向上箭头,找到之前的命令,然后进行拖动,拖动完 阅读全文
posted @ 2017-09-07 17:01 ChuckLu 阅读(2381) 评论(0) 推荐(0) 编辑
摘要:http://www.online-tech-tips.com/windows-10/download-windows-10-spotlight-lock-screen-images/ 图片位置 C:\Users\clu\AppData\Local\Packages\Microsoft.Window 阅读全文
posted @ 2017-09-07 13:43 ChuckLu 阅读(462) 评论(0) 推荐(0) 编辑
摘要:SET ANSI_WARNINGS (Transact-SQL) https://docs.microsoft.com/en-us/sql/t-sql/statements/set-ansi-warnings-transact-sql The SQL Server Native Client ODB 阅读全文
posted @ 2017-09-06 15:24 ChuckLu 阅读(1291) 评论(0) 推荐(0) 编辑
摘要:https://support.microsoft.com/en-us/help/4026298/windows-show-libraries-in-file-explorer To show libraries in File Explorer, select the View tab, and 阅读全文
posted @ 2017-09-06 10:03 ChuckLu 阅读(444) 评论(0) 推荐(0) 编辑
摘要:Why use the 'ref' keyword when passing an object? Pass a ref if you want to change what the object is: TestRef t = new TestRef(); t.Something = "Foo"; 阅读全文
posted @ 2017-09-05 09:46 ChuckLu 阅读(334) 评论(0) 推荐(0) 编辑
摘要:Column 'dbo.tbm_vie_View.ViewID' is invalid in the select list because it is not contained in either an aggregate function or the GROUP BY clause. htt 阅读全文
posted @ 2017-09-04 15:53 ChuckLu 阅读(3279) 评论(0) 推荐(0) 编辑
摘要:菜鸟教程 阅读全文
posted @ 2017-09-04 09:08 ChuckLu 阅读(125) 评论(0) 推荐(0) 编辑
摘要:菜鸟教程 bootstrap开发框架 伍华聪 Bootstrap——一款超好用的前端框架 阅读全文
posted @ 2017-09-01 14:41 ChuckLu 阅读(136) 评论(0) 推荐(0) 编辑

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