第零章:扯扯淡
出一个有意思的题目:用一个宏定义FIND求一个结构体struct里某个变量相对struc的编移量,如struct student{ int a;
//FIND(struct student,a) 等于0 char b; //FIND(struct st...
http://www.cnblogs.com/icewee/articles/2073203.html
.tar解包:tar xvf FileName.tar打包:tar cvf FileName.tar
DirName(注:tar是打包,不是压缩!)---------------------------------------------.gz解压1:gunzip
FileName.gz解压2:gz...
重点:
解决问题的思路www.cnblogs.com/rollenholt/archive/2012/09/01/2667184.html Linux 操作 -
Rollen Holt - 博客园phorum.vbird.org/viewtopic.php?t=96 鳥哥的 Linux 私房菜-新手...
package com.jronline.dao;import
java.sql.ResultSet;import java.sql.SQLException;import java.sql.Statement;import
java.util.List;import org.hibernate.H...
1: hibernate4.3.5
的@oneToOne注解有Bug,建议不使用该版本,或者使用该版本不使用@table
annotation.2:今天在用hibernate4.2.13的时候,在使用@oneToOne注解的时候报:java.lang.NoSuchMethodError:javax....
转自:http://www.linuxsa.cn/when-linux-file-name-topsy-turvy-deleted-or-renamed.htmllinux文件名乱码时删除或改名的方式当......一堆......文件出现乱码时,你想用脚本把他们改名,结果又发现字符处理工具awk等都...
http://apps.hi.baidu.com/share/detail/37384818download
ADT linkhttp://dl.google.com/android/ADT-0.9.6.zipdownload SDK
linkhttp://dl.google.com/android...
经常有人会问「Linux和Unix有什么区别?」,「Linux就是Unix吗?」。回答一般都是「Linux是仿照Unix而开发的OS」,「Linux和Unix相似但不是一种OS」之类的。关于「Linux和Unix」,这其中还有些故事。首先,「Unix」是1970年左右由美国AT&T公司的贝尔实验室开...