package com.ceac.deng;import android.R.string;import android.support.v7.app.ActionBarActivity;import android.app.AlertDialog;import android.app.AlertDialog.Builder;import android.content.DialogInterfa...
分类:
移动开发 时间:
2014-11-19 16:10:59
阅读次数:
260
One of the things that make NHibernate easy to use is that it fully support the POCO model. But one of the things that most people do not consider is ...
分类:
Web程序 时间:
2014-11-19 13:53:46
阅读次数:
288
一道LeetCode OJ上的题目,要求设计一个LRU(Least Recently Used)算法,题目描述如下:Design and implement a data structure for Least Recently Used (LRU) cache. It should support...
分类:
编程语言 时间:
2014-11-19 13:51:25
阅读次数:
222
其实就是一个学员问SQL Server 是否能存放的于NAS(UAC 的路径下)。官方的回答简略版本为:可以,需要满足一些强制性的硬件要求。但需要考虑一系列的性能的问题。http://support.microsoft.com/kb/304261/zh-cn
分类:
数据库 时间:
2014-11-19 10:31:34
阅读次数:
198
1,安装一个中文输入法 在root状态下,执行: yum??-y??install?"@Chinese?Support" 等待安装完成! 在 system ---> preferences? ---> input method 选择好之后的点击“Add”,然后关闭就可以了。 这时按...
分类:
其他好文 时间:
2014-11-19 02:22:44
阅读次数:
195
1.NSBundle1> 一个NSBundle代表一个文件夹,利用NSBundle能访问对应的文件夹2> 利用mainBundle就可以访问软件资源包中的任何资源3> 模拟器应用程序的安装路径/Users/aplle/资源库/Application Support/iPhone Simulator/...
分类:
其他好文 时间:
2014-11-18 23:48:46
阅读次数:
336
1、DrawerLayout? 谷歌官方提供 (1) https://developer.android.com/training/implementing-navigation/nav-drawer.html 下载它的demo,导入运行。 ?(2)Support v4 Demos---->Widget----->Drawer layout ?...
分类:
移动开发 时间:
2014-11-18 14:53:26
阅读次数:
253
第一步,添加内核相关支持
编译openwrt支持USB自动mount功能
make menuconfig
1). 添加USB相关支持
Kernel modules —> USB Support —> kmod-usb-core.
Kernel modules —> USB Support —> kmod-usb-ohci.
Kernel modules —> USB S...
分类:
其他好文 时间:
2014-11-18 13:31:02
阅读次数:
319
平常使用的FragmentPagerAdapter和FragmentStatePagerAdapter来自android.support.v4.app包用来构建ViewPager。FragmentPagerAdapter更多的用于少量界面的ViewPager,比如Tab。划过的fragment会保存...
分类:
其他好文 时间:
2014-11-18 00:11:42
阅读次数:
166
jQuery UI 1.10 Upgrade Guide(升级指南)中指出 jQuery UI 1.10 Removed support for IE6 IE6 usage has dropped to a low enough point that jQuery UI no longer finds it necessary to support. As of 1.10....
分类:
Web程序 时间:
2014-11-17 16:02:27
阅读次数:
214