10 2018 档案

摘要:https://www.cnblogs.com/xiaohaillong/p/6079551.html 阅读全文
posted @ 2018-10-17 09:38 newlangwen 阅读(117) 评论(0) 推荐(0)
摘要:sql server 分页按时间排序 总体思路是:使用SqlServer中的ROW_NUMBER() OVER(按某一属性升序或降序)函数来对我们所有的数据进行排序,从1开始,为每一条分组记录返回一个数字。 使用:SELECT * FROM (SELECT *,row=row_number() OV 阅读全文
posted @ 2018-10-16 17:10 newlangwen 阅读(3019) 评论(0) 推荐(0)
摘要:(1)安装与配置JDK8 1)使用wget下载JDK8: wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.orac 阅读全文
posted @ 2018-10-12 15:23 newlangwen 阅读(2986) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/jaedons/article/details/78563841 阅读全文
posted @ 2018-10-11 17:10 newlangwen 阅读(6964) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/sdzhangshulong/article/details/80124900 https://blog.csdn.net/gwj41/article/details/78667186 阅读全文
posted @ 2018-10-09 15:03 newlangwen 阅读(2822) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/M201672389/article/details/77994570 阅读全文
posted @ 2018-10-09 14:51 newlangwen 阅读(537) 评论(0) 推荐(0)