Launcher2:一、launcher.xml分析: Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
在每天的工作中,我們都會使用到adobe acrobat來閱讀PDF文檔(或許很多人使用其它工具)。不管你是使用正版或者山寨版(報告:我用的是正版),我們都會遇到一個問題。當正在閱讀時,當把滑鼠放在PDF文檔頁面,呈現手形,如果你單擊頁面,此PDF文檔會被擴充。這樣,給閱讀帶來不便。 今天,終於在同事的協助下,終于禁用此功能了。具體參看如下: Edit --> Preferences --> General --> Un mark (Make
Installing and setting TFTPD in Ubuntu 1. Install tftpd and related packages.$ sudo apt-get install xinetd tftpd tftp vim /etc/inetd.conf and comment the lines#tftp dgram udp wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd
sizeof(void) is errorsizeof(char) is 1sizeof(bool) is 1sezeof(short) is 2sizeof(int) is 4sizeof(long) is 4sizeof(long long) is 8sizeof(float) is 4sizeof(double) is 8sizeof(long double) is 12char* s1 = "0123456",[worning,don't use it],sizeof(s1) is
[quote from wikipedia]http://en.wikipedia.org/wiki/Byte_addressing Byte addressing refers to hardware architectures which support accessing individual bytes of data rather than only larger units called words. The basic unit of digital
昨天,試了USB的gadget各項功能。當嘗試USB multi gadget的時候,在載入驅動的時候出現了下面錯誤。-----------------------------------------------------------------------# insmod g_multi.ko file=test.imgg_multi gadget: using random self ethernet addressg_multi gadget: using random host
#include <stdio.h>#include <limits.h>#include <stdlib.h>#define SIZE 100#define MAX 1000//交換資料void swap(int *a, int *b){ int temp;temp = *a;*a = *b;*b = temp;}void quicksort(int data[], int low, int high){ int i, j, key;if
configure one share directory, take following information as a reference. In order to write to this directory, it is need to "chmod 777 /home/share" [share]path = /home/share;public = yesbrowseable = yeswritable =