摘要: https://www.cnblogs.com/Ruiky/archive/2012/04/16/2451663.html 阅读全文
posted @ 2018-08-15 21:28 LuoCore 阅读(469) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/aaaaatiger/article/details/5583301 1.debug只在[debug模式下才执行](运行按钮后面的下拉框可选) 2.debug提供了许多调试指令,如断言 System.Diagnostics.Debug.Assert(fal 阅读全文
posted @ 2018-08-15 21:27 LuoCore 阅读(8776) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/hutao1101175783/article/details/16800871 先对项目添加对Microsoft.VisualBasic的引用 Interaction.InputBox("请输入对方ip:", "提示:", "127.0.0.1", -1 阅读全文
posted @ 2018-08-15 20:41 LuoCore 阅读(561) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/luomingui/archive/2011/06/25/2090130.html 测试了好像没用的。不知道什么原因 阅读全文
posted @ 2018-08-15 20:24 LuoCore 阅读(339) 评论(0) 推荐(0)
摘要: 查是否有该表名 SELECT * FROM sys.objects WHERE name='表名'查表字段的信息select * from syscolumns where id=Object_Id('表名'); 阅读全文
posted @ 2018-08-15 10:12 LuoCore 阅读(309) 评论(0) 推荐(0)