- 项目使用ElementHost方式加载WPF,刚才直接在WPF中使用Show,而不是ShowDialog新开窗口时,窗口中的控件无法输入,但可以直接粘贴。原来是因为WinForm与WPF实现Input...
- C:\Windows\SoftwareDistribution\Download
- 前段时间买到WP7手机的用户发现,他们的网络通信MAC地址没有办法看到,当时认为是微软根本没有设置查看MAC地址的功能。要知道很多企业或家庭会利用路由器的MAC地址过滤来防止其它人非法闯入自己的网络,...
- http://developer.android.com/reference/android/app/Service.html
- http://developer.android.com/guide/topics/ui/notifiers/notifications.html
- am broadcast -a com.nd.android.pandahome.manage_theme2 --es path \"{0}\" --ei type 3adb shell am bro...
- Eclipse IDE for Java Developers 适合c/s模式开发 Eclipse IDE for Java EE Developers 适合web应用程序开发 Eclipse Cla...
- 网络程序的很大一部分是简单的输入输出,即从一个系统向另一个系统移动字节。字节就是字节,在很大程度上,读服务器发送的数据与读取文件没什么不同;向客户传送数据与写入一个文件也没有什么区别。Java中输入和...
- 集合类说明及区别Collection├List│├LinkedList│├ArrayList│└Vector│ └Stack└SetMap├Hashtable├HashMap└WeakHashMapC...
- 资料地址:http://wenku.baidu.com/view/1122142a4b73f242336c5f64.html
- java中的事件机制的参与者有3种角色:1.event object:事件状态对象,用于listener的相应的方法之中,作为参数,一般存在与listerner的方法之中2.event source:...
- http://topic.csdn.net/t/20061020/16/5097558.html
- 1、创建或检索活动首选项对象SharedPreferences uiState = getPreferences(MODE_PRIVATE);2、获取活动首选项编辑器SharedPreferences...
- SharedPreferences的通俗解析: 很多时候我们开发的软件需要向用户提供软件参数设置功能,例如我们常用的QQ,用户可以设置是否允许陌生人添加自己为好友。对于软件配置参数的保存,如果是win...
- 很多时候我们开发的软件需要向用户提供软件参数设置功能,例如我们常用的QQ,用户可以设置是否允许陌生人添加自己为好友。对于软件配置参数的保存,如果是window软件通常我们会采用ini文件进行保存,如果...
- 1、创建LayoutInflaterLayoutInflater li=LayoutInflater.from(this);2、填充布局View quakeDetailsView=li.inflate...
- LayoutInflater 一般来讲,我们用LayoutInflater做一件事:inflate。inflate这个方法总共有四种形式,目的都是把xml表述的layout转化为View。This c...
- 转自:http://www.cnblogs.com/liubiqu/archive/2008/08/14/1267867.html在java.lang包中也有String.split()方法,与.ne...
- 主要步骤1、编写ToDoItem类,重写其toString方法2、写一个子类继承于ArrayAdapter<ToDoItem>重写其public View getView(int position, ...
- 大家好我们这一节讲的是LayoutInflater的使用,在实际开发种LayoutInflater这个类还是非常有用的,它的作用类似于 findViewById(),不同点是LayoutInflate...
- /Files/cappuccino/ContactPicker.rar
- When you request a resource for which you provide alternatives, Android selects which alternative re...
- There is a 3:4:6:8 scaling ratio between the four primary densities (ignoring the tvdpi density). So...
- portland square -->port: Device is in portrait orientation (垂直)land: Device is in landscape orientat...
- android:largestWidthLimitDp This attribute allows you to force-enable screen compatibility mode by s...










