ASP.Net總結,逝者如斯夫,不舍昼夜。。過年前幾天高校的人在打掃戰場;對於測試的人來說是告一段落;對成績管理的人來說是一條加一條的線;對於鋰離子電池的人來說,時間就是生產力;對於自考的人來說,多畫畫思維導圖比較好;對於我來說,就是總結過去。先從ASP.Net來說,這個已經學過去了很長時間了,但是在過程中都有寫篇部落格,感覺空空的,像是沒有留下什麼。一、什麼是asp.netASP.net(Active Server
django.core.exceptions.ImproperlyConfigured: Requested setting CACHES, but settings are not configur,cachesdjango.core.exceptions.ImproperlyConfigured: Requested setting CACHES, but settings are not configured. You must either define the environment
POJ 2945 Find the Clones (Trie樹 兩種姿勢),pojtrieFind the ClonesTime Limit: 5000MS Memory Limit: 65536KTotal Submissions: 7140 Accepted: 2655DescriptionDoubleville, a small town in Texas, was attacked by the aliens. They have abducted some of
[LeetCode] Rotate Array,leetcoderotate Rotate an array of n elements to the right by k steps.For example, with n=7 and k=3, the array [1,2,3,4,5,6,7] is rotated to [5,6,7,1,2,3,4].Note: Try to come up as many solutions as you can, there are
[LeetCode]76.Minimum Window Substring,leetcode76.minimum 題目Given a string S and a string T, find the minimum window in S which will contain all the characters in T in complexity O(n).For example, S = “ADOBECODEBANC” T = “ABC” Minimum window