码迷,mamicode.com
首页 >  
搜索关键字:real    ( 2619个结果
Lazy Makes Others Busy – a bad experience with DLL
A real story of windows DLL which does too much and without good version control
分类:其他好文   时间:2014-11-01 16:13:10    阅读次数:238
ecshop有关real_ip()你发现的问题
我这边有一个ECSHOP后台,有一个功能,在客户下订单时自动获取客户IP,用的是ECSHOP本身的real_ip函数,但这个函数存在一个问题,十个订单得到的IP,可能会有几个与CNZZ统计得到的不一样。也就是说得到的不准确。另一个问题是这几天给主机加了CDN之后,客户下订单后,得到的IP竟然是CDN...
分类:其他好文   时间:2014-10-30 13:12:51    阅读次数:215
Real-Time SQL Monitoring using DBMS_SQLTUNE
Real-Time SQL Monitoring reports are available from three locations: Enterprise Manager - Click the "Performance" tab, then the "SQL Monitoring" link at the bottom-right of the page to display the ...
分类:数据库   时间:2014-10-29 13:00:59    阅读次数:350
模拟器运行android镜像
编译完成后需要运行一下,看看效果,操作中出现很多问题先说明android4.0的,然后说明一下android2.3.4的,两者是一样的一。android4.0.1可以参看如下链接:http://www.cnblogs.com/hoji-real/articles/2144892.html执行的命令就...
分类:移动开发   时间:2014-10-29 01:50:08    阅读次数:325
父子进程共享的东西
自父进程继承:进程的资格(真实(real)/有效(effective)/已保存(saved) 用户号(UIDs)和组号(GIDs))环境(environment)堆栈内存打开文件的描述符(注意对应的文件的位置也是和文件一起由父子进程共享的)执行时关闭(close-on-exec) 标志 (译者注:c...
分类:系统相关   时间:2014-10-28 15:18:52    阅读次数:357
PHP: The big picture
Before getting down to to the business of writing some real PHP, I want to take a few minutes to explain some basics. PHP needs to be processed by the...
分类:Web程序   时间:2014-10-28 09:15:05    阅读次数:314
PHP数据类型转换
转自:http://www.tianzhigang.com/article.asp?id=280PHP的数据类型转换属于强制转换,允许转换的PHP数据类型有:(int)、(integer):转换成整形(float)、(double)、(real):转换成浮点型(string):转换成字符串(bool...
分类:Web程序   时间:2014-10-27 19:04:40    阅读次数:233
Motion images compression and restoration based on computer vision
This technique should apply to both normal video (consequtive sequences of pictures of real world) and animations (sequences of images drawn by human ...
分类:其他好文   时间:2014-10-25 13:10:23    阅读次数:220
Linux C定时器使用
作者:zhanhailiang 日期:2014-10-25 原理 Linux为每个进程提供3种定时器: ITIMER_REAL: 以系统真实的时间来计算,它送出SIGALRM信号。 ITIMER_VIRTUAL: 以该进程在用户态下花费的时间来计算,它送出SIGVTALRM信号。 ITIMER_PROF: 以该进程在用户态下和内核态下所费的时间来计算,它送...
分类:系统相关   时间:2014-10-25 02:01:50    阅读次数:226
Real-Time Compressive Tracking 论文笔记
采用压缩感知做的跟踪,实时性非常好,论文笔记...
分类:其他好文   时间:2014-10-24 01:44:47    阅读次数:327
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!