码迷,mamicode.com
首页 >  
搜索关键字:command not found    ( 16044个结果
Gradle Goodness: Display Available Tasks
To see which tasks are available for our build we can run Gradle with the command-line option -t or --tasks. Gradle outputs the available tasks from o...
分类:其他好文   时间:2014-12-27 21:37:29    阅读次数:208
xdebug with XAMPP on Mac OS X
源blog地址http://blog.laaz.org/tech/2010/08/27/xdebug-with-xampp-on-mac-os-x/I just upgraded my XAMPP to latest release and found myself trapped with no ...
分类:系统相关   时间:2014-12-27 20:19:11    阅读次数:234
Gradle Goodness: Profiling Information
If we want to know more about how much time is spent in tasks we can use the --profile command-line option. Gradle will generate a report file in the ...
分类:其他好文   时间:2014-12-27 20:10:44    阅读次数:185
perl学习之argument
Arguments are the values you pass to a Perl script. Each value on the command line after the name of the script will be assigned to the special variab...
分类:其他好文   时间:2014-12-27 18:53:15    阅读次数:156
How to install Samba server on Ubuntu 12.04
Part 1:Configuring anonymous share with samba serverTo install thesambapackage,enter the following command:sudo apt-get install samba samba-commonChec...
分类:系统相关   时间:2014-12-27 12:38:46    阅读次数:572
thoughtworks笔试整理
笔试了,时间1个半小时。没想到居然有7/10是开放性问题。大意例如以下:1、为什么选择增加ThoughtWorks。200字以内,不能用“interesting”、“challenge”等词汇amazing place, I found that almost all TWers love this...
分类:其他好文   时间:2014-12-27 11:20:20    阅读次数:255
Liunx目录结构
根目录结构/bin常用二进制目录所在的目录/bootliunx的内核及引导程序所需的文件/dev设备文件目录[guo@guo~]$ll/dev/sd*/etc二进制安装包(yum,rpm)的配置文件默认路径服务启动命令存放的目录/etc/init.d/home普通用户家目录/lib库文件存放目录/lost+found系统意外崩溃或关机保..
分类:其他好文   时间:2014-12-27 06:49:44    阅读次数:206
Hibernate4 No Session found for current thread
Hibernate4 与 spring3 集成之后, 如果在取得session 的地方使用了getCurrentSession, 可能会报一个错:“No Session found for current thread”, 这个错误的原因,网上有很多解决办法, 但具体原因的分析,却没有多少, 这里转...
分类:Web程序   时间:2014-12-26 22:51:56    阅读次数:228
vs2012 boost库安装配置
www.boost.org下载boost库,解压 打开vs2012的Visual Studio Tools中的VS2012 x86 Native Tools Command Prompt 进入boost库目录执行bootstrap.bat,生成bjam.exe工具 执行bjam toolset=msvc-12.0 variant=debug,release threa...
分类:其他好文   时间:2014-12-26 20:20:29    阅读次数:250
C 语言中的基本语法要点
计算机语言的发展史:机器语言---->汇编语言---->高级语言(1.面向过程2.面向对象)任何一个c程序是由一个或者多个程序段构成的,每个程序段都有自己的弄能,我们一般称这些程序段为函数。所以说c语言的程序都有由函数构成的编译:把C语言代码翻译成0和1,它只会检测语法是..
分类:编程语言   时间:2014-12-26 18:52:26    阅读次数:210
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!