原创 C++著名程序庫

 http://blog.chinaunix.net/u3/95562/showart.php?id=2078430

原创 phpMyAdmin The mbstring extension is missing. Please check your PHP configuration.

phpMyAdmin - Error The mbstring extension is missing. Please check your PHP configuration. 出現這樣的錯誤, 安裝mbstring  即可

原创 android 模擬器中找不到程序

寫的一個widget  但在home-add-widget中, 找不到 原因: 在Androidmanifest.xml中少添加標籤<application> 應該爲: <application android:icon="@drawab

原创 解決php的It is not safe to rely on the system’s timezone settings的問題

訪問網站提示: date(): It is not safe to rely on the system’s timezone settings. You are *required* to use the date.timezone

原创 C/C++ 筆試、面試題目大彙總

http://blog.csdn.net/wfwd/archive/2006/05/30/763664.aspx

原创 http://user.qzone.qq.com/18398259/infocenter?ptlang=2052

http://user.qzone.qq.com/18398259/infocenter?ptlang=2052 http://www.canon.com.cn/products/dczhinan/index.html

原创 更改配置文件: glib的函數實現key-data

 http://linux.chinaunix.net/techdoc/develop/2008/06/19/1012039.shtml

原创 默認CentOs6.3不能使用Yum自動安裝Unrar

系統環境:CentOs6.3 X86_64問題:默認CentOs6.3不能使用Yum自動安裝Unrar [[email protected] /]# yum install unrar Loaded plugins: fastestmir

原创 指針

原則:給沒分配使用權的地址空間賦值或修改值畢出現段錯誤。   1.函數中直接使用字符串,如 char *str; str = "adsf". "adsf"返回的的地址應該在棧空間裏。 隨函數消失,此空間的使用權消失。 如: typdef

原创 android 內存管理

概述 在android的開發中,要時刻主要內存的分配和垃圾回收,因爲系統爲每一個dalvik虛擬機分配的內存是有限的,在google的G1中,分配的最大堆大小隻有16M,後來的機器一般都爲24M,實在是少的可憐。這樣就需要我們在開發過

原创 Openfire 的安裝和配置

http://www.cnblogs.com/hoojo/archive/2012/05/17/2506769.html 1、 下載最新的openfire安裝文件 官方下載站點:http://www.igniterealtime.

原创 Android的內存機制和常見泄漏情形

一、 Android的內存機制  Android的程序由Java語言編寫,所以Android的內存管理與Java的內存管理相似。程序員通過new爲對象分配內存,所有對象在java堆內分配空間;然而對象的釋放是由垃圾回收器來完成的。

原创 設置gtk label 字體 等

1、設置gtk lable字體     PangoFontDescription *desc_info = pango_font_description_from_string("Monospace Bold 14");     gtk_

原创 建立linux deb源服務器

 http://www.debian.org/doc/manuals/repository-howto/repository-howto#intro   今天把deb服務器大概研究了下,這裏我只談HTTP訪問方式的服務器,它其實就是標準

原创 nfs 掛載

1.sudo apt-get install nfs-common   sudo apt-get install nfs-kernel-server 2. sudo vim /etc/exports                dir