1、代码中 某文件后面有 “M” 标记,表示该文件已被修改,需要 commit.(右键该文件 -> source control -> commitselected file...)2、代码中 某文件后面有 “A” 标记,表示该文件是新添加的,已受SVN管理,需要 commit.(右键该文件 -> ...
分类:
其他好文 时间:
2014-07-19 19:08:02
阅读次数:
245
首先是repo的安装,参考网上的帖子都过时了,原因是下载服务器地址变动了。最好参考谷歌官方地址:http://source.android.com/source/downloading.html。下载好repo要配置环境变量.我下载源码还是失败,原因你懂得。。。天朝GFW。。。。顺便提醒一下Ubun...
分类:
移动开发 时间:
2014-07-19 00:29:35
阅读次数:
181
安装步骤:1、首先下载GCC 4.1.2的source code package:$ wget http://mirrors.ustc.edu.cn/gnu/gcc/gcc-4.1.2/gcc-4.1.2.tar.bz22、解压缩之:$ bzcat gcc-4.1.2.tar.bz2 | tar x...
分类:
系统相关 时间:
2014-07-19 00:14:30
阅读次数:
333
ylbtech-JavaScript-util:util.string.js字符串处理工具1.A,JS-效果图返回顶部 1.B,JS-Source Code(源代码)返回顶部1.B.1, m.yintai/******************************************* ...
分类:
Web程序 时间:
2014-07-18 14:31:23
阅读次数:
482
ylbtech-JavaScript-util:common.js通用方法1.A,JS-效果图返回顶部 1.B,JS-Source Code(源代码)返回顶部1.B.1, m.yintai/*返回*/function goback() { var returnUrl = $.query.get...
分类:
Web程序 时间:
2014-07-18 14:30:52
阅读次数:
502
1、Dom4j概述dom4j is an easy to use, open source library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework a...
分类:
其他好文 时间:
2014-07-18 14:15:07
阅读次数:
249
"No source available for "__chkstk_ms() at 0x401f0b"" 异常本文地址: http://blog.csdn.net/caroline_wendy"No source available for "__chkstk_ms() at 0x401f0b"" 异常, 在Eclipse CDT, GCC 4.8.1调试(Debug)出现.原因: 创建数组过大...
分类:
编程语言 时间:
2014-07-18 13:36:03
阅读次数:
714
..\..\SYSTEM\usart\usart.c(1): error: #5: cannot open source input file "sys.h": No such file or directory
#include "..\sys\sys.h"这样就可以找到路径了
再次编译出现了问题
..\..\SYSTEM\usart\..\sys\sys.h(3): error: ...
分类:
其他好文 时间:
2014-07-18 13:33:31
阅读次数:
311
版本glassfish-4.0.zip1、解压,拷贝到指定安装路径unzipglassfish-4.0.zip
cpcpglassfish4/usr/local/-rf2、设置glassfish环境变量vim/etc/profile
exportGLASSFISH_HOME=/usr/local/glassfish4
exportPATH=.:$PATH:$JAVAHOME/bin:$MYSQLHOME/bin:$GLASSFISH_HOME/bin
source..
分类:
数据库 时间:
2014-07-18 12:39:40
阅读次数:
476
用Eclispe进行Debug时一直被一个问题所困扰:Source not found.
问题产生的原因是调试进入了一个没有源码的jar包里。
简短说明:
Edit Source Lookup Path… 可以解决Debug过程中找不到源码的问题,PS,需要重启服务。
Configure Build Path 中可以给jarattach上源码,这个管的是阅读代码时可以看到jar包里的...
分类:
系统相关 时间:
2014-07-18 12:23:39
阅读次数:
337