08 2017 档案

摘要:https://social.msdn.microsoft.com/Forums/sqlserver/en-US/6e20fa7a-c0a9-496b-89b2-19c6bd996ffc/how-to-collapse-object-explorer-tree-in-management-studi 阅读全文
posted @ 2017-08-28 14:50 ChuckLu 阅读(669) 评论(0) 推荐(0) 编辑
摘要:https://docs.microsoft.com/en-us/sql/t-sql/database-console-commands/database-console-commands DBCC CHECKIDENT (Transact-SQL) https://docs.microsoft.c 阅读全文
posted @ 2017-08-28 14:03 ChuckLu 阅读(239) 评论(0) 推荐(0) 编辑
摘要:http://vyaskn.tripod.com/differences_between_set_and_select.htm https://stackoverflow.com/questions/3945361/set-versus-select-when-assigning-variables 阅读全文
posted @ 2017-08-28 11:24 ChuckLu 阅读(288) 评论(0) 推荐(0) 编辑
摘要:https://docs.microsoft.com/en-us/sql/t-sql/language-elements/logical-operators-transact-sql Logical operators test for the truth of some condition. Lo 阅读全文
posted @ 2017-08-25 13:37 ChuckLu 阅读(408) 评论(0) 推荐(0) 编辑
摘要:一 基础 http://blog.sina.com.cn/s/blog_987e00020102x5k1.html 选中一个数据包,右键选中某一个数据包,然后follow-->Tcp Stream 八 过滤 http://blog.sina.com.cn/s/blog_987e00020102x62 阅读全文
posted @ 2017-08-23 11:51 ChuckLu 阅读(281) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/bytebai/article/details/21752925 握手阶段: 序号 方向 seq ack1 A->B 0 02 B->A 0 0+1=13 A->B 1 0+1=1解释:1:A向B发起连接请求,以一个随机数初始化A的seq,这里假设为0,此时 阅读全文
posted @ 2017-08-23 11:09 ChuckLu 阅读(1208) 评论(0) 推荐(0) 编辑
摘要:https://ask.wireshark.org/questions/48823/change-the-gui-language 英文版设置 From the Edit (Bearbeiten) menu, -> Preferences (Einstellung), in the Appearan 阅读全文
posted @ 2017-08-22 13:54 ChuckLu 阅读(7833) 评论(0) 推荐(1) 编辑
摘要:StackOverflow https://stackoverflow.com/questions/5420656/unable-to-read-data-from-the-transport-connection-an-existing-connection-was-f https://brian 阅读全文
posted @ 2017-08-22 10:39 ChuckLu 阅读(11307) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/wyx100/article/details/50450728 1、Mozilla内核[css]元素选择器{-moz-transition:运动的样式 持续时间 运动形式 延迟时间;} 2、Webkit内核[css]元素选择器{-webkit-transit 阅读全文
posted @ 2017-08-16 19:02 ChuckLu 阅读(361) 评论(0) 推荐(0) 编辑
摘要:https://stackoverflow.com/questions/82128/displaying-build-times-in-visual-studio Tools... Options... Projects and Solutions.... MSBuild project build 阅读全文
posted @ 2017-08-16 16:58 ChuckLu 阅读(712) 评论(0) 推荐(0) 编辑
摘要:http://www.ruanyifeng.com/blog/2012/06/sass.html http://www.cnblogs.com/powertoolsteam/p/front-end-tooling-trends-2017.html 阅读全文
posted @ 2017-08-16 13:28 ChuckLu 阅读(155) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/paulhe/p/4786712.html 在Web.config中,分别配置<customErrors>和<httpErrors>节点即可完成两者错误页的设置。主要有以下不同点: 1.从定义上,<customErrors>设置ASP.NET应用程序的错 阅读全文
posted @ 2017-08-15 17:18 ChuckLu 阅读(153) 评论(0) 推荐(0) 编辑
摘要:https://en.wikipedia.org/wiki/List_of_content_management_systems Microsoft ASP.NET 阅读全文
posted @ 2017-08-15 13:32 ChuckLu 阅读(158) 评论(0) 推荐(0) 编辑
摘要:https://stackoverflow.com/questions/15960290/css-footer-not-displaying-at-the-bottom-of-the-page There's really two main options: The easier of the tw 阅读全文
posted @ 2017-08-15 10:49 ChuckLu 阅读(242) 评论(0) 推荐(0) 编辑
摘要:Ctrl+F5 阅读全文
posted @ 2017-08-15 10:47 ChuckLu 阅读(537) 评论(0) 推荐(0) 编辑
摘要:https://stackoverflow.com/questions/10417126/dynamically-named-temp-table-returns-invalid-object-name-when-referenced-in-st You are doing it wrong! Tr 阅读全文
posted @ 2017-08-14 13:52 ChuckLu 阅读(376) 评论(0) 推荐(0) 编辑
摘要:How to rollback a transaction in a stored procedure? 执行的存储过程需要transaction的话,在调用的时候传入 如果有事务锁定了数据库,那么可以直接rollback 在执行存储过程的的时候,错误提示 You attempted to acqu 阅读全文
posted @ 2017-08-11 19:01 ChuckLu 阅读(968) 评论(0) 推荐(0) 编辑
摘要:Cursors (Transact-SQL) Microsoft SQL Server statements produce a complete result set, but there are times when the results are best processed one row 阅读全文
posted @ 2017-08-11 15:19 ChuckLu 阅读(605) 评论(0) 推荐(0) 编辑
摘要:https://docs.microsoft.com/en-us/sql/t-sql/functions/cast-and-convert-transact-sql Conversion failed when converting the varchar value ' ' to data typ 阅读全文
posted @ 2017-08-10 17:56 ChuckLu 阅读(989) 评论(0) 推荐(0) 编辑
摘要:nodes() Method (xml Data Type) https://docs.microsoft.com/en-us/sql/t-sql/xml/nodes-method-xml-data-type The nodes() method is useful when you want to 阅读全文
posted @ 2017-08-10 10:54 ChuckLu 阅读(231) 评论(0) 推荐(0) 编辑
摘要:WITH common_table_expression (Transact-SQL) Specifies a temporary named result set, known as a common table expression (CTE). This is derived from a s 阅读全文
posted @ 2017-08-09 17:19 ChuckLu 阅读(589) 评论(0) 推荐(0) 编辑
摘要:NuGet behind a proxy 回答1 Here's what I did to get this working with my corporate proxy that uses NTLM authentication. I downloaded NuGet.exe and then 阅读全文
posted @ 2017-08-08 14:00 ChuckLu 阅读(4622) 评论(0) 推荐(0) 编辑
摘要:https://documentation.red-gate.com/display/SOC5/SQL+Source+Control+5+documentation SELECT DB_NAME(DatabaseID) AS DatabaseName , UserName , * FROM dbo. 阅读全文
posted @ 2017-08-02 14:10 ChuckLu 阅读(565) 评论(0) 推荐(0) 编辑
摘要:计算机原理 ABC三个输入 每一个输入,拆分成2路,对应到1和0。通过一个非门来实现。 一个有6个线路,123456 有8个输出,每一个输出,对应3个线路。 阅读全文
posted @ 2017-08-02 11:47 ChuckLu 阅读(2100) 评论(0) 推荐(0) 编辑

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