码迷,mamicode.com
首页 >  
搜索关键字:source    ( 17429个结果
ubuntu下vim配置(刷题和比赛两套)
1. 平时刷题练习使用 "mswin.vim 插件提供windows下的编辑快捷键功能 source $VIMRUNTIME/mswin.vim behave mswin set nu set history=1000000 set tabstop=4 set shiftwidth=4 set smarttab set cindent set nobackup set noswapfile...
分类:系统相关   时间:2014-10-31 22:13:51    阅读次数:274
Linux系统中提示/usr/bin/ld: cannot find -lxxx错误的通用解决方法
在linux环境编译应用程式或lib的source code时常常会出现如下的错误讯息:代码如下:/usr/bin/ld: cannot find -lxxx这些讯息会随着编译不同类型的source code 而有不同的结果出来如:代码如下:/usr/bin/ld: cannot find -lc/...
分类:系统相关   时间:2014-10-31 11:24:50    阅读次数:186
Ubuntu杂记——链接ln的使用:创建和删除符号链接
原文链接:http://blog.csdn.net/janpylx/article/details/6761910一 、使用方式ln [option] source_file dist_file (source_file是待建立链接文件的文件,dist_file是新创建的链接文件)-f 建立时,.....
分类:系统相关   时间:2014-10-31 08:47:43    阅读次数:217
Shell中调用/引用/包含另外的脚本文件的两种方法
脚本first(测试示例1)#vifirst.sh1#!/bin/bash2echo‘yourareinfirstfile‘问)在当前脚本文件中调用另外一个脚本文件?方法一:使用source脚本second(测试示例2)#visecond.sh1#!/bin/bash2echo‘yourareinsecondfile‘3sourcefirst.sh注意事项:分别建立#vifirst.sh和second.sh测..
分类:系统相关   时间:2014-10-31 06:37:03    阅读次数:270
boost_study
首先 下载boost http://sourceforge.net/projects/boost/?source=typ_redirect 谷歌之 :Boostis a set oflibrariesfor theC++ programming languagethat provide suppor...
分类:其他好文   时间:2014-10-31 01:13:32    阅读次数:178
hibernate之 8.one2one单向
表结构: 类图: CRUD: 配置: User.hbm.xml <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.source...
分类:Web程序   时间:2014-10-30 22:33:56    阅读次数:349
java:String类hashCode()的实现
一个对象只有一个hashcode,多个对象的hashcode可能相同。 源代码位置:java-source/java/lang/String.java,hashCode()方法: public int hashCode() { int h = hash; if (h == 0 && value.leng...
分类:编程语言   时间:2014-10-30 21:06:57    阅读次数:180
Source Codes
http://people.sc.fsu.edu/~jburkardt/index.html可以找到CORDIC的代码:c语言、matbal、Fortran77、90
分类:其他好文   时间:2014-10-30 20:41:20    阅读次数:125
[转]Mac OS X local privilege escalation (IOBluetoothFamily)
Source:http://joystick.artificialstudios.org/2014/10/mac-os-x-local-privilege-escalation.htmlNowadays, exploitation of user-level vulnerabilities is b...
分类:系统相关   时间:2014-10-30 20:39:40    阅读次数:474
jquery 甘特图开发指南
JQuery.Gantt是一个开源的基于JQuery库的用于实现甘特图效果的可扩展功能的JS组件库。 在需要显示甘特图的地方加入以下这个div。组件配置Gantt 配置$(".selector").gantt({ source:"ajax/data.json", scale:"weeks", m.....
分类:Web程序   时间:2014-10-30 18:59:10    阅读次数:255
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!