码迷,mamicode.com
首页 > 其他好文
zipalign内存对齐优化
zipalign:android中SDK下tools文件夹用来对资源文件的内存进行对齐优化手工命令: 优化:zipalign -v 4 source.apk destination.apk 4: 应该是4字节对齐 在android中,资源文件通过内存映射对齐到4字节边界时,访问资源文件的代码才是有....
分类:其他好文   时间:2015-01-06 17:46:53    阅读次数:332
ORA-12520: TNS: 监听程序无法为请求的服务器类型找到可用的处理程序
当你碰到ORA-12520错误时,如下所示: 英文:ORA-12520: TNS:listener could not find available handler for requested type of server 中文:ORA-12520: TNS: 监听程序无法为请求的服务器类型找到可用...
分类:其他好文   时间:2015-01-06 17:48:00    阅读次数:146
Leetcode:Search a 2D Matrix
Write an efficient algorithm that searches for a value in anmxnmatrix. This matrix has the following properties:Integers in each row are sorted from l...
分类:其他好文   时间:2015-01-06 17:46:21    阅读次数:138
配置Pycharm3.4.1调试edX Devstack
前提:1.安装好Ubuntu2.在Ubuntn上利用vagrant+VirtualBox 搭建好了edX Developer Stack,并能成功访问3.在Ubuntu下安装好了Pycharm-3.4.1并成功激活4.将来在Ubuntu环境下开发准备工作:1.转换路径到本机/devstack/2.开...
分类:其他好文   时间:2015-01-06 17:46:04    阅读次数:466
运行edX Devstack
前一篇文章,我们安装完成了edX Devstack,本文将介绍edX Devstack的常用命令6.1. 连接到 Devstack Virtual Machine为了连接到Devstack virtual machine,需要在devstack路径下使用SSH命令。vagrant ssh为了使用De...
分类:其他好文   时间:2015-01-06 17:46:03    阅读次数:159
VB 进制转换大全
'二进制转十进制Public Function B2D(vBStr As String) As Long Dim vLen As Integer '串长 Dim vDec As Long '结果 Dim vG As Long '权值 Dim vI...
分类:其他好文   时间:2015-01-06 17:44:59    阅读次数:102
Effective Project Communications
I was recently invited to speak at a conference in Singapore on Effective Project Communications. I'm unable to attend, so I wanted to share my insigh...
分类:其他好文   时间:2015-01-06 17:45:28    阅读次数:92
coradata 分页查找
分页读取数据库 class func DBGoodsInfoReadWithCondtions(limitData:Int,fetchSet:Int) -> [AnyObject]{ let app = DBAppdalegateObject() let request = NSFetchR...
分类:其他好文   时间:2015-01-06 17:44:38    阅读次数:90
[LeetCode] Linked List Cycle II 链表环起始位置
Given a linked list, return the node where the cycle begins. If there is no cycle, returnnull.Follow up:Can you solve it without using extra space?Hid...
分类:其他好文   时间:2015-01-06 17:42:21    阅读次数:123
Lexia3 Citroen/Peugeot Diagnostic tool install instruction
We knew that Lexia-3 is a professional Citroen and Peugeot diagnostic interface, it’s both easy-using and powerful function. Many customers buy this d...
分类:其他好文   时间:2015-01-06 17:42:56    阅读次数:113
图片中的Exif信息 的ExifDirectory的大部份常量
#define FMT_BYTE 1 //Format Byte#define FMT_STRING 2#define FMT_USHORT 3#define FMT_ULONG 4#define FMT_URATIONAL 5#define FMT_SBYTE 6#define FMT_UNDEF...
分类:其他好文   时间:2015-01-06 17:43:56    阅读次数:128
OpenSessionInView
OpenSessionInView模式可能造成内存和数据库连接问题由于使用了OpenSessionInView模式,Session的生命周期变长。虽然解决了 Lazy Load的问题,但是带来的问题就是Hibernate的一级缓存,也就是Session级别的缓存的生命周期会变得非常长,如果在Serv...
分类:其他好文   时间:2015-01-06 17:42:02    阅读次数:142
CentOS6.5下DNS服务器搭建与配置
一、安装机器情况192.168.1.70(dns 主节点)192.168.1.71(dns 从节点)二、主节点DNS的安装及配置1.DNS服务器所需的软件包安装yum -y install bind bind-chroot bind-util bind-libs2.DNS服务器的主配置文件optio...
分类:其他好文   时间:2015-01-06 17:43:14    阅读次数:151
HP-UX
安定的生活,不安定的心,注定着一段时日的漂泊。 原本在清华园好好的教我的书,莫名的又想走向IT的道路上。也许年轻的心理在作怪。 从重庆到北京 学习着所谓的老三篇,将要从事着技术支持的工作 突然间与自己同行的一个伙伴,就在临近培训的时候,走了,其实我的心理也是一愣一愣的 看我的书,走我的路,遇见的人....
分类:其他好文   时间:2015-01-06 17:41:20    阅读次数:154
键盘遮住文本框的解决方法
关于键盘遮住文本框的简单处理。以用户登录为例。经实测发现,ipad mini和ipad air的宽高不一样,正好相反。mini宽度为1024,高度为768;air宽度为768,高度为1024。所以在适配这两种设备时还需判断。1 CGFloat deviceHeight = [UIScreen mai...
分类:其他好文   时间:2015-01-06 17:41:20    阅读次数:124
调和级数发散的简短证明
定理 调和级数 $$\vsm{n}\frac{1}{n}$$ 发散.
分类:其他好文   时间:2015-01-06 17:41:48    阅读次数:153
svn 使用
svn 丢失了预定增加的mian.php 解决办法原因是 先add 以后 又删除了对应文件所以要 svn revert --recursive . 先revert以后 再add对应的文件其他http://www.cnblogs.com/wanqieddy/archive/2011/06/09/2.....
分类:其他好文   时间:2015-01-06 17:38:59    阅读次数:138
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!