`
文章列表
原文地址:http://blog.csdn.net/arthurkingios/archive/2007/05/07/1599833.aspx   ***C的发展历程*** BCPL -> B -> New B -> 早期的C 注释:BCPL(Basic Combined Programming Language) 基本组合编程语言B 在BCPL的基础上进行了简化,但由于硬件系统的内存限制,它只允许放置解释器,而不是编译器。它同时保持了BCPL语言无类型的特点,仅有的操作数就是机器的字。New B 能同时解决多种数据类型,采用了编译模式而不是解释模式,并引入了类 ...
用nm命令,查看a.out文件内部,居然可以看到如下内容: 0000000000601058 B TIME 0000000000600e48 d _DYNAMIC 0000000000600fe8 d _GLOBAL_OFFSET_TABLE_ 00000000004007a8 R _IO_stdin_used                  w _Jv_RegisterClasses 0000000000600e28 d __CTOR_END__ 0000000000600e20 d __CTOR_LIST__ 0000000000600e38 D __DTOR_END ...
我的电脑是thinkpad E10,1.3GHz AMD K325的cpu,4G内存,专门为玩儿虚拟机加的2G。分辨率 1366x768安装的时候,试过EmpireEFI4AMD.iso、EmpireEFIv_1.XX.iso都装不上,最后用了LegacyBootCD.iso,装上了。由于只分配了1G内存,所以经常启动卡死。改 ...
原文地址:http://blog.pfan.cn/whyhappy/6030.html     函数名与函数指针一 通常的函数调用    一个通常的函数调用的例子://自行包含头文件void MyFun(int x);    //此处的申明也可写成:void MyFun( int );int main(int argc, char* argv[]){   MyFun(1 ...
在/configuration/config.ini中,将此行更改即可   osgi.instance.area.default=@user.home/workspace/MyEclipse 8.5

C的一点趣事

main.c #include <stdio.h> #include <string.h> int main() { #include "a.c" printf("file main.c"); }  a.c #include <stdio.h> #include "main.c" printf("file a.c");  就这两个文件,编译会陷入循环。看来C/C++真的是“coders should be trus ...
原文地址:http://blog.csdn.net/fxk2006/archive/2009/09/21/4577418.aspx 1、  数据库设计 建立crud.student数据库表: 图1 数据库表 你可以使用如下语句创建该库表:
I was dealing with android developing on my 64-bit ubuntu 10.10,while using mksdcard to make a sdcard for a avd,an error come up as"failed to create the SD card",it's so annoy! So, I googled it ,and got a solution on a web site below: ORIGNAL ADDRESS:http://blog.csdn.net/jjyyhema/archive ...
原文地址:http://blogold.chinaunix.net/u2/73535/showart_1137292.html     opensuse默认并不对ntfs分区进行写的权限,所以我们日常使用时只能对其进行读的操作,这是完全不能满足需要的,所以要改变这一状况。这一且是由一个文件决定的/etc/fstab就是这个文件,如果你的suse启动后并不能自动挂载硬盘分区,也是因为少了这个文件,要手动添加,我的最初的文件是这样的:/dev/disk/by-id/scsi-SATA_Hitachi_HDS7216_PVF904Z5UTUWRN-part9 swap               ...
Since ubuntu always push the computer temperature to as high as 70 digree, it's really hot to put my hands on the keyboard.   So, after search for some information, I learned that by using the debian OS, the heat will decrese. Then, I install Debian 6.0.1 with gnome as default desktop on my laptop ...
原文:http://forum.ubuntu.org.cn/viewtopic.php?f=48&t=304270&start=0 是alsa有问题,解决方法如下 修改alsa-mixer conf file以重新识别你的声卡 文件位置:/etc/modprobe.d/alsa-base.conf 如何修改: sudo gedit /etc/modprobe.d/alsa-base.conf 在最后一行下面加上: options snd-hda-intel model=thinkpad 然后保存 接着重启机器 我就是这样解决我的东芝 ...
  来自:http://forum.ubuntu.org.cn/viewtopic.php?f=48&t=297164 报错信息: Traceback (most recent call last):   File "/usr/bin/ntfs-config", line 102, in <module>     main(args, opts)   File "/usr/bin/ntfs-config", line 75, in main      ...
原文:http://www.ylmf.net/ubuntu/tips/2010123019307.html 安装了最新版的Ubuntu之后,本人就开始了Ubuntu 10.10的折腾之旅。客观的说,启动速度和关机速度还是相当快的。打开Firefox之后的第一件事就是安装五笔输入法,没有软件源的Ubuntu显示很是无能为力,那就添加比较快的Ubuntu 10.10的更新源,下面就是apt-get的天下了。   1、备份原来的Ubuntu 10.10源   sudo cp /etc/apt/sources.list /etc/apt/sources.list.bk   2、添 ...
转载:http://kandy0619.blog.163.com/blog/static/64344345201012325939280/          可能是一直都在做Web的富客户端开发的缘故吧,在接触Android之后,发现其控件实在惨不忍睹(不知道是否说得过于偏激),我所说的惨不忍睹的意思 不是 ...
原帖地址:http://os.yesky.com/6/8882506.shtml 当前,在Windows平台下看高清影片已是一种主流应用。那么,在Linux平台下能否看高清呢?答案是肯定的!主流显卡厂商在发布的Linux平台驱动程序中,正逐步加入或增强适合高清播放的 ...
Global site tag (gtag.js) - Google Analytics