- 浏览: 216348 次
- 性别:
- 来自: 深圳
-
最新评论
-
xiegqooo:
fbb_11 写道如果以前都正常,而突然不正常了,正常的思路应 ...
思考才能有效的解决问题----<WEB应用在捕捉异常并处理时,请不要使用System.exit(1)!!!! > -
ilotuo:
Nice! Thank for sharing your ex ...
Ogre xcode build error: Reference to 'FileInfo' is ambiguous -
Stark_Summer:
赞 就是感觉过于概念了。还是不能很明白
ANSI和Unicode中的汉字编码 (转) -
landerson:
旧版的ANTTASK.JAR与新版的ANT-TASK.JAR ...
ant 优化android 项目编译第二波,simple编译项目只需1分钟 -
luopenger:
taskdef com.android.ant.SetupTa ...
使用ant优化android项目编译速度,提高工作效率
文章列表
http://iphonedevelopment.blogspot.com/2009/04/opengl-es-from-ground-up-part-3.html 他山之石,可以攻玉!
http://www.techconficio.ca/Blog/files/OpenGL_ES_multiTex_example.html multiTex_example
1.OPENGL-ES http://blog.jayway.com/2009/12/04/opengl-es-tutorial-for-android-%E2%80%93-part-ii-building-a-polygon/
2. OPENGL_ES http://nehe.gamedev.net/data/lessons/lesson.asp?lesson=02
3.Android 游戏编程 http://obviam.net/index.php/opengl-es-android-displaying-graphical-elements-primitives/
4 http:// ...
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="false" android:state_focused="false" android:drawable="@drawable/list_normal_ui2" />
<item android:state_pressed="false" androi ...
public class CupcakeListener implements OnClickListener{
public CupcakeListener(){
// icons
findViewById(R.id.Home).setOnClickListener(this);
findViewById(R.id.Album).setOnClickListener(this);
findViewById(R.id.Artist).setOnClickL ...
Android Emulator是一款功能非常齐全的模拟器,电话本、通话等功能都可进行模拟。甚至其内置的浏览器和Google Maps都可以联网。用户可以使用键盘输入,单击模拟器按键输入,甚至还可以使用鼠标单击、拖动屏幕进行操作。
1.模拟器和真机的不同之处
* 不支持呼叫和接听实际来电,但可以通过控制台模拟电话呼叫(呼入和呼出)。
* 不支持USB连接。
* 不支持相机/视频捕捉。
* 不支持音频输入(捕捉),但支持输出(重放)。
* 不支持扩展耳机。
* 不能确定连接状态。
* 不能确定电池电量水平和交流充电状 ...
1. adb shell
2. sqlite3 /data/data/com.google.android.providers.settings/databases/settings.db
3. sqlite> Insert into system values(99,'http_proxy','httpproxy:prot');
4.exit
Linux环境下的软件安装,并不是一件容易的事情;如果通过源代码编译后在安装,当然事情就更为复杂一些;现在安装各种软件的教程都非常普遍;但
万变不离其中,对基础知识的扎实掌握,安装各种软件的问题就迎刃而解了。Configure脚本配置工具就是基础之一,它是autoconf的工具的基本
应用。
与一些技巧相比,Configure显得基础一些,当然使用和学习起来就显得枯燥乏味一些,当然要成为高手,对基础的熟悉不能超越哦。
为此我转载了一篇关于Configure选项配置的详细介绍。供大家参考
'configure'脚本有大量的命令行选项.对不同的软件包来说,这些选项可能会有变化,但是许多基本 ...
i编辑器是所有Unix及Linux系统下标准的编辑器,它的强大不逊色于任何最新
的文本编辑器,这里只是简单地介绍一下它的用法和一小部分指令。由于对Unix及Linux系统的任何版本,vi编辑器是完全相同的,因此您可以在其他任
何介 ...
摘要
随着Linux操作系统日益被人们所接受,如何在Linux系统上展开网络应用越来越成为人们关心的问题。本文详细论述了作为基础工作的网卡安装配置的原理、方法与步骤,并且描述了一个实际工作中的例子。
关键词
Linux 以太网卡 Linux核心 可装载模块
Linux操作系统以其独有的开放性、稳定性、高效率等特点,受到越来越多有识之士
的青睐。随着IT产业巨头纷纷宣布对Linux的支持,Linux正在迅速扩展其应用市场,特别是服务器市场。在标准上,Linux与
POSIX1003.1兼容,但它具有比以住的UNIX系统更合理的内核结构。由于它的开放性, ...
网卡是Linux服务器中最重要网络设备。据统计,Linux网络故障有35%在物理层、25%在数据链路层、10%在网络层、10%在传输层、10%在对话、7%在表示层、3%在应用层。由此可以看出,网络故障通常发生在网络七层模型的下三层,即物理层、链路层和网络层。对应于实际网络也就是使用的网络线缆、网卡、交换机、路由器等设备故障。Linux的网络实现是模仿FreeBSD的,它支持FreeBSD的带有扩展的Sockets(套接字)和TCP/IP协议。它支持两个主机间的网络连接和Sockets通讯模型,实现了两种类型的Sockets:BSD Sockets和INET Sockets。它为不同的通信模型和服 ...
<!-- Default theme for dialog windows and activities, which is used by the {@link android.app.Dialog} class. This changes the window to be floating (not fill the entire screen), and puts a frame around its contents. You can set this theme on an activity if you would like ...
Custom Android Window Title
Changing the window title in an Activity or globally across your entire application seems simple enough, but there is very little cohesive documentation for making it happen. You need to define custom styles and apply those styles to a custom theme.
This is placed ...
Design Tips
The following are tips and guidelines for application designers and developers.
When writing an activity that won't be re-used, don't specify intent filters — use explicit intents
If you're writing an activity that you don't want other activities to use, be sure not to add any intent ...
Navigating Away from an Activity with BACK and HOME keys
An activity can keep or lose its state depending on how the user leaves the activity — by the HOME or BACK key.
By default, pressing the BACK key finishes (destroys) the current activity and displays the previous activity to the user. In t ...
as the mm will automatic sign the apk files with a debug signing .so i
can't sign apk file created by use the mm command ..and I find I can't
build the android system project immediately with ant because the hide
api of googles ..at the end ..I solve this problem with two steps.
first I bu ...