上一页 1 ··· 126 127 128 129 130 131 132 133 134 ··· 399 下一页
摘要: 比如消费27.5,开餐饮发票的时候,税率按照6%计算。 x*(1+0.06)=27.5 税27.5/106*6=1.56 价27.5-1.56=25.94 最后的合计是27.5 阅读全文
posted @ 2021-04-28 18:30 ChuckLu 阅读(2074) 评论(0) 推荐(0)
摘要: SQL Server “RESTORE FILELISTONLY” Resultset Dead-end: SELECT INTO is nice because you don't have to define the table columns but it doesn't support EX 阅读全文
posted @ 2021-04-28 16:46 ChuckLu 阅读(96) 评论(0) 推荐(0)
摘要: SQL SERVER – Restore Database Backup using SQL Script (T-SQL) In this blog post we are going to learn how to restore database backup using T-SQL scrip 阅读全文
posted @ 2021-04-28 16:33 ChuckLu 阅读(224) 评论(0) 推荐(0)
摘要: 'database' is compressed but does not reside in a read-only database or filegroup As stated here, SQL Server databases are not supported on compressed 阅读全文
posted @ 2021-04-28 14:32 ChuckLu 阅读(115) 评论(0) 推荐(0)
摘要: SQL Server: Database stuck in “Restoring” state 回答1 I had this situation restoring a database to an SQL Server 2005 Standard Edition instance using Sy 阅读全文
posted @ 2021-04-28 13:46 ChuckLu 阅读(120) 评论(0) 推荐(0)
摘要: Database Stuck in a Single User Mode in SQL Server 第一步 By using the the dynamic view "sys.dm_tran_locks" we can find out the active sessions of the da 阅读全文
posted @ 2021-04-28 13:42 ChuckLu 阅读(82) 评论(0) 推荐(0)
摘要: GitHub Actions 教程:定时发送天气邮件 GitHub Actions 教程:定时发送天气邮件 - 阮一峰的网络日志 (ruanyifeng.com) https://github.com/ChuckFork/weather-action/ curl -H "Accept-Languag 阅读全文
posted @ 2021-04-27 20:21 ChuckLu 阅读(341) 评论(0) 推荐(0)
摘要: Increasing the size of a virtual disk For Workstation 7 and later and Player 3.x and later, you can increase the virtual disk from the GUI: Select the 阅读全文
posted @ 2021-04-27 01:43 ChuckLu 阅读(226) 评论(0) 推荐(0)
摘要: Customising the browse for folder dialog to show the path Does anyone know what is the simplest way to customise the System.Windows.Forms.FolderBrowse 阅读全文
posted @ 2021-04-26 11:39 ChuckLu 阅读(117) 评论(0) 推荐(0)
摘要: Understanding the need of Visitor Pattern The visitor pattern is a solution to a more general design problem: I have a hierarchy of different classes. 阅读全文
posted @ 2021-04-25 07:53 ChuckLu 阅读(55) 评论(0) 推荐(0)
上一页 1 ··· 126 127 128 129 130 131 132 133 134 ··· 399 下一页