摘要: 用公司的电脑学习如鹏网的视频,开发一个项目,用到了进程外session,因为公司电脑SQLServer 是2008 服务器名称是. 然后参考这篇文章进行设置进程外session 很顺利 完成了设置。 近期把项目放到了自己的电脑上。在运行的是出现了一系列的问题。 先说一下两台机器的环境 公司电脑: V 阅读全文
posted @ 2018-09-06 22:38 C_supreme 阅读(385) 评论(0) 推荐(0) 编辑
摘要: Description Given a non-empty array of integers, return the third maximum number in this array. If it does not exist, return the maximum number. The t 阅读全文
posted @ 2018-09-06 19:39 C_supreme 阅读(190) 评论(0) 推荐(0) 编辑
摘要: Description You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their 阅读全文
posted @ 2018-09-05 11:18 C_supreme 阅读(139) 评论(0) 推荐(0) 编辑
摘要: Description Given an array nums, write a function to move all 0's to the end of it while maintaining the relative order of the non-zero elements. Exam 阅读全文
posted @ 2018-09-04 15:08 C_supreme 阅读(134) 评论(0) 推荐(0) 编辑
摘要: Description Given an array containing n distinct numbers taken from 0, 1, 2, ..., n, find the one that is missing from the array. Example 1: Example 2 阅读全文
posted @ 2018-09-04 14:10 C_supreme 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 恢复内容开始 Description Given an array of integers and an integer k, find out whether there are two distinct indices i and j in the array such that nums[i] 阅读全文
posted @ 2018-09-04 11:02 C_supreme 阅读(170) 评论(0) 推荐(0) 编辑
摘要: Description Given an array of integers, find if the array contains any duplicates. Your function should return true if any value appears at least twic 阅读全文
posted @ 2018-09-04 10:53 C_supreme 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 恢复内容开始 Description Given an array, rotate the array to the right by k steps, where k is non-negative. Example 1: Example 2: Note: Try to come up as ma 阅读全文
posted @ 2018-09-04 10:28 C_supreme 阅读(143) 评论(0) 推荐(0) 编辑
摘要: Description Given an array of size n, find the majority element. The majority element is the element that appears more than ⌊ n/2 ⌋ times. You may ass 阅读全文
posted @ 2018-08-31 10:56 C_supreme 阅读(150) 评论(0) 推荐(0) 编辑
摘要: Description Given n non-negative integers a1, a2, ..., an , where each represents a point at coordinate (i, ai). n vertical lines are drawn such that 阅读全文
posted @ 2018-08-30 14:57 C_supreme 阅读(127) 评论(0) 推荐(0) 编辑