Teach Yourself SQL in 10 Minutes – Page 31 练习
摘要:1. Write a SQL statement to retrieve all customer names (cust_name) from the Customers table, and display the results sorted from Z to A.SELECT cust_name FROM Customers ORDER BY cust_name DESC;2. Writ...
阅读全文
posted @
2020-05-31 10:56
balian
阅读(130)
推荐(0)
Teach Yourself SQL in 10 Minutes–Page23 练习
摘要:1. Write a SQL statement to retrieve all customer IDs (cust_id) from the Customers table.SELECT cust_id FROM Customers;2. The OrderItems table contains every item ordered (and some were ordered multip...
阅读全文
posted @
2020-05-30 10:59
balian
阅读(131)
推荐(0)
Install Windows Essentials 2012 in Windows 10
摘要:I tried the installation last weekend. Whole process is smooth and no issues. Here’s the log:This is what I have. Version is 16.4.3528.331 and Language is English (US). This is my Windows 10 Home. R...
阅读全文
posted @
2020-05-26 08:50
balian
阅读(278)
推荐(0)
给 Windows Essentials 2012 安装插件 cf.SyntaxHighighter
摘要:cf.SyntaxHighighter1.2 在这里可以下载https://www.cnblogs.com/yaoshiyou/archive/2009/11/25/1610901.html安装快捷,使用方便。
阅读全文
posted @
2020-05-16 10:29
balian
阅读(200)
推荐(0)
在 Windows 7 安装 Windows Live Writer, 遇到 Error 0x800c0006
摘要:虽然说已经是 2020 年,Windows Live Writer 仍旧还是很有用。简单说下遇到什么问题,怎么解决的。Windows Live Writer 是 Windows Essentials 2012 的一个组件,最终版本是 2012 (v16.4.3528.331)。这是 Windows Essentials 2012 简体中文版离线安装包的详细信息。Windows Essentials...
阅读全文
posted @
2020-05-14 09:28
balian
阅读(3106)
推荐(0)
重新安装了 Windows Live Writer
摘要:不知道为什么,http://openlivewriter.org/ 打不开了Open Live Wirter 下载,安装发现只有英文版本找到了最终的离线安装的 Windows Essentials 2012,还是简体中文的,干吗不用呢安装有一点小挫折,但 Windows Live Writer 确实香是的,我回来了
阅读全文
posted @
2020-05-08 11:11
balian
阅读(152)
推荐(0)