码迷,mamicode.com
首页 >  
搜索关键字:hello word    ( 34862个结果
ora-12154
64位oracle,32位pl/sqlpl/sql配置完之后,一直报错:ora-12154配置环境变量ORACLE_HOME:D:\softInstrall\oracle\product\11.2.0\dbhome_1 好之。感谢伟达的百度
分类:其他好文   时间:2014-07-22 22:57:13    阅读次数:221
mac pro 设置wifi热点
系统偏好设置-共享-网络共享(Internet共享)共享来源选择你的网络(非wifi),以下复选框选wifi,wifi设置里能够设置wifi名字password,注意不能有中文。设置完,internet共享打钩,菜单条的wifi图标加了个箭头就是成功开启了
分类:其他好文   时间:2014-07-22 22:56:54    阅读次数:217
Linux命令(自学)
1、立刻关机:shutdown -h now2、立刻重启:shutdown -r nowreboot3、注销:logout4、进入vi编辑器,写一个hello的java程序:vi hello.java5、进入vi编辑器的插入模式:i6、保存并退出vi::wq7、不保存退出vi::q!8、编译C语言程...
分类:系统相关   时间:2014-07-22 22:54:12    阅读次数:219
【leetcode】Word Break
Given a stringsand a dictionary of wordsdict, determine ifscan be segmented into a space-separated sequence of one or more dictionary words.For exampl...
分类:其他好文   时间:2014-07-17 00:33:43    阅读次数:218
cc2530 makefile简略分析 <contiki学习之三>
前面将contiki的makefile框架都理了下,这篇就以cc2530为收篇吧,也即makefile分析就该到此为止了。contiki/examples/cc2530dk打开Makefile如下图:第一行的 "CONTIKI_PROJECT"变量依赖于该目录下的 blink-hello.c hel...
分类:其他好文   时间:2014-07-17 00:22:24    阅读次数:303
Merge与Rebase冲突的解决
出现冲突的一种场景是两个用户修改了同一文件的同一区域。1、切换到分支chengdr,在newTxt1.txt中输入文字“Hello Word !!!”-> Add to Index -> Commit -> Push2、切换到分支chengdr2,在newTxt1.txt中输入文字“hello wo...
分类:其他好文   时间:2014-07-16 16:55:05    阅读次数:377
setInterval()的三种写法
前言:setInterval("fun()",time)有两个参数;fun()为要执行的函数;time为多久执行一次函数,单位是毫秒;我们做一个简单的例子,就是每隔5s弹出一个“hello”的对话框。先看第一种写法,把方法体抽离出来,以字符串的形式调用函数名,这种写法调用函数名是不能传参的:第二种写...
分类:其他好文   时间:2014-07-16 14:59:04    阅读次数:426
[POJ 1204]Word Puzzles(Trie树暴搜)
Description Word puzzles are usually simple and very entertaining for all ages. They are so entertaining that Pizza-Hut company started using table covers with word puzzles printed on them, possibly ...
分类:其他好文   时间:2014-07-16 14:42:26    阅读次数:311
[LeetCode] Length of Last Word
Given a string s consists of upper/lower-case alphabets and empty space characters ' ', return the length of last word in the string.If the last word ...
分类:其他好文   时间:2014-07-16 14:23:00    阅读次数:278
使用Windows Live Writer 2012或Office Word 2013 发布文章到博客园
去年就知道有这个功能,不过没去深究总结过,最近有写网络博客的欲望了,于是又重新拾起这玩意儿。 具体到底是用Windows Live Writer 2012还是用Word 2013,个人觉得看个人,因为这2个软件各有优点,各有缺点。 1、首先用LiveWriter发博客显然更专业,发布后的效果也与本地...
分类:Windows程序   时间:2014-07-16 12:27:35    阅读次数:260
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!