码迷,mamicode.com
首页 >  
搜索关键字:how 1.    ( 8648个结果
How to generate UML Diagrams from Java code in Eclipse
UML diagrams compliment inline documentation (javadoc) and allow to better explore / understand a design. Moreover, you can print and bring them to ta...
分类:编程语言   时间:2014-04-30 03:48:50    阅读次数:716
Google Combo Chart example with database in ASP.NET
Hide demoDownloadIn this article I’m going to explain how to create Google combo chart example with database in ASP.NET. Google charts allows you ...
分类:数据库   时间:2014-04-30 02:56:31    阅读次数:775
Visual Studio Create Setup project to deploy web application in IIS
Introduction: In this article I will explain how to create setup file in visual studio 2008/2010 to deploy web application file directly in IIS or in ...
分类:移动开发   时间:2014-04-30 01:35:19    阅读次数:865
【HDOJ】1978 How many ways
DFS。 1 #include 2 #include 3 4 #define MAXNUM 105 5 6 int map[MAXNUM][MAXNUM], ways[MAXNUM][MAXNUM], n, m; 7 8 int dfs(int x, int y) { 9 int ...
分类:其他好文   时间:2014-04-29 23:21:58    阅读次数:383
HDU 2577 How to Type(dp题)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2577解题报告:有一个长度在100以内的字符串,并且这个字符串只有大写和小写字母组成,现在要把这些字符串用键盘输入到电脑中,一开始的时候大写锁定是关闭的,并且要求结束的时候也是关闭的,然后让你求输入这些字...
分类:其他好文   时间:2014-04-29 19:16:47    阅读次数:670
《Cracking the Coding Interview》——第17章:普通题——题目3
2014-04-28 22:18题目:计算N的阶乘尾巴上有多少个零?解法:计算5的个数即可,因为2 * 5 = 10,2的个数肯定比5多。计算5的个数可以在对数时间内搞定。代码: 1 // 17.3 Count how many zeros are there in n!? 2 // Count t...
分类:其他好文   时间:2014-04-29 17:45:30    阅读次数:365
How can I add a new user as sudoer using the command line?
Two ways to use sudo command for a standard user account:First,If you want to use sudo command for a standard user account, then you need to add this ...
分类:其他好文   时间:2014-04-28 00:42:49    阅读次数:616
How To: Perl TCP / UDP Socket Programming using IO::Socket::INET
http://www.thegeekstuff.com/2010/07/perl-tcp-udp-socket-programming/In this article, let us discuss how to write Perl socket programming using the inb...
分类:Web程序   时间:2014-04-27 23:22:09    阅读次数:679
8648条   上一页 1 ... 863 864 865
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!