系统相关[总排行] [月排行] [周排行] [日排行]
第零章:扯扯淡 出一个有意思的题目:用一个宏定义FIND求一个结构体struct里某个变量相对struc的编移量,如struct student{ int a; //FIND(struct student,a) 等于0 char b; //FIND(struct st...
分类:系统相关 时间:2014-06-11 10:23:14 阅读:361
http://www.cnblogs.com/icewee/articles/2073203.html
分类:系统相关 时间:2014-06-11 10:47:21 阅读:296
.tar解包:tar xvf FileName.tar打包:tar cvf FileName.tar DirName(注:tar是打包,不是压缩!)---------------------------------------------.gz解压1:gunzip FileName.gz解压2:gz...
分类:系统相关 时间:2014-06-11 11:03:08 阅读:309
重点: 解决问题的思路www.cnblogs.com/rollenholt/archive/2012/09/01/2667184.html Linux 操作 - Rollen Holt - 博客园phorum.vbird.org/viewtopic.php?t=96 鳥哥的 Linux 私房菜-新手...
分类:系统相关 时间:2014-06-11 11:01:06 阅读:317
package com.jronline.dao;import java.sql.ResultSet;import java.sql.SQLException;import java.sql.Statement;import java.util.List;import org.hibernate.H...
分类:系统相关 时间:2014-06-11 11:24:01 阅读:510
开源项目导入eclipse的一般步骤
分类:系统相关 时间:2014-06-11 11:42:29 阅读:396
1: hibernate4.3.5 的@oneToOne注解有Bug,建议不使用该版本,或者使用该版本不使用@table annotation.2:今天在用hibernate4.2.13的时候,在使用@oneToOne注解的时候报:java.lang.NoSuchMethodError:javax....
分类:系统相关 时间:2014-06-11 11:44:23 阅读:347
转自:http://www.linuxsa.cn/when-linux-file-name-topsy-turvy-deleted-or-renamed.htmllinux文件名乱码时删除或改名的方式当......一堆......文件出现乱码时,你想用脚本把他们改名,结果又发现字符处理工具awk等都...
分类:系统相关 时间:2014-06-11 12:13:39 阅读:311
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...
分类:系统相关 时间:2014-06-11 12:29:42 阅读:427
经常有人会问「Linux和Unix有什么区别?」,「Linux就是Unix吗?」。回答一般都是「Linux是仿照Unix而开发的OS」,「Linux和Unix相似但不是一种OS」之类的。关于「Linux和Unix」,这其中还有些故事。首先,「Unix」是1970年左右由美国AT&T公司的贝尔实验室开...
分类:系统相关 时间:2014-06-11 12:57:39 阅读:351
113660136611366213844
上一页138431下一页
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!