Once again, in this series of posts I look at the parts of the .NET Framework that may seem trivial, but can help improve your code by making it easie...
分类:
Web程序 时间:
2014-07-16 23:25:24
阅读次数:
601
It is no use doing what you like ; you have got to like what you do.——Winston Churchill(British prime minister)不能爱哪行才干哪行,要干哪行爱哪行。——美国首相 丘吉尔. W.
分类:
其他好文 时间:
2014-07-16 23:21:01
阅读次数:
236
1:进入cmd2:命令:mysql -u root mysql -p 回车输入密码:3:use mysql;4:命令:update user set password=password('新密码') where user='root'; //最后分号不要丢5:命令:flush privileges....
分类:
数据库 时间:
2014-07-16 23:20:34
阅读次数:
260
Given amxnmatrix, if an element is 0, set its entire row and column to 0. Do it in place.click to show follow up.Follow up:Did you use extra space?A s...
分类:
其他好文 时间:
2014-06-28 09:55:50
阅读次数:
205
This question is not so difficult.
First,my thoughts were we should use a lot of code to find out the loop block,but there is no need to do that .
you just need to get every new position of char in ...
分类:
其他好文 时间:
2014-06-27 23:39:44
阅读次数:
293
USE 你的库名;GO-- 数据库空间使用情况EXEC sp_spaceused;-- 查下文件空间使用情况SELECT file_id, name, [文件大小(MB)] = size / 128., [未使用空间(MB)] = (size - FILEPROPERTY(name, N'Spac....
分类:
数据库 时间:
2014-06-27 23:05:10
阅读次数:
449
ruby -v #查看ruby 版本ruby -e ''require"watir"; puts Watir::IE::VERSION'' #查看watir版本rvm list known #列出已知的ruby版本rvm install 1.9.3rvm use 1.9.3 | rvm use sy...
分类:
其他好文 时间:
2014-06-27 22:29:45
阅读次数:
285
比如有这样一个泛型:Demo.GenericsSimple我想要通过反射创建一个Demo.GenericsSimple的实例可以通过下面的格式进行创建:System.Reflection.Assembly.GetExecutingAssembly().CreateInstance("命名空间.Use...
分类:
其他好文 时间:
2014-06-27 22:21:47
阅读次数:
275
USE [LMSEnhance]GO/****** Object: StoredProcedure [dbo].[up_GAB_GetProductInfoList] Script Date: 2014/6/26 15:01:27 ******/SET ANSI_NULLS ONGOSET QUOT...
分类:
其他好文 时间:
2014-06-27 15:47:21
阅读次数:
138
3. Refer to the exhibit. Whichtwo statements are true about interVLAN routing in the topology that is shownin the exhibit? (Choose two.)
A. Host E and host F use the sameIP gateway address.
B....
分类:
其他好文 时间:
2014-06-27 10:47:25
阅读次数:
147