码迷,mamicode.com
首页 >  
搜索关键字:hello word    ( 34862个结果
C#根据关键字检索本地word文档
1 /// 2 /// 检索根目录下的子目录及其所有文件,并在datagridview中显示文档名称及路径--递归调用 3 /// 4 /// 根目录 5 /// 关键字包 6 private v...
分类:其他好文   时间:2014-04-29 22:30:43    阅读次数:617
语法的省略不能造成编译器的歧义
package exp { object Main { def main(args: Array[String]): Unit = { B[String].say("hello"); //B[String]后的括号可以省略,编译器知道这不是要用类型B而是要...
分类:其他好文   时间:2014-04-29 22:15:21    阅读次数:500
[leetcode]Word Ladder II @ Python
[leetcode]Word Ladder II @ Python原题地址:http://oj.leetcode.com/problems/word-ladder-ii/参考文献:http://blog.csdn.net/doc_sgl/article/details/13341405 ht...
分类:编程语言   时间:2014-04-29 21:42:30    阅读次数:590
python 学习笔记 (二)
逻辑运算符python不用&& || !表示与或非,用andornot,优先级是not > and > or。bool类型:True 和 False条件语句if expression1: ;elif expression2: ;else: ;字符串函数word = raw_inpu...
分类:编程语言   时间:2014-04-29 21:12:45    阅读次数:492
我的第一个Linux 驱动模块编程实验
2014.04.28module 首测1)环境:Centos release 6.5 (Final) kernel: 2.6.32-358.23.2.e16.centos.plus.i6862)源文件及Makefile源文件:是一个入门的Hello.c文件,网上到处可以找得到。Makefile...
分类:系统相关   时间:2014-04-29 17:25:50    阅读次数:634
css中的四个不同的position设置
hello everyone.This is a heading with no positionThis heading is moved left according to its normal positionThis heading is moved right according t...
分类:Web程序   时间:2014-04-29 15:47:14    阅读次数:584
下坠的小鸟(flappy bird)速算版
下坠的小鸟速算版是根据著名的像素鸟(flappy bird)改编而成的一款运行在pc web上的游戏,它跟传统的玩法稍有不同,你必须时刻计算当前数字的倍数,以便为通过下一个数字缺口做准备,而不仅仅只是通过当前缺口。这不仅考验着您的速算功力,还对您的兼顾能力发起了挑战。ready? Go!http:/...
分类:移动开发   时间:2014-04-29 14:50:47    阅读次数:502
《Cracking the Coding Interview》——第18章:难题——题目7
2014-04-29 03:05题目:给定一个词典,其中某些词可能能够通过词典里其他的词拼接而成。找出这样的组合词里最长的一个。解法:Leetcode上有Word Break这道题,和这题基本思路一致。代码: 1 // 18.7 Given a list of words, find out the...
分类:其他好文   时间:2014-04-29 14:30:17    阅读次数:493
《Cracking the Coding Interview》——第18章:难题——题目10
2014-04-29 04:22题目:给定一堆长度都相等的单词,和起点、终点两个单词,请从这堆单词中寻找一条变换路径,把起点词变成终点词,要求每次变换只能改一个字母。解法:Leetcode中有Word Ladder,这题基本思路一致。代码: 1 // 18.10 Given a list of wo...
分类:其他好文   时间:2014-04-29 14:15:57    阅读次数:507
.NET读取Office文件内容(word、excel、ppt)
引用命名空间1 using Microsoft.Office.Core;2 using Word = Microsoft.Office.Interop.Word;3 using Excel = Microsoft.Office.Interop.Excel;4 using PowerPoint = M...
分类:Web程序   时间:2014-04-29 13:30:46    阅读次数:748
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!