04 2017 档案

安装和卸载C#写的 windows service
摘要:安装 : 用管理员权限 运行 developer command prompt for VS2012 执行命令 installutil "可执行文件全路径" 卸载 : 用管理员权限 运行 developer command prompt for VS2012 执行命令 installutil /u 阅读全文

posted @ 2017-04-18 10:50 齐文宣 阅读(153) 评论(0) 推荐(0) 编辑

给一个二维数组随机赋值
摘要:运行后, 在 immidiatly 窗口可以查询到 data[0]0x008b6f00 "Gh0stfrAQBcýýýý««««««««þîþîþîþîþ"data[1]0x008b45e8 "Gh0st8Wsa1xýýýý«««««««« 阅读全文

posted @ 2017-04-13 10:08 齐文宣 阅读(516) 评论(0) 推荐(0) 编辑

sql server use WAITFOR DELAY to wait some milliseconds
摘要:延迟 300 毫秒 WAITFOR DELAY '00:00:00.300' 阅读全文

posted @ 2017-04-07 09:18 齐文宣 阅读(173) 评论(0) 推荐(0) 编辑

sql server print time with milliseconds
摘要:print convert(varchar, getdate(), 121) declare @callID as intdeclare @errCode as intdeclare @msg as nvarchar(200) exec [sp_Test_alwayRetTrue] @callID, 阅读全文

posted @ 2017-04-07 09:13 齐文宣 阅读(183) 评论(0) 推荐(0) 编辑

shader 的含义
摘要:原文 Shaders are the modern way of doing 3D graphics. In a way you could claim that this is a step back as most of the 3D functionality that was provide 阅读全文

posted @ 2017-04-06 14:46 齐文宣 阅读(300) 评论(0) 推荐(0) 编辑

调试console程序时,设置argc and argv
摘要:Result is : 阅读全文

posted @ 2017-04-06 13:04 齐文宣 阅读(247) 评论(0) 推荐(0) 编辑

导航

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